Skip to content
forked from sematic-ai/sematic

An open-source ML pipeline development toolkit

License

Notifications You must be signed in to change notification settings

erikcek/sematic

 
 

Repository files navigation

Sematic logo

Prototype-to-production ML in days not weeks

UI Screenshot

PyPI CircleCI PyPI - License Python 3.8+ Discord Made By Sematic PyPI - Downloads

Hi 👋

Sematic is an open-source development toolkit to help Data Scientists and Machine Learning (ML) Engineers prototype and productionize ML pipelines in days not weeks.

Sematic is based on experience building ML infrastructure at leading tech companies.

Find our docs at docs.sematic.dev, and join us on Discord.

Sematic helps you

  • Develop and run ML pipelines using native Python functions, no new DSL to learn
  • Monitor, visualize, and track all inputs and outputs of all pipeline steps in a slick UI
  • Collaborate with your team to keep the discussion close to the pipeline as opposed to scattered elsewhere
  • Execute your pipelines locally or in your cloud
  • [soon] Clone/re-run your pipelines with different inputs/configs
  • [soon] Schedule your pipelines to keep your models fresh and relevant

Sematic is an alternative to tools such as KubeFlow Pipelines.

Installation

Instal Sematic with

$ pip install sematic

Usage

Start the app locally with

$ sematic start

Then run an example pipeline with

$ sematic run examples/mnist/pytorch

Create a new boilerplate project

$ sematic new my_new_project

Or from an existing example:

$ sematic new my_new_project --from examples/mnist/pytorch

Then run it with

$ python3 -m my_new_project

See our docs at docs.sematic.dev, and join us on Discord.

Contribute

See our Contributor guide at docs.sematic.dev.

scarf pixel

About

An open-source ML pipeline development toolkit

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 71.2%
  • TypeScript 17.8%
  • Starlark 10.7%
  • Makefile 0.2%
  • HTML 0.1%
  • CSS 0.0%