This is an AI-powered chatbot built using Natural Language Processing (NLP) techniques. It identifies user intents and responds accordingly.
- Supports multiple intents such as greetings, farewells, gratitude, and assistance.
- Predicts user intent using a neural network.
- Lightweight web-based frontend powered by Flask.
- Clone the repository.
- Install dependencies: pip install -r requirements.txt
- Train the chatbot or use the pre-trained model (chatbot_model.h5).
- Run the app: python app.py
- Open your browser and visit http://127.0.0.1:5000/.