Spaces:
Sleeping
Sleeping
Clement Vachet
commited on
Commit
·
52e52a0
1
Parent(s):
4ab5c44
Add section on Docker deployment
Browse files
README.md
CHANGED
|
@@ -35,6 +35,7 @@ You can try out our deployed [Hugging Face Space](https://huggingface.co/spaces/
|
|
| 35 |
- [Local development](#1-local-development)
|
| 36 |
- [AWS deployment](#2-deployment-to-aws)
|
| 37 |
- [Hugging Face deployment](#3-deployment-to-hugging-face)
|
|
|
|
| 38 |
----
|
| 39 |
|
| 40 |
## 1. Local development
|
|
@@ -177,3 +178,11 @@ Hugging Face space URL:
|
|
| 177 |
https://huggingface.co/spaces/cvachet/object_detection_lambda
|
| 178 |
|
| 179 |
Note: This space uses the ML model deployed on AWS Lambda
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
- [Local development](#1-local-development)
|
| 36 |
- [AWS deployment](#2-deployment-to-aws)
|
| 37 |
- [Hugging Face deployment](#3-deployment-to-hugging-face)
|
| 38 |
+
- [Docker Hub deployment](#4-deployment-to-docker-hub)
|
| 39 |
----
|
| 40 |
|
| 41 |
## 1. Local development
|
|
|
|
| 178 |
https://huggingface.co/spaces/cvachet/object_detection_lambda
|
| 179 |
|
| 180 |
Note: This space uses the ML model deployed on AWS Lambda
|
| 181 |
+
|
| 182 |
+
|
| 183 |
+
## 4. Deployment to Docker Hub
|
| 184 |
+
|
| 185 |
+
This web application is available on Docker Hub as a docker image
|
| 186 |
+
|
| 187 |
+
URL:
|
| 188 |
+
https://hub.docker.com/r/cvachet/object-detection-lambda
|