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

https://github.com/syedmsawaid/course-recommender

🎓 Course Recommender System for university students. Recommends courses based on interest, overlapping content and past performance
https://github.com/syedmsawaid/course-recommender

angular asp-net-core csharp fyp postgresql

Last synced: 3 months ago
JSON representation

🎓 Course Recommender System for university students. Recommends courses based on interest, overlapping content and past performance

Awesome Lists containing this project

README

        

# 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.