AI FAQ Chatbot
Overview
This project is an AI-powered FAQ Chatbot developed using Python and Tkinter. It answers user questions by matching them with a predefined FAQ dataset, providing a simple and interactive graphical user interface.
Features
- Interactive GUI built with Tkinter
- Reads questions from a CSV dataset
- Displays relevant answers to user queries
- Beginner-friendly and easy to understand
- Lightweight and fast
Technologies Used
- Python
- Tkinter
- CSV
Project Structure
- "chatbot.py" – Main chatbot application
- "faq.csv" – Dataset containing frequently asked questions and answers
How to Run
- Install Python.
- Download this repository.
- Open a terminal in the project folder.
- Run: python chatbot.py
Future Improvements
- Natural Language Processing (NLP)
- Voice-based interaction
- Larger FAQ dataset
- Web-based interface