python -m venv venv
source venv\Scripts\activatepip install -r requirements.txtCreate a .env file:
GEMINI_API_KEY=your_gemini_api_key_hereGet your free API key: https://aistudio.google.com/app/apikey
streamlit run app.pyOpen your browser at: http://localhost:8501