Spaces:
Sleeping
Sleeping
amitpress
commited on
Commit
·
0998397
1
Parent(s):
e8fc84d
readme
Browse files
README.md
CHANGED
@@ -11,4 +11,13 @@ license: mit
|
|
11 |
short_description: A Road Transport Object Detection
|
12 |
---
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
short_description: A Road Transport Object Detection
|
12 |
---
|
13 |
|
14 |
+
## Road Transport Object Detection (live: [Huggingface Live Inference](https://huggingface.co/spaces/AmitPress/trds_preinterview_task))
|
15 |
+
This application is a demo to use the resnet50 pretrained model for road traffic objects detection.
|
16 |
+
#### How to Run The Application Locally
|
17 |
+
- Make sure you have `python` and `pip` installed
|
18 |
+
- Run `pip install -r requirements.txt` to install the necessary dependencies
|
19 |
+
- Make sure the `hugging_face` variable is set to `False` while running locally
|
20 |
+
- Run `python app.py`
|
21 |
+
- Open `http://127.0.0.1:7860/` in browser
|
22 |
+
|
23 |
+
* You can use the `test1.jpg` for a quick inference.
|
test1.jpg
ADDED
![]() |