A simple AI ChatBot powered by Google's Gemini model.
- Python 3.9 or higher
- A Google Cloud Project with the Gemini API enabled
- An API Key for the Gemini API
- Clone the repository (if applicable) or download the source code.
- Install the required dependencies:
pip install -r requirements.txt- Create a
.envfile in the root directory of the project. - Add your Gemini API key to the
.envfile:
API_KEY=your_api_key_hereRun the application using Python:
python app.pyType your message to chat with Gemini. Type exit to end the conversation.