This web app is written using Python with ML Libraries (Scikit,numpy,pandas) and the model is Bernoulli Naive Bayes trained and tested with 100000 sentence , the connection between the Web Interface and The ML Model is using Flask Web Framework (Python Web Framework)
pip install scikit-learn
pip install numpy
pip install pandas
pip install Flask
set FLASK_APP=main.py
flask run
export FLASK_APP=main.py
flask run