Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomasmbury/restitution-cobweb
Dashboard to demonstrate alternans in APD for a periodically stimulated cardiac cell.
https://github.com/thomasmbury/restitution-cobweb
Last synced: about 1 month ago
JSON representation
Dashboard to demonstrate alternans in APD for a periodically stimulated cardiac cell.
- Host: GitHub
- URL: https://github.com/thomasmbury/restitution-cobweb
- Owner: ThomasMBury
- Created: 2022-05-10T14:12:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-01T22:43:32.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T15:51:05.968Z (2 months ago)
- Language: Python
- Size: 991 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# restitution-cobweb
## Description
Dashboard to investigate dynamics of a periodically stimulated cardiac cell based on its restitution function.
Displays the restitution function, the iterative map as a cobweb plot, and the APD sequence.
Parameters for the simulation and the restitution function may be varied using the sliders.The app is currently hosted [here](https://restitution-cobweb.thomasbury.net/).
## Running the app locally
To run the app on your local computer, clone the repository, create a virtual environment and install the necessary requirements with
```
pip install --upgrade pip
pip install -r requirements.txt
```Then run the app with
```
python app.py
```This should show
```
Dash is running on http://127.0.0.1:8050/
```You can now visit the app at this URL.
## Preview