agnixcode commited on
Commit
18d6b24
·
verified ·
1 Parent(s): f93afb8

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -0
requirements.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ gradio>=4.0,<5.0
2
+ youtube-transcript-api>=0.6.3
3
+ sentence-transformers>=2.7.0
4
+ faiss-cpu>=1.8.0
5
+ groq>=0.9.0
6
+ langchain-text-splitters>=0.2.0
7
+ numpy>=1.26.0
8
+ python-dotenv>=1.0.0