zcaspar commited on
Commit
6c94b74
·
verified ·
1 Parent(s): 55f97b1

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -0
requirements.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio==3.40.1 # An older version compatible with pydantic 1.x
2
+ openai
3
+ python-dotenv>=1.0.0
4
+ transformers>=4.0.0
5
+ torch>=2.0.0
6
+ groq
7
+ anthropic
8
+ google.generativeai
9
+ PyPDF2
10
+ python-docx
11
+ beautifulsoup4
12
+ youtube-transcript-api