Search places to go, eat, etc with Gemini and Google maps API!
example.mp4
conda create -n llmsearch python=3.10
conda activate llmsearch
pip install -r requirements.txt
GEMINI_API_KEY=YOUR_API_KEY
APIFY_API_KEY=YOUR_API_KEY
- You can get Google Ai Studio Key at https://aistudio.google.com/apikey
- Same also with apify at https://console.apify.com/
streamlit run app.py