A versatile chatbot that comes pre-configured with Utkarsh Classes knowledge and can be customized for any website. Built with Streamlit and Google's Gemini Pro AI.
- Dual Mode Operation
- Default Utkarsh Classes mode with educational expertise
- Custom website mode for personalized knowledge bases
- Interactive Chat Interface
- Real-time responses
- Chat history management
- Clear and intuitive UI
- Easy Website Integration
- Simple URL input
- Automatic content extraction
- Dynamic context switching
-
Clone the Repository
git clone https://github.com/kanwar19031/AI-ChatBot cd AI-ChatBot
-
Set Up Environment
python -m venv .venv # On Windows .venv\Scripts\activate # On macOS/Linux source .venv/bin/activate
-
Install Dependencies
python setup.py
-
Get Your API Key
- Visit Google AI Studio
- Create or sign in to your Google account
- Click "Create API Key"
- Copy your new API key
-
Configure API Key
- Create a
.env
file in the project root - Add your API key:
GOOGLE_API_KEY=your_api_key_here
- Create a
-
Run the Application
streamlit run app.py
- Default mode with pre-loaded educational content
- Perfect for students seeking information about courses and programs
- Just start chatting!
- Select "Custom Website" in the sidebar
- Enter any website URL
- Click "Create Custom Chatbot"
- Chat with AI about that website's content
- Framework: Streamlit
- AI Model: Google Gemini Pro
- Web Scraping: BeautifulSoup4
- Language: Python 3.8+
- Keep your API key confidential
- The custom website mode works best with text-heavy pages
- Response quality depends on the content quality of the source website
Feel free to:
- Open issues
- Submit pull requests
- Suggest improvements
- Report bugs
This project is licensed under the MIT License - see the LICENSE file for details.
- Utkarsh Classes & Edutech Pvt Ltd for the educational content
- Google for the Gemini Pro API
- The Streamlit team for their amazing framework
Made with ❤️ for education