Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 655 Bytes

File metadata and controls

17 lines (13 loc) · 655 Bytes

hackathon Compile Instructions.

INSTALLING REQUIRED MODULES IN PYTHON:

  1. Install pandas : pip install pandas
  2. Install numpy : pip install numpy
  3. Install nltk : pip install nltk.
  4. Open python in power shell OR CMD and then write 'import nltk', press enter. Then if it shows no error, write 'nltk.download()' and press enter. Download all nltk packages when prompted.
  5. install gensim : pip install gensim
  6. install python-docx : pip install python-docx
  7. install Flask : pip install flask

RUNNING THE APP:

  1. Run hack2.py present in the root folder.
  2. Go to http://127.0.0.1:80/
  3. The interface then is self explanatory and easy to use.