Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/allisterb/ClassifyBot

Automate building ML classification pipelines in .NET
https://github.com/allisterb/ClassifyBot

data-engineering dotnet machine-learning

Last synced: about 2 months ago
JSON representation

Automate building ML classification pipelines in .NET

Awesome Lists containing this project

README

        

# CLassifyBot: Machine Learning Pipeline Automation
![Screenshot](https://www.codeproject.com/KB/AI/1233098/classifybot1.png)

## About
ClassifyBot is an open-source cross-platform .NET library that tries to automate and make reproducible the steps needed to create machine learning pipelines for object classification using different open-source ML and NLP components.

A full description of the project is in this CodeProject [article](https://www.codeproject.com/Articles/1233098/Create-a-ML-classification-pipeline-in-NET-with-Cl). More documentation will be added soon.

## Building

ClassifyBot is a .NET Standard library. To build:
1. Clone the repository.
2. Run `build.sh` on Linux or `build.cmd` on Windows.