Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/allisterb/ClassifyBot
- Owner: allisterb
- License: mit
- Created: 2018-03-04T04:00:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:51:14.000Z (almost 2 years ago)
- Last Synced: 2024-06-19T23:03:17.424Z (5 months ago)
- Topics: data-engineering, dotnet, machine-learning
- Language: C#
- Homepage:
- Size: 304 KB
- Stars: 20
- Watchers: 4
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dotnet-machine-learning - ClassifyBot - 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. (Uncategorized / Uncategorized)
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.