🤖 An AI-powered chatbot built using JS and Gemini's API. This chatbot provides conversational responses, handles user input in real time, and can be integrated into websites or apps for customer support, FAQs, or interactive experiences.
- 💬 Chat with Gemini AI via API
- 🎨 Responsive and clean UI
- 🧠 Context-aware prompt support
- 🔑 Simple API key integration
You can run this project in two ways:
Access the chatbot directly in your browser:
🔗 Live Demo
- A modern web browser
- (Recommended) VS Code with Live Server extension
- Clone this repository
git clone https://github.com/yourusername/gemini-chatbot.git cd gemini-chatbot
2.Gemini API Setup -Go to Google AI Studio -Create or copy your Gemini API key -Open script.js -Replace this line with your API key: 🔗 const API_KEY = "YOUR_API_KEY_HERE";
/chatbot ├── index.html # Main UI ├── style.css # Stylesheet ├── script.js # Gemini API logic └── README.md # Documentation
-Teneshwar Dwivedi -GitHub: