amitpress commited on
Commit
0998397
·
1 Parent(s): e8fc84d
Files changed (2) hide show
  1. README.md +10 -1
  2. test1.jpg +0 -0
README.md CHANGED
@@ -11,4 +11,13 @@ license: mit
11
  short_description: A Road Transport Object Detection
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
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