Here is the link to the explanation ppt. Click here
1. Run the following commands for the installation of the requireds libraries:
npm install
npm install express multer ejs csv-parser compromise natural axios
pip install flask pandas numpy seaborn matplotlib scipy
[Note: If error is met while installing, then run the install command separately.
For example, pip install flask, pip install pandas, etc.]
- Run the Python app server for the plot page using the following command:
python server/api/app.py
[Note: Python app Server will be started at http://localhost:5001
No need to go to this link.]
- Run the Python query server for the plot page using the following command:
python server/api/query.py
[Note: Python query Server will be started at http://localhost:5000
No need to go to this link.]
- Run the JavaScript server using the following command:
node server/index.js
[Note: Javascript Server will be started at http://localhost:3000]
- Finally, head over to the JavaScript server localhost page on any browser:
Click on the link http://localhost:3000 or type it in browser.]
Scanalyst is released under the MIT License. See the LICENSE file for more information.