Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 808 Bytes

File metadata and controls

48 lines (31 loc) · 808 Bytes
# 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
  1. Navigate into the folder
cd CollegeQueryChatbot
  1. Install dependencies
pip install -r requirements.txt
  1. Download the spaCy model
python -m spacy download en_core_web_sm
  1. Run the chatbot
python main.py

Usage

Type your question in the input box and press Send. Example queries: admission, fees, hostel, placement.