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.

Share this project:

Updates