image-to-google-discover / requirements.txt
mhd7music
Add Streamlit app structure for Discover Analyzer
f06f058
raw
history blame contribute delete
241 Bytes
Flask>=2.0
Werkzeug>=2.0 # Often needed for secure_filename and file handling
google-generativeai>=0.4
Pillow>=9.0 # For image handling with Gemini
python-dotenv>=0.19 # To load .env files
fpdf2>=2.7.0 # For PDF generation
streamlit>=1.30