Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
numpy
|
3 |
+
opencv-python-headless
|
4 |
+
Pillow
|
5 |
+
ultralytics
|
6 |
+
deep-translator
|
7 |
+
gTTS
|
8 |
+
bcrypt
|
9 |
+
torch
|
10 |
+
ollama
|
11 |
+
requests
|
12 |
+
python-dotenv
|