This project is an AI-powered chatbot designed to answer queries and clarify doubts related to admissions at Kongu Engineering College. The chatbot provides information about courses, eligibility, application procedures, campus facilities, and other admission-related topics.
- AI-Powered: Uses Google's Gemini models for intelligent responses.
- Multilingual: Supports English and Tamil (via translation).
- Voice Support: Allows voice input for queries.
- Chat History: Saves and displays recent chat history.
- FAQs: Quick access to frequently asked questions.
- Python 3.8 or higher
- A Google Gemini API key
-
Install dependencies:
pip install -r requirements.txt -
Configure API Key:
- Create a
.envfile in the project directory. - Add your API key:
GEMINI_API_KEY=your_api_key_here - Alternatively, you can use
key.txt.
- Create a
-
Run the chatbot:
streamlit run app.py
app.py: The main application file containing all logic, UI, and configuration.final.txt: System instructions for the AI.key.txt: (Optional) File to store your API key.requirements.txt: List of dependencies.
- Email: nellaiabiram08@gmail.com
This project is for educational/demo purposes.