A simplified chatbot application built with Flask and basic NLP techniques. This project demonstrates how to structure a Flask application using Blueprints, handle API routes, and process user intents.
- Flask Blueprints for modular application structure.
- Intent-based responses using a simple JSON file.
- MongoDB integration for storing user interactions (optional).
- CORS support for API access from different domains.
- Fully customizable and extendable.