Spaces:
Runtime error
Runtime error
Commit ·
5b44008
1
Parent(s): 2256fc3
Upload requirements.txt
Browse files- gpt_index/requirements.txt +16 -0
gpt_index/requirements.txt
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
dataclasses-json
|
| 2 |
+
langchain==0.0.240
|
| 3 |
+
gradio==2.2.15
|
| 4 |
+
numpy==1.21.2
|
| 5 |
+
soundfile==0.10.2
|
| 6 |
+
pyttsx3==2.90
|
| 7 |
+
nltk==3.6.3
|
| 8 |
+
openai
|
| 9 |
+
SpeechRecognition
|
| 10 |
+
scipy
|
| 11 |
+
transformers
|
| 12 |
+
boto3
|
| 13 |
+
tiktoken
|
| 14 |
+
docx2txt
|
| 15 |
+
PyPDF2
|
| 16 |
+
requests
|