/ClassifyBot

Automate building ML classification pipelines in .NET

Primary LanguageC#MIT LicenseMIT

CLassifyBot: Machine Learning Pipeline Automation

Screenshot

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. 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.