A small app to map career paths
The notebook is very hacky, but it might be easier to develop new things there instead of in the app.
The app is a flask
app. Run it with:
flask run
You'll need
networkx
and flask
. So far, everything else is standard library.
Or just do this from this directory:
pip install -r requirements.txt
This app is no longer deployed anywhere.