Skip to main content

ReadyML - Easy and Ready Machine Learning.

Project description

ReadyML - Easy and Ready Machine Learning.

ReadyML makes trained Machine Learning models ready to consume with minimum effort.

Available Models

Image Classification

Model: NASNetLarge

Class: readyml.imageclassification.NASNetLarge

Reference: Learning Transferable Architectures for Scalable Image Recognition (CVPR 2018)

Example of use:

from readyml import imageclassification as fic
import PIL
import PIL.Image as Image

image_pil = Image.open("./images/brad.jpg")

nasnetlarge = fic.NASNetLarge()
results = nasnetlarge.infer(image_pil)
print(results)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

readyml-0.0.2.tar.gz (233.2 kB view hashes)

Uploaded Source

Built Distribution

readyml-0.0.2-py2.py3-none-any.whl (18.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page