Maps relevant courses in UW-Madison to specific skills required for a given career. https://vdflask.herokuapp.com/
A Python driven web application that maps relevant courses in UW-Madison to specific skills required for a given career.
https://vdflask.herokuapp.com/
This app accepts a career choice from the user to select specific courses in UW-Madison based on skills required for that job role. Given a career choice, the program looks up a list of relevant skills and then uses this information to search through UW-Madison courses to generate a list that would be helpful for students. This is something students can use to explore various options before they speak to a course advisor.
This is a Flask application that runs on the Heroku platform.
To run this application from your local machine, navigate to the root directory and run this from the command line
python wsgi.py
Copy and paste the link displayed onto your browser.
The Course Career Mapper is up and running!
Simply enter your career choice and hit enter!