yunusajib commited on
Commit
d548853
·
verified ·
1 Parent(s): 1a1d180

Upload requirements and ReadMe

Browse files
Files changed (2) hide show
  1. README.md +5 -4
  2. requirements.txt +8 -0
README.md CHANGED
@@ -1,12 +1,13 @@
1
  ---
2
- title: Pathole Detection Model
3
- emoji: 🚀
4
- colorFrom: gray
5
- colorTo: red
6
  sdk: gradio
7
  sdk_version: 5.23.1
8
  app_file: app.py
9
  pinned: false
 
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: Pathole Demo
3
+ emoji: 💻
4
+ colorFrom: green
5
+ colorTo: yellow
6
  sdk: gradio
7
  sdk_version: 5.23.1
8
  app_file: app.py
9
  pinned: false
10
+ short_description: Detect pathole using Yolo
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
requirements.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ gradio>=4.0.0
2
+ ultralytics>=8.0.0
3
+ onnxruntime>=1.15.0
4
+ pillow>=10.0.0
5
+ numpy>=1.23.0
6
+ opencv-python>=4.7.0
7
+ huggingface-hub>=0.19.0
8
+ # torch>=2.0.0 # Only if using PyTorch post-processing