https://github.com/ivotron/datascience-dashboard-starter
https://github.com/ivotron/datascience-dashboard-starter
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ivotron/datascience-dashboard-starter
- Owner: ivotron
- Created: 2020-12-12T16:03:58.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-12T16:05:43.000Z (over 5 years ago)
- Last Synced: 2025-03-21T11:51:03.199Z (about 1 year ago)
- Language: Python
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ML dashboard
To run locally, install Popper, then:
```bash
git clone https://github.com/ivotron/ml-dashboard
cd ml-dashboard/
popper run
```
the app will be served at . The `admin` user is
created if the app is executed for the first time (password is
`admin`) or if the `app/app.db` file gets deleted or moved.
To stop the app just cancel with ```Ctrl+C```
### Integration
[Guia para integrar aplicaciones al dashboard (ES)](docs/guides/integration-es.md).
### Notes
Executing ```popper run``` regenerates all html applications and templates.
As this may take a while, after running it once (and once more after adding a new application)
its better to execute ```popper run start-dashboard```
instead, as it should take considerably less time to be ready.