The project primarily utilizes Google Gemini for its AI functionalities.
Follow these steps to set up the project:
-
Install Dependencies Run the following command to install the required Python packages:
pip install -q -U google-generativeai python-dotenv
-
Set Up Environment Variables
- Create a
.env
file in the project root. - Add your API key to the
.env
file.
- Create a