This Python project builds a basic chatbot that can answer predefined questions.
A chatbot built using Python leverages technologies like Flask, Numpy, and NLTK to provide an interactive chat interface. The chatbot uses natural language processing techniques to understand user inputs and provide personalized answers based on its assigned functionality.
The chatbot's functionality can be customized to suit various use cases. For example, it can be trained to answer frequently asked questions, provide product recommendations, or assist with customer support. By using Flask, the chatbot's interface is both intuitive and easy to use, making it a valuable tool for engaging with customers or users.
Install & Run Bingo using the following commands:
pip install -r requirements.txt
python .\app.py
If the chatbot doesn't work, run training.py.
For support, email [email protected]