Commit
·
3f53916
1
Parent(s):
645e35c
req change
Browse files- requirements.txt +21 -22
requirements.txt
CHANGED
|
@@ -1,34 +1,33 @@
|
|
| 1 |
# Core dependencies
|
| 2 |
-
streamlit
|
| 3 |
-
fastapi
|
| 4 |
-
uvicorn[standard]
|
| 5 |
-
python-multipart
|
| 6 |
|
| 7 |
# Computer Vision & AI
|
| 8 |
-
opencv-python-headless
|
| 9 |
-
mediapipe
|
| 10 |
-
ultralytics
|
| 11 |
-
Pillow
|
| 12 |
|
| 13 |
# Data Processing
|
| 14 |
-
numpy
|
| 15 |
-
pandas
|
| 16 |
-
scipy
|
| 17 |
-
|
| 18 |
# Audio Processing
|
| 19 |
-
soundfile
|
| 20 |
-
librosa
|
| 21 |
|
| 22 |
# LangChain & AI
|
| 23 |
-
langchain-core
|
| 24 |
-
langchain
|
| 25 |
-
pydantic
|
| 26 |
|
| 27 |
# API & Utilities
|
| 28 |
-
requests
|
| 29 |
-
python-dotenv
|
| 30 |
-
beautifulsoup4
|
| 31 |
-
yt-dlp
|
| 32 |
|
| 33 |
# Google AI
|
| 34 |
-
absl-py
|
|
|
|
| 1 |
# Core dependencies
|
| 2 |
+
streamlit
|
| 3 |
+
fastapi
|
| 4 |
+
uvicorn[standard]
|
| 5 |
+
python-multipart
|
| 6 |
|
| 7 |
# Computer Vision & AI
|
| 8 |
+
opencv-python-headless
|
| 9 |
+
mediapipe
|
| 10 |
+
ultralytics
|
| 11 |
+
Pillow
|
| 12 |
|
| 13 |
# Data Processing
|
| 14 |
+
numpy
|
| 15 |
+
pandas
|
| 16 |
+
scipy
|
|
|
|
| 17 |
# Audio Processing
|
| 18 |
+
soundfile
|
| 19 |
+
librosa
|
| 20 |
|
| 21 |
# LangChain & AI
|
| 22 |
+
langchain-core
|
| 23 |
+
langchain
|
| 24 |
+
pydantic
|
| 25 |
|
| 26 |
# API & Utilities
|
| 27 |
+
requests
|
| 28 |
+
python-dotenv
|
| 29 |
+
beautifulsoup4
|
| 30 |
+
yt-dlp
|
| 31 |
|
| 32 |
# Google AI
|
| 33 |
+
absl-py
|