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 )
- Host: GitHub
- URL: https://github.com/prithivsakthiur/data-board
- Owner: PRITHIVSAKTHIUR
- Created: 2024-08-08T12:25:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-26T10:42:00.000Z (over 1 year ago)
- Last Synced: 2025-02-13T17:18:50.589Z (12 months ago)
- Topics: data-analysis, gradio, huggingface, keras, mathplotlib, pandas, plots, pyplot, scikit-learn, seaborn, spaces
- Language: Python
- Homepage: https://huggingface.co/spaces/prithivMLmods/DATA-BOARD
- Size: 6.89 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 🌝

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

---------------------------------------------------------------------------------------
# 3D Visualization
|  |  |
|-------------------------|-------------------------|
|  |  |
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. |
----------------------------------------------------------------------------------------------------------------------------------------