Skip to content

Flask API for serving up trained scikit-learn models for prediction

License

Notifications You must be signed in to change notification settings

denver1117/predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



predictor : a flask API serving up trained, pickled scikit-learn models for prediction

Latest Release latest release
License license
Build Status travis build status

About

Point to a pickled scikit-learn model object either locally or in Amazon S3. Load the model and serve up for prediction behind an endpoint. Accepts POST and GET requests containing named features for prediction.

Installation

Source Code: https://github.com/denver1117/predictor
Package Index: https://pypi.python.org/pypi/predictor

Binary installers for the latest released version are available at the Python package index:

# PyPI
pip install predictor

Authors

Evan Harris - Initial work began at Return Path

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Flask API for serving up trained scikit-learn models for prediction

Resources

License

Stars

Watchers

Forks

Packages

No packages published