Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 575 Bytes

File metadata and controls

29 lines (22 loc) · 575 Bytes

LLMSearch

Made by Muhammad Dava Pasha

Search places to go, eat, etc with Gemini and Google maps API!

Example

example.mp4

Installation

conda create -n llmsearch python=3.10
conda activate llmsearch
pip install -r requirements.txt

Enviroment setup (.env)

GEMINI_API_KEY=YOUR_API_KEY
APIFY_API_KEY=YOUR_API_KEY

Running

streamlit run app.py