Welcome to SchedulEase-IITK (Schedule with Ease IIT Kanpur), a web application designed to simplify course timetable management. Whether you're dealing with course conflicts or trying to organize your schedule, this tool offers an intuitive interface to help you manage your academic life at IIT Kanpur.
SchedulEase-IITK is designed to help IIT Kanpur students efficiently create their academic schedules. It automatically navigates over 700+ courses from 20+ departments, ensuring that no selected courses clash. Built with a Flask backend, it offers comprehensive course coverage and simplifies the scheduling process, making it easy for students to avoid conflicts and create their ideal timetable.
Motivation: At IIT Kanpur, competitive programming can overshadow practical coding, creating an isolating environment. SchedulEase-IITK was developed as a side project to channel my passion for coding into something valuable for my peers, highlighting that coding is not just about competition but also creativity and problem-solving.
git clone https://github.com/rkaran04/SchedulEase-IITK-course-planner-recommender.git
It is optimised to run with debugging off on your local server, you can change by modiying app.py
Please follow the steps mentioned here to procure the course data from here and place it in the cloned repository
bash update_data.sh
Run the above code to update the .json files
bash launch.sh
Run the above code to view the web-app work on http://127.0.0.1:5000/
SchedulEase-IITK
├── ASSETS/
├── BACK_END/
├── Extract_course_data/
├── FRONT_END/
├── RECOMMENDATION/
├── Course_schedule_from_pingala.csv
├── updata_data.sh
├── launch.sh
└── README.md
- ASSETS/: Contains
courses.json
anddetails.json
for managing course data. - BACK_END/: Handles core backend logic, including
app.py
andcourse_schedule_manager.py
. - Extract_course_data/: Contains scripts for converting course data from CSV to JSON format.
- FRONT_END/: Includes
index.html
,styles.css
, andscripts.js
for the frontend design and functionality. - RECOMMENDATION/: Contains code for course recommendation based on user input.