https://github.com/deepchecks/checks-demo
Deepchecks' checks demo
https://github.com/deepchecks/checks-demo
Last synced: 7 months ago
JSON representation
Deepchecks' checks demo
- Host: GitHub
- URL: https://github.com/deepchecks/checks-demo
- Owner: deepchecks
- License: apache-2.0
- Created: 2022-04-17T12:04:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T17:40:42.000Z (over 2 years ago)
- Last Synced: 2025-01-11T19:50:41.998Z (over 1 year ago)
- Language: Python
- Homepage: https://checks-demo.deepchecks.com
- Size: 181 KB
- Stars: 3
- Watchers: 6
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deepchecks's Checks Demo
This project is a demo to quickly display the usage of a few checks from the [Deepchecks](https://github.com/deepchecks/deepchecks)
library.
## Running locally
The project is based on [streamlit](https://streamlit.io/)
```
git clone https://github.com/deepchecks/checks-demo.git
cd checks-demo
pip install -r requirements.txt
streamlit run src/streamlit_app.py
```
## Debugging
In order to debug you can run the streamlit using the `bootstrap.py` file in your IDE. This will enable you to run in debug mode inside your IDE