A simple chatbot built with Python and Flask that answers math-related queries using keyword detection. The chatbot is hosted on a web interface allowing users to input mathematical questions and receive relevant responses.
- ๐ฃ๏ธ Conversational interface for math queries
- ๐ Keyword-based response generation
- ๐ก Predefined answers to common math questions
- ๐ Simple web UI using HTML templates
- Clone the repository
git clone https://github.com/Alreyaa/Math-Formula-Chatbot-using-Python.git cd Math-Formula-Chatbot-using-Python - Install dependencies
pip install Flask
- Run the Flask app
python main.py
- Access the chatbot Open your browser and navigate to: http://localhost:5000