Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 329 Bytes

Readme.md

File metadata and controls

9 lines (6 loc) · 329 Bytes

Connection to remote server

Connect to the remote mongoDB server: ssh -L 27017:localhost:27017 my_dummy_username@143.89.191.15

Steps to run

  1. Clone the repository

  2. Intall the dependencies : pip2 install flask flask_cache flask_pymongo pandas sklearn nltk pymongo textblob gensim

  3. Run python run.py