Skip to content

Silent18Killer/Database-Analyzer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCANALYST - Database Analyzer


Scanalyst logo

Website Preview

Scanalyst Home Page Scanalyst Database Page Scanalyst Chat Page Scanalyst Plot Page


Explanation PPT

Here is the link to the explanation ppt. Click here


Installation

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.]

  1. 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.]

  1. 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.]

  1. Run the JavaScript server using the following command:
node server/index.js

[Note: Javascript Server will be started at http://localhost:3000]

  1. Finally, head over to the JavaScript server localhost page on any browser:
Click on the link http://localhost:3000 or type it in browser.]

License

Scanalyst is released under the MIT License. See the LICENSE file for more information.


Programming Languages Used

Languages and Tools

Developers

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • EJS 39.9%
  • CSS 28.3%
  • Python 20.0%
  • JavaScript 11.8%