Skip to content

Latest commit

 

History

History
40 lines (20 loc) · 590 Bytes

README.md

File metadata and controls

40 lines (20 loc) · 590 Bytes

Rankrr - Sentiment based product ranking with emoji & emphasized informal text

Sentiment based product ranking with emoji & emphasized informal text

By Disura Randunu Bandara | W1761865 | 2018008


Backend & Datascience Environment Setup (With Anaconda 3.9):

cd rankrr-datascience

conda env create -f environment.yml


Fronend Environment Setup (NodeJS 18.4.2):

cd rankrr-frontend

npm install


Web App Backend Start:

cd rankrr-backend

conda activate rankrr_env

python app.py


Web App Frontend Start:

cd rankrr-frontend

ng serve