/Tweet-Analysis-Deployment

Backend and Frontend code for sentiment analysis system.

Primary LanguageVueMIT LicenseMIT

Tweet-Analysis-Deployment

Tweet Analysis project deployment source. https://ml-sentiment-analysis-57219.web.app/

License GitHub contributors

forthebadge made-with-python ForTheBadge built-with-love

How to test backend:

Clone the repo

https://github.com/divakar-lakhera/Tweet-Analysis-Deployment.git

Using terminal

$ cd Backend
$ pip3 install -r requirements.txt
$ python3 wsgi.py

How to test frontend:

Clone the repo

https://github.com/divakar-lakhera/Tweet-Analysis-Deployment.git

Using terminal

$ cd Frontend/ml-frontend/
$ npm run serve        [you may need to initialise Vue JS]