Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

ColCarroll/flask_angular_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask_angular_example

A minimal example of an interactive scikit-learn model, using angularJS and d3js. To in a virtual environment:

	$ virtualenv venv
	New python executable in venv/bin/python
	Installing setuptools, pip, wheel...done.
	$ source venv/bin/activate
	(venv)$ pip install -r requirements.txt 
	...
	(venv)$ python angular_example.py 
	 * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)

then go to localhost:5000.

Just want to see it running? Go over to here.

About

a minimal example of a data bound sklearn model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages