This project is a demo to quickly display the usage of a few checks from the Deepchecks library.
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
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