Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 679 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 679 Bytes

Course Recommender

This project aims to help students select their elective courses based on their previous results and how their peers performed in them. The main objective is to ensure that students select the right elective courses as it will reflect in their careers later in life.

Past record of students will be used to suggest elective courses using collaborative filtering technique.

How to use it

This system is built using ASP.NET 5, Angular, PostgreSQL and ML.NET. You have to start the ASP.NET as well as Angular server.

In the API folder, open command prompt and use dotnet run command. For Angular, go to the client folder and use npm start command.