Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 679 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 679 Bytes

api-predictions

Predicting AQI values in Montreal, QC. Read the accompanying blog post for more details.

jupyter notebook

Note: if dependencies change in requirements.txt, you must nuke the previous .venv.

rm -rf .venv

# Assuming usage of direnv
direnv reload

You can also open this notebook in google colab if you need a GPU.

https://colab.research.google.com/github/Magellol/aqi-predictions/blob/main/index.ipynb

Disclaimer

This project uses nix to setup the python environment. Nix flake configuration inspired by https://www.reddit.com/r/NixOS/comments/q71v0e/comment/hgn4sar/