INSTALLING REQUIRED MODULES IN PYTHON:
- Install pandas : pip install pandas
- Install numpy : pip install numpy
- Install nltk : pip install nltk.
- 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.
- install gensim : pip install gensim
- install python-docx : pip install python-docx
- install Flask : pip install flask
RUNNING THE APP:
- Run hack2.py present in the root folder.
- Go to http://127.0.0.1:80/
- The interface then is self explanatory and easy to use.