Jupyter notebook and related files for Data 200 Final Project - Data Set 2: Climate and The Environment
We want to understand if we can predict air quality at a particular location based off of weather and greenhouse gas emissions in a specified radius of that location.
coming soon
- Project Title
- Research Question
- Demo-Preview
- Table of contents
- Installation
- Usage
- Development
- License
To use this project, first clone the repo on your device using the command below:
git clone [email protected]:annamarieweber/AQI-predictor.git
-->
coming soon
-
Create Virtual Environment
python3 -m venv .venv
-
Activate Virtual Environment
source .venv/bin/activate
-
Install Project Dependencies
pip install -r requirements.txt