ahmednoorx commited on
Commit
fe4df4c
·
verified ·
1 Parent(s): 0a7852f

Add requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -0
requirements.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ streamlit==1.30.0
2
+ pandas==2.1.4
3
+ requests==2.31.0
4
+ beautifulsoup4==4.12.2
5
+ llama-cpp-python==0.2.25
6
+ lxml==4.9.3
7
+ selenium==4.15.2
8
+ webdriver-manager==4.0.1
9
+ huggingface-hub==0.19.4