Skip to content

deepchecks/checks-demo

Repository files navigation

Deepchecks's Checks Demo

This project is a demo to quickly display the usage of a few checks from the Deepchecks library.

Running locally

The project is based on streamlit

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