Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -9
requirements.txt
CHANGED
@@ -1,10 +1,8 @@
|
|
|
|
|
|
1 |
rasa
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
uvicorn # ASGI server for FastAPI
|
8 |
-
streamlit # For creating the UI
|
9 |
-
python-dotenv # For managing environment variables
|
10 |
-
requests # For making HTTP requests from Streamlit to FastAPI backend
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn
|
3 |
rasa
|
4 |
+
whisper
|
5 |
+
transformers
|
6 |
+
geopy
|
7 |
+
pymongo
|
8 |
+
streamlit
|
|
|
|
|
|
|
|