ahmed-7124 commited on
Commit
4dd4414
Β·
verified Β·
1 Parent(s): f806208

Upload 2 files

Browse files
Files changed (2) hide show
  1. requirements (2).txt +12 -0
  2. setup (1) (1).sh +2 -0
requirements (2).txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio==2.4.0
2
+ transformers==4.21.1
3
+ pandas
4
+ PyPDF2
5
+ pdfplumber
6
+ torch
7
+ torchvision
8
+ timm
9
+ sentencepiece
10
+ streamlit==1.33.0
11
+ tensorflow==2.15.0
12
+ numpy==1.23.5
setup (1) (1).sh ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ pip install gradio transformers pandas PyPDF2 pdfplumber torch torchvision timm sentencepiece
2
+ chmod +x setup.sh