An open API service indexing awesome lists of open source software.

https://github.com/magellol/montreal-aqi-predictions

Train a deep learning model to predict AQI in Montreal, QC.
https://github.com/magellol/montreal-aqi-predictions

aqi deep-learning experimental montreal neural-network notebook python

Last synced: 2 months ago
JSON representation

Train a deep learning model to predict AQI in Montreal, QC.

Awesome Lists containing this project

README

        

# api-predictions

Predicting AQI values in Montreal, QC. Read the accompanying [blog post](https://tlbvr.com/blog/predicting-montreal-aqi) for more details.

```console
jupyter notebook
```

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

```console
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/