You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.