Welcome to pandaLab! PandaLab is a powerful yet user-friendly Streamlit application for data exploration and machine learning. Users can upload one or multiple datasets (CSV, Parquet, Excel, etc.), which are automatically combined into a single pandas DataFrame stored in memory. The app provides a suite of tools for data preprocessing, in-depth data analysis, anomaly detection and a ML Model building module, where you can choose from a plethora of ML Models (DNNs, LSTMS, XGboost and many more..), fine-tune, train, evaluate and export the model. Additionally, PandaLab integrates an OpenAI API that allows you to chat with the DataFrame for more intuitive exploration. Whether you're analyzing patterns, building models, or detecting anomalies, PandaLab is your friendly workspace for data experimentation.
$ sudo su
$ docker build -t pandalab_image .
$ docker run --name pandalab --rm -d --network host pandalab_image
$ docker ps
$ docker exec -it pandalab /bin/bash
