Skip to content

A recommendation system build using .NET Core for a class project.

Notifications You must be signed in to change notification settings

sand-head/movie-recommendation-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

movie-recommendation-system

A toy recommendation system built in C# using .NET Core.

Dependencies

Compiling from Source

Prerequisites

First off, make sure you have both the .NET Core 3.0 SDK and runtime installed on your machine for whichever operating system and architecture you're running.

Using Visual Studio

After loading the solution via Visual Studio, either hit F5 or click the green play button in the toolbar to build and launch the console application.

Using Command Line

Navigate to the folder or directory containing the project, then run dotnet build and, provided there are no build errors, dotnet run.

About

A recommendation system build using .NET Core for a class project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages