TheJakov / CarRecommendationSystem

Intelligent system (as a .NET Forms application) for user profiling and proposing the most suitable cars

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CarRecommendationSystem

Recommender system (as a .NET Forms application, with machine learning component made via ML .NET) for user profiling and proposing the most suitable cars.

Project description

This application was developed as part of my graduate thesis which was in domain of recommender systems. The application performs user profiling and, based on his preferences, suggests to the user top car recommendations that might suit him.

Application has two components that generate generations:
   a) custom made scoring algorithm and
   b) ML model crated via ML .NET machine learning framework.

Preview

a) App home screen

Home screen

b) Some question examples in process of user profiling

Example one

Example two

Example three

c) Result - end screen (two ways of creating recommendations)

Results

You can even check out video preview.

About

Intelligent system (as a .NET Forms application) for user profiling and proposing the most suitable cars

License:MIT License


Languages

Language:C# 100.0%