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
- Host: GitHub
- URL: https://github.com/syedmsawaid/course-recommender
- Owner: SyedMSawaid
- Created: 2020-12-20T15:35:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-08T04:02:49.000Z (almost 4 years ago)
- Last Synced: 2025-01-07T08:35:31.339Z (4 months ago)
- Topics: angular, asp-net-core, csharp, fyp, postgresql
- Language: C#
- Homepage:
- Size: 711 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.