Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codecentric-oss/niceml

niceML ๐Ÿฆ is a Python-based MLOps framework designed to streamline the development and maintenance of machine learning projects, offering efficient and scalable pipelines using TensorFlow and Dagster.
https://github.com/codecentric-oss/niceml

dagster deep-learning image-classification machine-learning mlops object-detection python semantic-segmentation tensorflow

Last synced: 3 days ago
JSON representation

niceML ๐Ÿฆ is a Python-based MLOps framework designed to streamline the development and maintenance of machine learning projects, offering efficient and scalable pipelines using TensorFlow and Dagster.

Awesome Lists containing this project

README

        

# This is the readme for niceML
[![PyPI](https://img.shields.io/pypi/v/niceml)](
https://pypi.org/project/niceml/
)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/niceml)
[![๐Ÿงช Pytest](
https://github.com/codecentric-oss/niceml/actions/workflows/pytest.yaml/badge.svg)](
https://github.com/codecentric-oss/niceml/actions/workflows/pytest.yaml)
![GitHub commit activity](
https://img.shields.io/github/commit-activity/m/codecentric-oss/niceml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](
https://opensource.org/licenses/MIT)

**niceML** is a tool to help you set up your machine learning projects faster.
It provides pipelines for a variety of ML tasks, like

- **Object Detection**,
- **Semantic Segmentation**,
- **Regression**,
- **Classification**
- and others.

All you have to do is configure your pipeline, and you're ready to go!

You can also add your own components to the build-in dashboard,
where you can compare the results and performance of your ML models.

Further documentation is available at [niceML.io](https://niceml.io).

A lot more documentation will follow soon!