Logo Lanfrica

rafikkasmi/sentiment-analysis

Domain:

natural language processing

Record type:

software
Creator:
raf
Host:
Sentiment Analysis web app made especially for the School Of AI -Algiers- Challenge # 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: ```python pip install scikit-learn ``` ```python pip install numpy ``` ```python pip install pandas ``` ```python pip install Flask ``` ### and to run the script run this command: #### Windows ```python set FLASK_APP=main.py flask run ``` #### Linux ```python export FLASK_APP=main.py flask run ```