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.
ClassifyBot is a .NET Standard library. To build:
- Clone the repository.
- Run
build.sh
on Linux orbuild.cmd
on Windows.