temerature_detection / requirements.txt
Prathamesh1420's picture
Update requirements.txt
0ad1bfc verified
raw
history blame contribute delete
524 Bytes
# --- core web app ---
flask>=3.0
gunicorn>=22.0 # production WSGI server recommended by Render
# --- computer‑vision utilities ---
opencv-python-headless>=4.10.0.0 # OpenCV without GUI libs
# --- Gemini / LangChain ---
langchain-core>=0.2.0
langchain-google-genai>=0.0.12 # wrapper for Google Generative AI
google-generativeai>=0.5.3 # underlying Gemini client SDK
# --- other runtime helpers ---
requests>=2.32
python-dotenv>=1.0 # convenient for local .env testing (optional)