A simple command-line chatbot powered by Google's Gemini (gemini-2.0-flash
). Ask questions, get AI-generated responses.
- Interacts with Google's Gemini AI
- Environment variable management via
.env
- Minimal, beginner-friendly setup
A simple command-line chatbot powered by Google's Gemini (gemini-2.0-flash
).
π¬ Responds to user input with smart, AI-generated replies using the Gemini API.
- Interacts with Google's Gemini AI
- Environment variable management via
.env
- Beginner-friendly Python script
- Go to Google AI Studio.
- Sign in with your Google account.
- Click on "Get API Key".
- Copy the key and paste it into your
.env
file like this:
- Clone this repository
git clone https://github.com/nandan-byte/chatbot-using-gemini-ai.git cd chatbot-using-gemini-ai