ahmadsanafarooq commited on
Commit
92c2a42
·
verified ·
1 Parent(s): c2cc362

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -15
requirements.txt CHANGED
@@ -1,15 +1,16 @@
1
- langchain
2
- langchain-groq
3
- langchain-community
4
- langchain-huggingface
5
- gradio
6
- chromadb
7
- sentence-transformers
8
- PyPDF2
9
- pypdf
10
- python-dotenv
11
- transformers
12
- torch
13
- numpy
14
- pandas
15
- requests
 
 
1
+ gradio
2
+ langchain
3
+ langchain-community
4
+ langchain-core
5
+ langchain-groq
6
+ chromadb
7
+ tiktoken
8
+ sentence-transformers
9
+ faiss-cpu
10
+ python-dotenv
11
+ gTTS
12
+ fpdf
13
+ numpy
14
+ pillow
15
+ matplotlib
16
+ scikit-learn