Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/persteenolsen/dotnet-8-wine-ml

.NET 8 and ML.NET - Machine Learning for finding the best wine :-)
https://github.com/persteenolsen/dotnet-8-wine-ml

Last synced: about 2 months ago
JSON representation

.NET 8 and ML.NET - Machine Learning for finding the best wine :-)

Awesome Lists containing this project

README

        

Using Machine Learning to taste wine

Last updated: 22-11-2024

- Tasting wine using ML.NET
- .NET 8 Console App
- This is a console application using Microsoft Machine Learning framework ML.NET for predicting the best wine
- FastTree regression used to train the Model
- Visual Studio Code as IDE

Start the App inside VS Code

- Set the Folder WineML in focus Run - Start Debug

Start the App by outside VS Code:

- Open a command promt in the Folder WineML and type: dotnet run wineml.csproj