/datalab

Primary LanguagePython

Getting Started

Setup project environment with python -m venv myenv.

$ git clone https://github.com/ikram9820/datalab.git
$ cd datalab
$ python -m venv .venv
$ .venv/Scripts/activate
$ pip install -r requirements.txt

$ streamlit run app.py

make sure to select target column first

Data Lab

Default Home View

Default Home View

Default Home View