GabrielGD commited on
Commit
9174bb0
·
verified ·
1 Parent(s): 4deebef

Upload 2 files

Browse files
Files changed (2) hide show
  1. ChaveS.env +1 -0
  2. requirements.txt +12 -0
ChaveS.env ADDED
@@ -0,0 +1 @@
 
 
1
+ GEMINI_API_KEY=AIzaSyCALXIDTQwb68Y3wNfcneviFk42yoTec8E
requirements.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio
2
+ requests
3
+ python-dotenv # (se ainda for usar localmente, mas não essencial para HF com Secrets)
4
+ PyPDF2
5
+ python-docx
6
+ pdfplumber
7
+ Pillow
8
+ pytesseract
9
+ opencv-python-headless # Use headless em vez de opencv-python
10
+ numpy
11
+ ratelimiter
12
+ fpdf