Simple app for exploring data with Libraries like Pandas-Profiling and SweetViz with some options for making customized plots and basic data preprocessing.
Step 1. Clone the repository
Step 2. Pip Install all dependencies in requirements.txt in your conda environment (You may run pip install -r requirements.txt
in your shell )
Step 3. Run streamlit run app.py