- Clone this repository
- First install
uvpython package manager - Make sure your python version is
3.12
- Export your Gemini API key first. Run
export GEMINI_API_KEY={Your API Key Goes here}- For Windows
Set-Item -Path Env:GEMINI_API_KEY -Value "{Your API Key Goes here}"
- For Windows
- Run
uv sync - Once all packages are resolved run
uv run python src/main.py