The Statbotics scripts are Jupyter Notebooks (Python scripts) that interact with or explain other parts of the Statbotics project. This includes scripts to reproduce EPA model results, scripts to demonstrate the Python API, and scripts to answer questions using the database.
Requires Python 3.8+.
- Install dependencies:
pip install -r requirements.txt
orpoetry install
- Run the Jupiter Notebook server:
jupyter notebook
- Open the scripts in the browser at
localhost:8888
The scripts are structured as follows:
api/
: Scripts to demonstrate the Python API.baselines/
: Scripts to reproduce EPA model results.
More coming soon!
Contributions are welcome! Please open an issue or pull request.