Yago Bolivar
commited on
Commit
·
de745d9
1
Parent(s):
2abc50d
feat: update requirements to include vision and speech-to-text libraries
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -12,3 +12,5 @@ gpt4all>=2.0.0 # For local LLM integration
|
|
12 |
beautifulsoup4>=4.12.0 # For web scraping
|
13 |
pillow>=10.0.0 # For image processing
|
14 |
google-api-python-client>=2.100.0 # For Google search API
|
|
|
|
|
|
12 |
beautifulsoup4>=4.12.0 # For web scraping
|
13 |
pillow>=10.0.0 # For image processing
|
14 |
google-api-python-client>=2.100.0 # For Google search API
|
15 |
+
|
16 |
+
# Add vision and speech-to-text libraries as needed
|