Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karanwadhwa/dd-admission-predictor
https://github.com/karanwadhwa/dd-admission-predictor
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/karanwadhwa/dd-admission-predictor
- Owner: karanwadhwa
- Created: 2017-02-10T14:31:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-22T12:19:17.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T23:41:28.827Z (about 1 month ago)
- Language: HTML
- Size: 297 KB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dd-admission-predictor
This was my college project for Distributed Databases.
This system was originally developed only for Engineering College Admissions in Maharashtra,India but can essentially be adapted for other streams too.
The purpose of it is to build a system to predict the users chances for getting into a certain college.# Initial Idea:
The basic idea behind it was to cross reference the users entered grades with the average of the past 3or5 years cut-off lists of the colleges and based on that display the colleges with avg. cut-off list marks less than the users acquired grades.# Implemented Idea:
Since it was a college project we werent required to implement the entire project in such an elaborate way and our professor was very flexible with its scope and usecase, I chose to directly enter a few random colleges with their cut-off lists instead of entering past 3or5 years lists and then calculating the average. So the system essentially just displays a list ofcolleges the user is eligible to apply to and doesnt really work as a "predictor".# Working:
This is how the system would work:
1. Index page contains 3 options:
->User Login
->Admin Login
->Register
2. Admins can log in to enter College Cut-off lists.
||Admins do not get a Registration page, their login details are directly entered in the database.
3. Users register in the system from the registration link on the indexpage.
||All the details required about the user are collected on the Registration Page.
4. Upon Log-in the Users entered details are displayed and the colleges along with its complete details he/she can get into.# misc.
-> the databases required are present in the DATABASES/ folder.