Clement Vachet commited on
Commit
818ffdd
·
1 Parent(s): 2fd5b49

docs: Add section on Docker Hub deployment

Browse files
Files changed (1) hide show
  1. README.md +16 -6
README.md CHANGED
@@ -27,10 +27,11 @@ short_description: Object detection ECS
27
  - [Front-end user interface](#1-front-end-user-interface)
28
  - [Environment variables](#11-environment-variables)
29
  - [Local execution](#12-local-execution)
30
- - [Deployment on Hugging Face](#13-deployment-on-hugging-face)
31
  - [Back-end Machine Learning models](#2-back-end-machine-learning-models)
32
  - [Information on ML models](#21-information-on-ml-models)
33
  - [Deployment on AWS ECS](#22-information-on-aws-ecs-deployment)
 
 
34
  ----
35
 
36
  ## 1. Front-end user interface
@@ -52,11 +53,6 @@ Command line:
52
 
53
  <b>Note:</b> The Gradio app should now be accessible at http://localhost:7860
54
 
55
- ### 1.3. Deployment on Hugging Face
56
-
57
- This web application has been deployed on Hugging Face.
58
-
59
- HF Space URL: https://huggingface.co/spaces/cvachet/object_detection_ecs
60
 
61
 
62
  ## 2. Back-end machine learning models
@@ -111,3 +107,17 @@ Steps after docker images are available on Docker Hub
111
  - Adjust rules for inbound traffic (e.g. traffic only from my_ip)
112
 
113
  </details>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  - [Front-end user interface](#1-front-end-user-interface)
28
  - [Environment variables](#11-environment-variables)
29
  - [Local execution](#12-local-execution)
 
30
  - [Back-end Machine Learning models](#2-back-end-machine-learning-models)
31
  - [Information on ML models](#21-information-on-ml-models)
32
  - [Deployment on AWS ECS](#22-information-on-aws-ecs-deployment)
33
+ - [Deployment on Hugging Face](#3-deployment-on-hugging-face)
34
+ - [Deployment on Docker Hub](#4-deployment-on-docker-hub)
35
  ----
36
 
37
  ## 1. Front-end user interface
 
53
 
54
  <b>Note:</b> The Gradio app should now be accessible at http://localhost:7860
55
 
 
 
 
 
 
56
 
57
 
58
  ## 2. Back-end machine learning models
 
107
  - Adjust rules for inbound traffic (e.g. traffic only from my_ip)
108
 
109
  </details>
110
+
111
+
112
+ ### 3. Deployment on Hugging Face
113
+
114
+ This web application has been deployed on Hugging Face.
115
+
116
+ HF Space URL: https://huggingface.co/spaces/cvachet/object_detection_ecs
117
+
118
+
119
+ ### 4. Deployment on Docker Hub
120
+
121
+ This web application has been deployed on Docker Hub.
122
+
123
+ URL: https://hub.docker.com/r/cvachet/object-detection-ecs