Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Charts | 6,949 | 19 hours ago | 168 | apache-2.0 | Mustache | |||||
Bitnami Helm Charts | ||||||||||
Helm Charts | 3,714 | a day ago | 135 | apache-2.0 | Mustache | |||||
Prometheus community Helm charts | ||||||||||
Otomi Core | 1,597 | 2 days ago | 58 | apache-2.0 | Mustache | |||||
Self-hosted PaaS for Kubernetes | ||||||||||
Eks Charts | 981 | 6 days ago | 159 | apache-2.0 | Mustache | |||||
Amazon EKS Helm chart repository | ||||||||||
Prometheus | 841 | a year ago | 24 | apache-2.0 | Mustache | |||||
Kubernetes Setup for Prometheus and Grafana | ||||||||||
Cp Helm Charts | 742 | 23 days ago | 265 | apache-2.0 | Mustache | |||||
The Confluent Platform Helm charts enable you to deploy Confluent Platform services on Kubernetes for development, test, and proof of concept environments. | ||||||||||
Helm Charts | 535 | 9 days ago | 11 | apache-2.0 | Mustache | |||||
A curated set of Helm charts brought to you by codecentric | ||||||||||
Inlets Pro | 467 | 13 days ago | 1 | Mustache | ||||||
Secure HTTP and TCP tunnels that just work | ||||||||||
Helm Charts | 444 | 3 days ago | 114 | apache-2.0 | Mustache | |||||
Jenkins community Helm charts | ||||||||||
Pihole Kubernetes | 357 | 24 days ago | 28 | Mustache | ||||||
PiHole on kubernetes |
Get high-accuracy, developer-friendly automatic license plate recognition (ALPR) or automatic number plate recognition (ANPR) on Kubernetes!
Our machine-learning software:
Get license plate reader deployed on Kubernetes using Helm Charts in under 60 minutes:
ALPR, ANPR software on Kubernetes is ideal for parking, toll, police surveillance, community security, and other use cases.
Our license plate recognition (LPR) software can also forward results to our full ALPR Dashboard and Parking Management software solution, ParkPow.
Sign up for a Free Trial now (no credit card required) or learn more at https://platerecognizer.com.
Instructions to install the Plate Recognizer SDK on your Kubernetes cluster.
dashboard ingress helm-tiller
git clone https://github.com/parkpow/helm-charts.git
and cd helm-charts
helm install platerec-sdk platerec-helm/ --set TOKEN=<MY_TOKEN> --set LICENSE_KEY=<LICENSE_KEY>
helm upgrade platerec-sdk platerec-helm/ --set TOKEN=<MY_TOKEN> --set LICENSE_KEY=<LICENSE_KEY>
helm delete platerec-sdk
helm install platerec-sdk platerec-helm/ --set TOKEN=<MY_TOKEN> --set LICENSE_KEY=<LICENSE_KEY> --set image.repository=platerecognizer/alpr-gpu
default
, include --namespace <namespace-name>
to the install/upgrade command as so helm install platerec-sdk platerec-helm/ --namespace <namespace-name> --set TOKEN=<MY_TOKEN> --set LICENSE_KEY=<LICENSE_KEY>
Configurations variables that can be changed (by adding them to the install command using --set
parameter)
Parameter | Description | Default | Options |
---|---|---|---|
TOKEN |
PlateRecognizer Token (required) | nil |
|
LICENSE_KEY |
PlateRecognizer SDK License (required) | nil |
|
replicaCount |
Number of Pods to run | 1 |
|
image.repository |
Plate Recognizer sdk | platerecognizer/alpr |
[platerecognizer/alpr , platerecognizer/alpr-gpu ] |
image.pullPolicy |
Image pull policy | Always |
[Always , IfNotPresent ] |
image.pullSecrets |
Specify docker-registry secret names as an array | [] |
True |
service.annotations |
Service annotations | {} |
|
service.type |
Kubernetes Service type | ClusterIP |
[LoadBalancer , ClusterIP ] |
service.port |
Service HTTP port | 8080 |
|
persistence.enabled |
Enable persistence using PVC | False |
|
persistence.existingClaim |
Enable persistence using an existing PVC | nil |
|
persistence.storageClass |
PVC Storage Class |
nil (uses alpha storage class annotation) |
|
persistence.accessMode |
PVC Access Mode | ReadWriteOnce |
[ReadWriteMany , ReadWriteOnce ] |
persistence.size |
PVC Storage Request | 10Gi |
To access the instance when using a custom cluster in Minikube, run the following command:
minikube tunnel
helm install
command.kubectl get --namespace default svc -w platerec-sdk-test-platerec-helm
curl -F '[email protected]/path/to/car.jpg' http://<external_ip>:8080/alpr