-
client - this contains the D3 code for the visualization.
-
server - this contains the server side code which runs the model on the data and feeds the results to the client.
-
flask
-
flask_restful
-
sklearn
-
pandas
-
numpy
-
Go to the server folder and run the flask_roc.py file (Run it through the cmd using python flask_roc.py)
-
Go to the client folder and run the following command on the command line - python -m SimpleHTTPServer 8000
-
Visit http://localhost:8000/ to see the visualization
The page should look something like this:
