Skip to content

Latest commit

 

History

History
78 lines (48 loc) · 2.17 KB

README.md

File metadata and controls

78 lines (48 loc) · 2.17 KB

Banner

AQI-predictor

Jupyter notebook and related files for Data 200 Final Project - Data Set 2: Climate and The Environment

GitHub release (latest by date including pre-releases)

GitHub last commit

GitHub issues

GitHub pull requests

GitHub All Releases

GitHub

Tweet

Research Question

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.

Demo-Preview

coming soon

Table of contents

Installation

(Back to top)

To use this project, first clone the repo on your device using the command below:

git clone [email protected]:annamarieweber/AQI-predictor.git -->

Usage

(Back to top)

coming soon

Development

(Back to top)

  1. Create Virtual Environment python3 -m venv .venv

  2. Activate Virtual Environment source .venv/bin/activate

  3. Install Project Dependencies pip install -r requirements.txt

License

(Back to top)

MIT