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

https://github.com/colcarroll/flymc3

Flask + PyMC3
https://github.com/colcarroll/flymc3

Last synced: 6 months ago
JSON representation

Flask + PyMC3

Awesome Lists containing this project

README

          

# flymc3

A sample flask app with PyMC3

## Quick Start

Add a settings.cfg in the top level:

echo 'DEBUG = False' > settings.cfg

Run the application:

make run

And open it in the browser at [http://127.0.0.1:5000/](http://127.0.0.1:5000/)