An open API service indexing awesome lists of open source software.

https://github.com/prithivsakthiur/data-board

Data Boards - Visualization of various plots ( Analysis )
https://github.com/prithivsakthiur/data-board

data-analysis gradio huggingface keras mathplotlib pandas plots pyplot scikit-learn seaborn spaces

Last synced: 4 months ago
JSON representation

Data Boards - Visualization of various plots ( Analysis )

Awesome Lists containing this project

README

          

---
title: DATA BOARD
emoji: 📊
colorFrom: indigo
colorTo: yellow
sdk: gradio
sdk_version: 4.41.0
app_file: app.py
pinned: false
license: creativeml-openrail-m
thumbnail: >-
https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/ss6PRkpOClG0sSPcCHWNE.png
---

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

GITHUB

# Make sure you have git-lfs installed (https://git-lfs.com)
git lfs install

git clone https://huggingface.co/spaces/prithivMLmods/DATA-BOARD

# If you want to clone without large files - just their pointers

GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/spaces/prithivMLmods/DATA-BOARD

SSH

# Make sure you have git-lfs installed (https://git-lfs.com)
git lfs install

git clone git@hf.co:spaces/prithivMLmods/DATA-BOARD

# If you want to clone without large files - just their pointers

GIT_LFS_SKIP_SMUDGE=1 git clone git@hf.co:spaces/prithivMLmods/DATA-BOARD

Upload CSV & Press Generate Dashboard & Wait for a While 🌝

![alt text](assets/xc.png)

.

.

.

Demo How it work
------------------------------------------------------------------------------------

![alt text](assets/db.gif)

---------------------------------------------------------------------------------------

# 3D Visualization

| ![Image 1](assets/22.png) | ![Image 2](assets/33.png) |
|-------------------------|-------------------------|
| ![Image 3](assets/44.png) | ![Image 4](assets/55.png) |

Requirements.txt

----------------------------------------------------------------------------------------------------------------------------------

| Library | Description |
|--------------|-----------------------------------------------------|
| `Gradio` | A Python library for creating user interfaces for machine learning models. |
| `Pandas` | A library for data manipulation and analysis, providing data structures like DataFrames. |
| `Matplotlib` | A plotting library for creating static, animated, and interactive visualizations in Python. |
| `Seaborn` | A statistical data visualization library based on Matplotlib, offering more aesthetic and informative charts. |
| `Plotly` | An interactive graphing library that enables the creation of interactive plots and dashboards. |
| `Scikit-learn` | A machine learning library that provides simple and efficient tools for data analysis and modeling. |

----------------------------------------------------------------------------------------------------------------------------------------