Skip to content

Sentiment Analysis web app made especially for the School Of AI -Algiers- Challenge

License

Notifications You must be signed in to change notification settings

rafikkasmi/sentiment-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sentiment-analysis

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)

You need to install those dependencies using PIP:

 pip install scikit-learn
pip install numpy
 pip install pandas
 pip install Flask

and to run the script run this command:

Windows

set FLASK_APP=main.py
flask run

Linux

export FLASK_APP=main.py
flask run

About

Sentiment Analysis web app made especially for the School Of AI -Algiers- Challenge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published