/JeeSeatAllocation

A web platform similar to https://josaa.nic.in (Official counseling platform to allocate seats to JEE candidates)

Primary LanguagePython

JEE Seat Allocator Portal

A web platform similar to https://josaa.nic.in (Official counseling platform to allocate seats to JEE candidates)

Gale Shapley Algorithm : Wiki
Stable Matching: Wiki
How it works:
  1. Students fill their preferences and lock their choices before the deadline.
  2. The Allocator then runs the algorithm for each round allocating the student to the respective colleges. (Multiple round allocation is implemented).
  3. It takes care of various factors like gender and category in determining the matching.
  4. Students have choices of Frreze, Float, Slide or Remove the application.
  5. Final list of the students with the colleges is made ready.
More improvements to be done:
  1. Addition of more complicated factors like Foreign National and Specially Abled Category.
  2. Improvements on the frontend.