https://github.com/bunnykek/hostel-ai-chatbot
A chatbot to quickly respond to the common queries of a student.
https://github.com/bunnykek/hostel-ai-chatbot
chatbot flask machine-learning mongodb tensorflow
Last synced: 10 months ago
JSON representation
A chatbot to quickly respond to the common queries of a student.
- Host: GitHub
- URL: https://github.com/bunnykek/hostel-ai-chatbot
- Owner: bunnykek
- Created: 2023-02-02T17:16:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-22T07:34:46.000Z (almost 3 years ago)
- Last Synced: 2025-04-10T04:52:32.497Z (about 1 year ago)
- Topics: chatbot, flask, machine-learning, mongodb, tensorflow
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hostel-AI-Chatbot
A chatbot to quickly respond to the common queries of a student.
## Purpose
The main purpose of this chatbot is to make the students’ and wardens’ life easy by quickly responding to all the “common queries” of a student.
Common queries like:
- The chair is broken. What to do?
- Where is the first aid?
- What is the mess timetable?
- Wi-fi is not working.
## UI

## Flow chart

## How to use?
- `pip install -r requirements.txt`
- Enter your mondoDB URI in the `mongoDB.py` file.
- Fill the responses in `intents.json`.
- `python run.py`
- Open `frontend/index.html`