This project is a simple Python AI script.
It is recommended to use uv for creating and managing the virtual environment.
-
Install uv:
pip install uv
-
Create a virtual environment:
uv venv
-
Activate the virtual environment:
- Windows:
.venv\Scripts\activate
- macOS/Linux:
source .venv/bin/activate
- Windows:
-
Install dependencies:
uv pip install -r requirements.txt
Create a .env file in the root of the project and add your Gemini API key:
API_KEY="your_api_key_here"
python AI.py