Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +29 -0
requirements.txt
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Core ML and NLP Libraries
|
2 |
+
torch
|
3 |
+
tensorflow
|
4 |
+
tf-keras
|
5 |
+
transformers>=4.19.0
|
6 |
+
huggingface-hub
|
7 |
+
tiktoken
|
8 |
+
|
9 |
+
# LangChain and Related Components
|
10 |
+
langchain
|
11 |
+
langchain-community
|
12 |
+
langchain-groq
|
13 |
+
chromadb
|
14 |
+
openai
|
15 |
+
groq
|
16 |
+
|
17 |
+
# Document Processing
|
18 |
+
pypdf
|
19 |
+
pypdf2
|
20 |
+
pymupdf
|
21 |
+
lxml>=4.0
|
22 |
+
Arxiv
|
23 |
+
|
24 |
+
# Web Frameworks
|
25 |
+
gradio
|
26 |
+
streamlit
|
27 |
+
|
28 |
+
# Environment Configuration
|
29 |
+
python-dotenv
|