Haseeb-001 commited on
Commit
b6237ba
·
verified ·
1 Parent(s): 976b089

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -9
requirements.txt CHANGED
@@ -1,10 +1,8 @@
 
 
1
  rasa
2
- rasa-sdk
3
- psycopg2-binary # PostgreSQL driver (if you are using PostgreSQL)
4
- transformers # For using pre-trained LLMs from Hugging Face
5
- torch # PyTorch, often required by transformers
6
- fastapi # For creating a fast API backend
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