Spaces:
Sleeping
Sleeping
Clement Vachet
commited on
Commit
·
2fd5b49
1
Parent(s):
ed8fa19
Add Github badges
Browse files
README.md
CHANGED
@@ -12,11 +12,18 @@ short_description: Object detection ECS
|
|
12 |
|
13 |
# Object detection via ECS endpoints
|
14 |
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
- Front-end: user interface via Gradio library
|
17 |
- Back-end: use of AWS ECS endpoints to run Machine Learning models
|
18 |
|
19 |
-
|
|
|
20 |
- [Front-end user interface](#1-front-end-user-interface)
|
21 |
- [Environment variables](#11-environment-variables)
|
22 |
- [Local execution](#12-local-execution)
|
@@ -24,6 +31,7 @@ Menu:
|
|
24 |
- [Back-end Machine Learning models](#2-back-end-machine-learning-models)
|
25 |
- [Information on ML models](#21-information-on-ml-models)
|
26 |
- [Deployment on AWS ECS](#22-information-on-aws-ecs-deployment)
|
|
|
27 |
|
28 |
## 1. Front-end user interface
|
29 |
|
|
|
12 |
|
13 |
# Object detection via ECS endpoints
|
14 |
|
15 |
+
[](https://www.python.org/downloads/)
|
16 |
+
[](https://hub.docker.com/repository/docker/cvachet/object-detection-ecs)
|
17 |
+
|
18 |
+

|
19 |
+

|
20 |
+
|
21 |
+
**Aim: AI-driven object detection task**
|
22 |
- Front-end: user interface via Gradio library
|
23 |
- Back-end: use of AWS ECS endpoints to run Machine Learning models
|
24 |
|
25 |
+
----
|
26 |
+
**Table of contents:**
|
27 |
- [Front-end user interface](#1-front-end-user-interface)
|
28 |
- [Environment variables](#11-environment-variables)
|
29 |
- [Local execution](#12-local-execution)
|
|
|
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
|
37 |
|