sainathBelagavi commited on
Commit
6343203
·
verified ·
1 Parent(s): da8438e

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -6
requirements.txt CHANGED
@@ -1,6 +1,10 @@
1
- openai
2
- huggingface_hub
3
- streamlit
4
- langchain
5
- python-dotenv
6
- langchain-community
 
 
 
 
 
1
+ streamlit==1.29.0
2
+ transformers==4.36.2
3
+ huggingface-hub==0.19.4
4
+ torch==2.1.2
5
+ pandas==2.1.4
6
+ numpy==1.26.2
7
+ scikit-learn==1.3.2
8
+ matplotlib==3.8.2
9
+ seaborn==0.13.0
10
+ plotly==5.18.0