Setup Install dependencies: pip install -r requirements.txt Create a .env file and add your Gemini API Key: echo "GOOGLE_API_KEY=your_key_here" > .env Usage Run the Streamlit application: streamlit run app.py