# College Query Chatbot
A Python Tkinter-based chatbot for answering common college queries.
## Features
- Answer FAQs about admissions, courses, fees, hostels, placements, and schedules
- Simple GUI using Tkinter
- Natural language processing using NLTK and spaCy
## Setup
1. **Clone the repository**
```bash
git clone https://github.com/maybedrone/CollegeQueryChatbot.git- Navigate into the folder
cd CollegeQueryChatbot- Install dependencies
pip install -r requirements.txt- Download the spaCy model
python -m spacy download en_core_web_sm- Run the chatbot
python main.pyType your question in the input box and press Send.
Example queries: admission, fees, hostel, placement.