https://github.com/colcarroll/flymc3
Flask + PyMC3
https://github.com/colcarroll/flymc3
Last synced: 6 months ago
JSON representation
Flask + PyMC3
- Host: GitHub
- URL: https://github.com/colcarroll/flymc3
- Owner: ColCarroll
- Created: 2017-09-24T15:18:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-08T16:05:09.000Z (over 8 years ago)
- Last Synced: 2025-01-30T08:29:34.694Z (over 1 year ago)
- Language: HTML
- Size: 18.6 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)