ClassifyBot
ClassifyBot copied to clipboard
Automate building ML classification pipelines in .NET
CLassifyBot: Machine Learning Pipeline Automation

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:
- Clone the repository.
- Run
build.shon Linux orbuild.cmdon Windows.