thinh-huynh-re commited on
Commit
8b7ed91
·
1 Parent(s): bd42292
Files changed (3) hide show
  1. .gitignore +1 -0
  2. INSTALLATION.md +10 -0
  3. 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