Spaces:
Sleeping
Sleeping
dinhminh20521597
commited on
Commit
·
36d6294
1
Parent(s):
d6a7d5a
Update README.md
Browse files
README.md
CHANGED
@@ -1,21 +1,11 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
To run streamlit demo, you need to download weights files [Faster-RCNN](https://github.com/laichithien/FaceMaskDetection_StreamlitDemo/releases/download/FaceMaskDetModels/fasterrcnn.pth), [YOLOv3](https://github.com/laichithien/FaceMaskDetection_StreamlitDemo/releases/download/FaceMaskDetModels/yolov3.pth) and place them in `models` folder
|
14 |
-
After that, simply run command below
|
15 |
-
```
|
16 |
-
streamlit run demo.py
|
17 |
-
```
|
18 |
-
## Demo interface
|
19 |
-
![](demo_page-0001.jpg)
|
20 |
-
|
21 |
-
|
|
|
1 |
+
---
|
2 |
+
title: OCR DEMO
|
3 |
+
emoji: 🚀
|
4 |
+
colorFrom: gray
|
5 |
+
colorTo: red
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: 1.21.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|