Spaces:
Sleeping
Sleeping
Clement Vachet
commited on
Commit
·
a3c92df
1
Parent(s):
41781a7
Add README file
Browse files
README.md
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Object Detection ECS
|
3 |
+
emoji: 🖼
|
4 |
+
colorFrom: green
|
5 |
+
colorTo: purple
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 5.5.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
short_description: Object detection ECS
|
11 |
+
---
|
12 |
+
|
13 |
+
# Object detection - ECS
|
14 |
+
|
15 |
+
<b>Aim: AI-driven object detection task</b>
|
16 |
+
- Front-end: user interface via Gradio library
|
17 |
+
- Back-end: use of ECS endpoints to run ML models
|
18 |
+
|
19 |
+
|
20 |
+
## Front-end user interface
|
21 |
+
Use of Gradio library for web interface
|
22 |
+
|
23 |
+
Command line:
|
24 |
+
> python3 app.py
|
25 |
+
|
26 |
+
<b>Note:</b> The Gradio app should now be accessible at http://localhost:7860
|
27 |
+
|
28 |
+
|
29 |
+
## Back-end ML models
|
30 |
+
|
31 |
+
ML models are available on Docker Hub and have been deployed on AWS ECS
|
32 |
+
|
33 |
+
|
34 |
+
Docker hub containers:
|
35 |
+
- DETR model: https://hub.docker.com/r/cvachet/object-detection-detr-api
|
36 |
+
- YOLOS model: https://hub.docker.com/r/cvachet/object-detection-yolos-api
|