This Chat Bot App is a web-based application built using Flask, a lightweight web framework in Python. It incorporates NLP and machine learning techniques to understand and respond to user input effectively. The user interface is designed using HTML and CSS, providing a visually appealing and intuitive experience. The app integrates with external APIs to enhance its functionality and provide a broader range of responses.
- Install dependencies
pip install -r requirements.txt
- Train the model
python ./chatbot/treino_chatbot.py
- Run the app
flask --app app_main run --debug