datasciencesage commited on
Commit
2f975e9
·
1 Parent(s): dca44e5

Modified the Readme

Browse files
Files changed (1) hide show
  1. README.md +5 -8
README.md CHANGED
@@ -18,19 +18,16 @@ short_description: objectdetectionvideo
18
  This is a **Object detection APP** which takes in a video and gets the objects detected inside the video with their respective threshold scores.Along with the threshold scores it also gives us the direction the respective object is moving.
19
 
20
 
21
- ### This repository uses Github Actions to directly push it to Huggingface Space. Before using it you must configure your repo using Huggingface Work yaml.
22
 
23
- ### Model used is Yolov8x.
24
 
25
- ### Get all the files along with the model **[Here](https://huggingface.co/spaces/datasciencesage/object-detection-with-direction/tree/main)**
26
 
 
27
 
28
- ## The Webapp is Deployed using Huggingface Spaces.
29
 
30
- **[Acces-Here](https://datasciencesage-object-detection-with-direction.hf.space)**
31
 
32
-
33
-
34
- ## Landing Page
35
 
36
  ![alt text](images/landing_page.JPG)
 
18
  This is a **Object detection APP** which takes in a video and gets the objects detected inside the video with their respective threshold scores.Along with the threshold scores it also gives us the direction the respective object is moving.
19
 
20
 
21
+ This repository uses Github Actions to directly push it to Huggingface Space. Before using it you must configure your repo using Huggingface Work yaml. Model used is Yolov8x.
22
 
23
+ ### Get all the files along with the model **[HERE] (https://huggingface.co/spaces/datasciencesage/object-detection-with-direction/tree/main)**
24
 
 
25
 
26
+ ### The Webapp is Deployed using Huggingface Spaces.
27
 
28
+ **[Acces It Here](https://datasciencesage-object-detection-with-direction.hf.space)**
29
 
 
30
 
31
+ ### Landing Page
 
 
32
 
33
  ![alt text](images/landing_page.JPG)