/calc-tutor-bot

Calculus solver for integrals and derivatives with a chatbot included. Django+Numpy+Keras+Tensorflow+SymPy+NLTK

Primary LanguagePython

Calculus-Calculator-with-Chatbot

Requirements:

python
pip
virtualenv

First, setup environment with virtualenv:

virtualenv env
source env/bin/activate
pip install -r requirements.txt

Download nltk data for WordNetLemmatizer and word_tokenize

python chatbot/nltk_packages.py 

Then

python manage.py runserver
Screen.Recording.2022-03-20.at.11.34.42.PM.mov