CoolFace
Apppublic

the-hungriest-hippos/CLT-HACK-2024

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
App README

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

CLT-Hack 2024

Prompt

Diversity: Many students at UNCC are first-generation college students (provide), a key performance indicator (KPI) is graduation rate and job outlooks. Looking at the possible points of failure (aka a point where a student drops out) how can we prevent this using technology?

Course scheduler built around student’s actual schedules \ or essentially \ “Job and classes planner”

  • —from our research, we found that a lot of students drop out due to mental health concerns and an inability to manage various commitments alongside their academics. so we want to create a way for students to appropriately schedule their time and classes in a way that allows them to succeed without developing any serious mental health concerns that could prohibit them from graduating
  • —user inputs job hours, volunteer hours, research hours, and any other commitments
  • —user can then enter requested credit hours
  • —user also inputs major and/or minor
  • —web scrape from selfservice.uncc.edu
  • —maybe beautifulsoup4 or selenium
  • —login is not needed to see courses
  • —can even see sections for each sem
  • —teachers
  • —times offered
  • —credit hours
  • —how to get course requirements?
  • —pdf from degreeworks
  • —course catalog pdf
  • —manually have user check mark courses that they have taken for their major
  • —use streamlit for frontend and data visualization