Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 554 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 554 Bytes

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