Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Client-Server-Starter-Code

Folder structure

  1. client - this contains the D3 code for the visualization.

  2. server - this contains the server side code which runs the model on the data and feeds the results to the client.

Software packages

  1. flask

  2. flask_restful

  3. sklearn

  4. pandas

  5. numpy

Instructions

  1. Go to the server folder and run the flask_roc.py file (Run it through the cmd using python flask_roc.py)

  2. Go to the client folder and run the following command on the command line - python -m SimpleHTTPServer 8000

  3. Visit http://localhost:8000/ to see the visualization

The page should look something like this:

Home page

About

Client-Server visualization

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages