Metadata-Version: 2.4
Name: bside
Version: 0.0.1
Summary: Bayesian system identification toolbox
Author-email: Nicholas Galioto <ngalioto@umich.edu>
License: MIT
Project-URL: Homepage, https://github.com/ngalioto/bside
Keywords: Bayesian inference,system identification,dynamical systems,dynamics,filtering,DMD,model uncertainty,stochastic dynamics,probabilistic inference
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch
Requires-Dist: numpy
Requires-Dist: scipy
Dynamic: license-file

<picture>
  <source media="(prefers-color-scheme: dark)" srcset=".github/assets/bside_dark.png">
  <source media="(prefers-color-scheme: light)" srcset=".github/assets/bside_light.png">
  <img alt="B-Side logo" src=".github/assets/bside_light.png">
</picture>

# B-Side

A Bayesian system identification toolbox. 

This is an ongoing work in progress to which I dedicate a portion of my personal time.

## Installation

Install from PyPi
```bash
pip install bside
```

Alternatively, install from source to get the latest version
```bash
pip install git+https://github.com/ngalioto/bside.git
```
## Author information

Author: Nicholas Galioto  
Email: [ngalioto@umich.edu](mailto:ngalioto@umich.edu)  
License: MIT  
Copyright 2025, Nicholas Galioto
