Skip to content

Main python package for deploying and managing machine learning models in production

License

Notifications You must be signed in to change notification settings

Propheto-io/propheto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Propheto - Open ML Platform

Overview

Propheto is a flexible, high-performance framework for deploying, managing, and monitoring models. Using Propheto, data scientists can quickly and easily deploy their models as complete, fully functioning microservices. Propheto allows:

  • Integration first to support all major data systems, ML frameworks, amd MLOps tools
  • No vendor lock in so you can use all the tools and systems your team needs
  • Real-time or batch prediction endpoints with minimal overhead and maximum parallelism
  • Easy debugging, testing, and versioning for model pipelines
  • Security first architecture with portability across cloud and on-prem environments
  • Open-core but designed for enterprise (automated logging, monitoring, and documentation)

With only a few simple commands in their IDE (jupyter notebooks, VS Code, Pycharm, etc.) data scientists can deploy models in their cloud architecture with all of the logging, tracking, scaling, and reporting required.

The Propheto package works with all major system architectures so that it can easily integrate into the production data and software applications and can easily be managed by other DevOps or software engineering resources. However, Propheto also makes it such that data scientists can self-manage these resources without any burden and without working through these other teams.

Ready to get started? checkout our Quickstart guide or sample notebook to see Propheto in action.

Installation

Propheto is hosted on pypi and can be installed by simply using pip

pip install propheto

Get in Touch

There are several ways to get in touch with us:

Contributing

Thanks so much for your interest in supporting our project. We welcome any contributions to Propheto. We will be putting together a contribution guide but in the meantime please feel free to reach out to us or submit PRs as you see fit.

License

Propheto is licensed under Apache 2.0