Spaces:
Runtime error
Runtime error
thinh-huynh-re
commited on
Commit
·
8b7ed91
1
Parent(s):
bd42292
Update
Browse files- .gitignore +1 -0
- INSTALLATION.md +10 -0
- requirements.txt +1 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
env
|
INSTALLATION.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Installation guide
|
2 |
+
|
3 |
+
## Environments
|
4 |
+
|
5 |
+
- Python 3.10 venv
|
6 |
+
- Ubuntu 22
|
7 |
+
|
8 |
+
## Ubuntu requirements
|
9 |
+
|
10 |
+
- `sudo apt-get install python3.10-dev build-essential ffmpeg`
|
requirements.txt
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
opencv-python
|
2 |
streamlit-webrtc
|
|
|
|
1 |
opencv-python
|
2 |
streamlit-webrtc
|
3 |
+
opencv-python-headless
|