Personal Assistant for exploiting web services
> Project Report <
- Download Stanford Parser from https://nlp.stanford.edu/software/stanford-parser-full-2016-10-31.zip, unzip it in one folder above the main directory and rename it to 'stanford-parser',
- Install nltk package for 'python 3' by
pip install nltk
orpip3 install nltk
and download all the data files by commandnltk.download()
after importing nltk in python terminal, - Go to the main directory and run command
npm install
, - Install nodemon too by command
npm install nodemon
, - Run Neo4j database if not already running,
- Set up keys for APIs in the 'APIs' directory,
- Run the command - #
nodemon server.js
from main directory, - Download ngrok,
- In a different terminal run the instruction - #
./ngrok http 3000
, - Use Postman to send POST request to the url shown in ngrok terminal,
- /startSession and /requestMessage are working.