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

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

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