Skip to content

nMaroulis/pandalab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Streamlit Tensorflow Pandas Plotly Sklearn

pandaLab - make ML processes a piece of cake!!

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.

Instructions

Dockerfile - Linux

$ 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

About

make AI/ML proccesses a piece of cake!!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors