All research code goes here
-
Install dependencies:
pip install -r requirements.txt
-
Create
.envfile if not present -
Set your
GEMINI_API_KEYin.envfile or as an environment variable.GEMINI_API_KEY=your_api_key
-
Start the Gradio app:
python main.py