This project is a simple Python-based chatbot that interacts with users by leveraging the GeminiAI API.
- API-Powered Chat: Generates responses using the Gemini API.
- User-Friendly Interface: Simple command-line interface for seamless interaction.
- Easy to Use: Just provide an API key and start chatting!
Chat Screen:
video.mp4
- Python 3.x
- Clone or download this repository:
git clone https://github.com/twiez/GeminiAI.git cd GeminiAI
- Open a terminal and run the program:
python GeminiAI.py
- Enter your Gemini API key. The chatbot will not function without a valid API key.
- Start chatting!
- To end the chat, type
exit
,quit
, orbye
.
- Gemini API Key: This project requires access to Google's Gemini API. You can obtain an API key from the Google Developers Console.
This project is licensed under the MIT License.