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

Data visualization

Data visualization is the visual depiction of data through the use of graphs, plots, and informational graphics. Its practitioners use statistics and data science to convey the meaning behind data in ethical and accurate ways.

https://github.com/anushadatta/airbnb-in-seattle

🏨 Understanding the Airbnb rental landscape in Seattle using data science.

airbnb data-analysis data-exploration data-visualization datascience sentiment-analysis

Last synced: 13 Jun 2025

https://github.com/open-data-plan/ava-react

React Component wrapper for AVA

auto-chart ava chart data-visualization g2plot react

Last synced: 10 Jun 2025

https://github.com/mgobeaalcoba/matplotlib_y_seaborn

Aquí dejaré trabajos de visualización realizados con ambas librerías de Python.

data-analysis data-science data-visualization dataset matplotlib numpy pandas python seaborn

Last synced: 13 Apr 2026

https://github.com/neoxio/charts

Neoxio.Charts is a data visualization library for .NET WPF applications.

chart data-visualization line plot time-range timeline wpf

Last synced: 14 Jan 2026

https://github.com/prernarohra/mental-health-prediction

This project focuses on predicting mental health outcomes using machine learning algorithms. By analyzing various psychological, social, and lifestyle factors, the model aims to identify individuals at risk, enabling early intervention and support.

data-analysis data-science data-visualization machine-learning mental-health python

Last synced: 20 May 2026

https://github.com/hhejo/pyviz

Data visualization using Python

data-visualization python

Last synced: 02 Apr 2025

https://github.com/soumya-thoutam/revenue-and-demand-forecasting-analysis

End-to-end data analysis project with SQL and Power BI for revenue and demand forecasting in bike-sharing.

data-analysis data-visualization powerbi sql sql-server

Last synced: 16 Mar 2025

https://github.com/karankathur06/python-dashboard

A dynamic Python-based dashboard for visualizing and analyzing data with interactive elements. Built using popular libraries like Plotly and Dash, designed for intuitive data exploration.

analytics dash dash-plotly dashboard data-science data-visualization interactive-ui plotly python visualization-project web-app

Last synced: 28 May 2026

https://github.com/garcane/global-shipping-analytics-dashboard

This Tableau project provides a comprehensive visual analysis of global sales, shipping costs, and quality metrics across different regions and countries.

data data-analysis data-analyst data-visualization metrics tableau

Last synced: 01 Mar 2026

https://github.com/sushantdhumak/lstm_for_household_power_consumption

This project explores the application of Long Short-Term Memory (LSTM) networks in predicting household power consumption. Using data collected at one-minute intervals, we demonstrate how LSTM can be leveraged for accurate forecasting.

correlation-analysis data-visualization dropout evaluation-metrics feature-engineering lstm lstm-model resampling reshaping-datasets time-series-analysis time-series-forecasting

Last synced: 26 Mar 2025

https://github.com/klubina/best-football-club-2024-25-per-region-interactive-map

An interactive world map featuring over 2999 football clubs that uses a configurable dominance radius to display only the strongest club per region, with intelligent search functionality and responsive design for desktop and mobile devices.

club-rankings clubs css data-visualization football geospatial html interactive-map javascript leaflet-js leaflet-map mapping openstreetmap soccer sports sports-data visualization world-map

Last synced: 13 Apr 2026

https://github.com/mooerslab/arviz-voice-in

Library of voice-triggered code snippets for arviz using Voice In Jupyter Notebooks

arviz bayesian-inference colab data-visualization juptyer markov-chain-monte-carlo python

Last synced: 01 Apr 2025

https://github.com/jcaperella29/financial_analyis_pipeline

An AI-powered financial analysis pipeline that scrapes stock data, calculates Piotroski F-Score & Valuation, and generates trend plots—all in one click!

ai automation cli data-science data-visualization deep-learning finance financial-analysis financial-modeling investing investment-research machine-learning natural-language-processing pdf-generation python quantitative-finance selenium web-scraping

Last synced: 08 Jun 2026

https://github.com/Rayyan9477/Calorie-Burnage-Exploratory-Data-Analysis

Calorie Burnage is the measure of calories burned during physical activity or exercise, crucial for weight management and fitness goals. This project focuses on analyzing a dataset that includes information on duration, pulse rates, and calories burned during exercise sessions.

data-analytics data-science data-visualization exploratory-data-analysis linear-regression r-language r-programming

Last synced: 29 Apr 2025

https://github.com/archanakokate/movielens-case-study-eda-prediction-

Exploratory Data Analysis on Movielens data files and Model building using Decision Tree Classifier , Random Forest Classifier and XG Boost.

data-visualization dataengineering exploratory-data-analysis machine-learning-algorithms

Last synced: 17 Mar 2025

https://github.com/mansurpro/digitrecognizer

DigitRecognizer is a simple, handcrafted neural network implemented with NumPy to classify handwritten digits from the MNIST dataset. This project demonstrates the foundational principles of neural networks, including forward propagation, backpropagation, and gradient descent, all built from scratch without relying on deep learning frameworks.

backpropagation custom-dataset data-visualization deep-learning from-scratch gradient-descent handwritten-digit-recognition machine-learning minimal-dependencies mnist neural-network numpy python

Last synced: 16 May 2026

https://github.com/varun-khorgade/sentimentscope-e-commerce-review-analyzer

Analyzed customer reviews and purchase data to extract sentiment and behavioral insights. Built SQL-based ETL for data preparation and visualized results using Python and Power BI dashboards for actionable business decisions.

analytics customer-beheviour dashboard data data-visualization dataextraction natural-language-processing nlp pandas powerbi python sentiment-analysis sql textblob

Last synced: 17 Apr 2026

https://github.com/jabhij/eda_experiments

In this repo I'll use different types of datasets to explore and implement various Exploratory Data Analysis (EDA) approaches.

ames-housing analysis battery-life blackfriday-analysis data-analysis data-science data-visualization eda matplotlib-pyplot numpy pandas python seaborn visualization zomato-data-analysis

Last synced: 14 Apr 2026

https://github.com/subhadipsinha722133/bitcoin-price-prediction-web-app

A Streamlit-based web application for predicting Bitcoin price movements using machine learning models

data-visualization machine-learning-algorithms matplotlib-pyplot sklearn-library

Last synced: 09 Oct 2025

https://github.com/shuklayash02/data_analysis_using_r

Covid19 analysis and cleaning of data where the death age and deaths of specific gender is cleaned and analysed

analysis cleaning-data data-analysis data-visualization rprogramming

Last synced: 09 Oct 2025

https://github.com/kamanhang/sqldatawarehousedataengineeringproject

This project delivers a modern data warehouse which focuses on building clean, organized data pipeline which covers important aspects such as ETL Pipeline Development, Data Cleaning, Data Modelling and Data Analytics

customer-analytics data-analysis data-cleaning data-engineering data-modeling data-pipeline data-visualization datascience etl-pipeline postgresql powerbi powerbidashboard sales-analysis sql

Last synced: 10 Oct 2025

https://github.com/piratesmanx1/tutor-management-system-2020

A group assessment that required individuals to implement their specific data structure within the system, such as the likes of Array List and Linked List. The assessment required no knowledge of database which is making the overall assessment tricky to handle as we need to rely on the memory addresses that act as a temporary storage to get the job done. In this assessment we've learned the concept of C++, Data Structures, and numerous algorithm that could exploit in other programming languages, which increased our critical thinking skill on applying the system's feature.

c-plus-plus data-structures data-visualization datastructures doubly-linked-list doublylinkedlist linked-list linked-lists

Last synced: 11 Oct 2025

https://github.com/nomadsdev/financial-trend-analyzer

FinancialTrendAnalyzer helps analyze and visualize sales data to uncover financial trends. It uses Python to calculate total sales, track changes, and generate insightful charts for better decision-making.

business-intelligence data-analysis data-visualization financial-analysis matplotlib numpy pandas python revenue-trends sales-data seaborn time-series-analysis

Last synced: 19 Jan 2026

https://github.com/athul64/powerbi

Financial Reports Dashboard This repository showcases a Financial Reporting Dashboard that visualizes key financial metrics and performance insights. The dashboard contains Monthly and Annual reports, allowing users to switch between the two views to analyze data at different intervals.

data data-an data-visualization dax dax-expression powerbi

Last synced: 23 Feb 2026

https://github.com/joshuatownsend/chrome-history-explorer

Local-first explorer for your browser history (Chrome, Edge, Brave, Firefox, Safari, or Google Takeout): full-text + semantic search, research-session/rabbit-hole detection, insights (on-this-day, routines, trends), an AI interest map, and liveness checks. Optional pluggable AI; private/LAN data never leaves your machine.

browser-history bun chrome-history data-visualization hono local-first privacy react self-hosted semantic-search sqlite tailwindcss typescript vite

Last synced: 31 May 2026

https://github.com/marcelohfonseca/moneychart

Projeto aberto para que interessadas em investimentos e análise de dados possam testar e contribuir com melhorias no código fonte e nas visualizações de dados.

business-intelligence data-analytics data-visualization investing power-bi python stocks stocks-analysis

Last synced: 17 May 2026

https://github.com/bishtrishu/pizza_sales_data_analysis_sql

This project is a comprehensive data analysis of pizza sales, aimed at uncovering key insights and trends to inform business decisions. Using a combination of SQL, Python, and data visualization tools, the project analyzes sales data to understand customer preferences, peak sales periods, and the most popular pizza types.

cloud data data-analysis data-science data-visualization dataanalytics database mysql oracle-database

Last synced: 14 Apr 2026

https://github.com/lhzn-io/kanoa

AI-powered interpretation of data science outputs with multi-backend support (Molmo, Gemini, Claude, OpenAI)

ai claude data-science data-visualization gemini interpretability jupyter llm machine-learning matplotlib molmo multimodal openai python vision-language-model vlm

Last synced: 01 Jun 2026

https://github.com/vineet416/data_visualization_of_bird_strikes_between_2000-2011

This project analyzes bird-aircraft strike data from 2000 to 2011 using MySQL database as the data source and Microsoft Power BI. The interactive dashboard allows for exploration of trends and insights to improve aviation safety.

data-cleaning data-transformation data-visualization dax etl intractive-graph mysql-database power-query-editor powerbi

Last synced: 19 Oct 2025

https://github.com/as16082023/police-encounter-case-study

Develop a comprehensive Tableau dashboard analyzing US law enforcement encounters in 2015-2016

dashboard data-visualization police-encounter tableau

Last synced: 20 Mar 2026

https://github.com/gattiharishkumar/blinkit-sales-analysis-dashboard

This project presents a comprehensive sales analysis dashboard for Blinkit, an Indian last-minute delivery app. The dashboard was created using Power BI and provides a detailed overview of the company's sales performance across various outlets and product categories.

dashboard data-analysis data-transformation data-visualization ms-excel-data-analytics power-query powerbi powerbi-visuals

Last synced: 19 Mar 2026

https://github.com/cainmagi/dash-json-grid

Dash porting version of the react project React JSON Grid. Provide structured and nested grid table view of complicated JSON objects/arrays.

dash data-visualization json json-table json-viewer plotly-dash python python-dash python-libary python3

Last synced: 23 Oct 2025

https://github.com/as16082023/atliq-hospitality-analysis

This project presents an overview of AtliQ Grands' performance in the hospitality industry using Power BI.

atliqgrand codebasicsresumeprojectchallenge data-analysis data-visualization powerbi revenueinsights

Last synced: 23 Jan 2026

https://github.com/shadowk29/cusumtools

An eclectic collection of python scripts I have found to be useful in processing nanopore data

data-analysis data-visualization time-series-analysis

Last synced: 16 Mar 2026

https://github.com/cyberkutti-iedc/pingpong

PingPong Notifier provides real-time GitHub notifications and data visualization through a website, server, Chrome extension, and NodeMCU hardware. Stay updated on GitHub activities effortlessly.

chrome-extension data-visualization esp8266 express fullstack github-notifications javascript nodejs nodemcu real-time-updates tailwindcss vuejs website

Last synced: 24 Jan 2026

https://github.com/dsnchz/solid-tradingview-widgets

SolidJS bindings for TradingView Widgets — ready-to-use financial tools you can embed into your website to display market data.

data-visualization finance fintech fintech-api solidjs trading visualization

Last synced: 16 Mar 2026

https://github.com/nafisalawalidris/sprocket-central-pty-ltd-

Sales Analysis - Sprocket Central Pty Ltd: This repository presents an in-depth analysis of sales data for Sprocket Central Pty Ltd. Discover key trends, best-selling products, optimal advertising timing, and actionable recommendations for growth. The interactive dashboard provides comprehensive visualizations, empowering stakeholders.

actionable-recommendations advertising-timing best-selling-products data-visualization growth-strategies interactive-dashboard power powerbi sales-analysis trends

Last synced: 06 Feb 2026

https://github.com/thevinh-ha-1710/rstudio-statistics

This project deeply studies 2 datasets using applied statistics techniques.

applied-statistics data-analysis data-science data-visualization rmarkdown rstudio

Last synced: 31 Jan 2026

https://github.com/ixrock/mobx-react-table-grid

Easy to use react.js table-component powered by native CSS grid

css-grid data-visualization grid-layout mobx react-components reactjs table-grid tableview

Last synced: 09 Feb 2026

https://github.com/garcane/cookie-company-visual-dashboard

This Excel-based interactive dashboard provides a comprehensive overview of the Cookie Company's sales performance and key metrics.

dashboard data data-visualization excel microsoft-excel

Last synced: 09 Feb 2026

https://github.com/komed3/moneylens

MoneyLens helps you see money in context. Convert any amount of money into tangible comparisons — from gold weight and coin stacks to purchasing power and global wealth rankings.

data-visualization economics finance money visualization

Last synced: 12 Feb 2026

https://github.com/owengombas/r-place

🖼 Data analysis on r/place 2022

data-science data-visualization rplace

Last synced: 13 Feb 2026

https://github.com/garcane/beverage-sales-analytics

This project provides an in-depth analysis of beverage sales and delivery across different states using Power BI.

data data-visualization powerbi powerbi-report powerbi-visuals

Last synced: 19 Mar 2026

https://github.com/sohhamseal/help-me-with-my-data

A website to help users view, verify and modify data for preprocessing and apply various classical ML algorrithms

correlation-analysis data-transformation data-visualization descriptive-analysis exploratory-data-analysis k-means-clustering regression-analysis

Last synced: 19 Mar 2026

https://github.com/yoursrijit/e-commerce-sales-dashboard-using_power_bi

"Unlock Your Sales Potential with Real-Time Insights: Power Up Your Strategy with Power BI Dashboard" I have created E-Commerce Sales Dashboard using Power BI. With this dashboard

data-visualization dataanalytics microsoft powerbi

Last synced: 19 Mar 2026

https://github.com/pit1000/mrcoldguy

✨ This project demonstrates the capabilities of IoT (Internet of Things) 🌐, combining microcontrollers 🕹️ with web applications 💻, for practical uses of both front-end and back-end 🗄 technologies.

bootstrap data-visualization esp8266 flask-backend html-css-javascript iot python3 sqlite-database wrekzeug

Last synced: 15 Feb 2026

https://github.com/nafisalawalidris/hici-african-foods

HiCi African Foods: Excel dashboard & pivot table analysis of EU food rejection data to identify risks & recommend focus areas for market expansion.

data-analysis data-cleaning data-visualization eu-food-rejection excel-dashboard hici-african-foods market-expansion pivot-tables

Last synced: 19 Mar 2026

https://github.com/rudeboybert/2016-09-math116

2016-09 Middlebury Intro to Statistical & Data Sciences

data-manipulation data-science data-visualization statistical statistics

Last synced: 16 Feb 2026

https://github.com/leosimoes/datascienceacademy-powerbi-3.0

Projetos do curso Microsoft Power BI Para Data Science Versão 3.0 da DataScienceAcademy. Dashboards para diversos casos de negócios.

business-intelligence dashboards data-analysis data-visualization microsoft-power-bi

Last synced: 19 Mar 2026

https://github.com/xuri/excelize-cs

Excelize is a C# port of Go Excelize library that allow you to write to and read from XLAM / XLSM / XLSX / XLTM / XLTX files.

agent ai chart csharp data-analysis data-science data-visualization excel excelize formula microsft office ooxml parser spreadsheet xlsm xlsx

Last synced: 03 Mar 2026

https://github.com/dsnchz/solid-plotly

SolidJS wrapper for Plotly.js – reactive and performant charts powered by Plotly, built for Solid.

analysis analytics charting-library charts data-visualization solidjs visualization

Last synced: 02 Apr 2026

https://github.com/andrewjbateman/angular-gauges-realdata

:clipboard: App using npm library 'canvas-gauges' to display real data on analogue gauges

analogue-gauge angular angular17 canvas css3 data-visualization gauges html5 real-time typescript4

Last synced: 17 Apr 2026

https://github.com/redayzarra/ml-skincancer-project

This project utilizes a convolutional network to identify 9 different kinds of skin cancers including melanoma, nevus, and more. The model is trained on over 2,200 pictures of various skin cancers based off of this dataset. This model implements fundamental computer vision and classification techniques and includes a step-by-step implementation.

computer-vision convolutional-neural-networks data-visualization deep-learning lenet lenet-5 lenet-architecture machine-learning machine-learning-algorithms neural-network

Last synced: 17 Apr 2026

https://github.com/dan-alvares/climaterbot

Repositório do projeto do bot CLIMATER, que fornece visualização de dados agroclimáticos, suas médias e séries temporais para usuários do Telegram, democratizando o acesso desses dados para pequenos produtores.

data-visualization inmet telegram-bot time-series

Last synced: 04 Apr 2026

https://github.com/moindalvs/assignment_multi_linear_regression_2

Consider only the below columns and prepare a prediction model for predicting Price. Corolla<-Corolla[c("Price","Age_08_04","KM","HP","cc","Doors","Gears","Quarterly_Tax","Weight")]

cooks-distance data-science data-structures data-visualization exploratory-data-analysis feature-engineering feature-selection influencers multi-collinearity-issue outlier-removal outliers-detection predictive-modeling

Last synced: 18 Apr 2026

https://github.com/ricardolsmendes/sna-dw

Companion repository for my Data Science & Analytics MBA Term Paper: "Social Network Analysis applied to Data Warehouses: opportunities and constraints for Data Governance"

data-analytics data-governance data-science data-visualization network-science social-network-analysis

Last synced: 21 Apr 2026

https://github.com/hecatops/insightbench

Insight Bench is a web-based CSV analysis tool built with Streamlit, designed for quick, effortless exploration of your CSV files. Simply upload your file and get instant insights without needing any setup or coding.

data-visualization exploratory-data-analysis python shadcn-ui streamlit

Last synced: 24 Apr 2026

https://github.com/itsn1x/8698_dyt

8698_DYT by itsN1X - This is a tiny project to track and visualize the D.Y.T. ( Do Your Tip ) outstanding supply and other dynamic facets. Powered by vanilla javaScript and CoinGecko A.P.I. - No libraries / dependencies - Fully Open Source.

charting data-visualization do-your-tip doyourtip dyt erc20 eth ether ethereum ethereum-contract graphs itsn1x javascript n1x no-dependencies no-frameworks no-libraries vanilla visualization zzpraf1n1x42af

Last synced: 24 Apr 2026

https://github.com/flyingfathead/neurograph-framework

A versatile tool for visualizing entropy loss in TensorFlow-based neural network training, providing insightful scatter plots with annotations.

data-analysis data-analysis-python data-visualization entropy graph graphs neural-network neural-networks neural-networks-visualization nn python python3 tensorflow tensorflow2 training visualization visualization-tools

Last synced: 24 Apr 2026

https://github.com/aaditagarwal/classification_of_caffeine

A classification project to classify various caffeine products into coffee types using Fourier Transformed Infrared Spectroscopes of products.

caffeine-classification classification-model data-visualization ftir-data-analysis

Last synced: 25 Apr 2026

https://github.com/ahmad-ali-rafique/pyviznotebook

PyVizNotebook is a collection of Matplotlib visualizations demonstrating a wide range of plot types and techniques for data visualization. Whether you're a beginner looking to learn or an experienced developer seeking inspiration, this repository offers a diverse set of examples to explore.

analytics colab-notebook data data-science data-visualization dataanalytics matplotlib-python plots seaborn-python visualization

Last synced: 06 Jun 2026

https://github.com/cdeweyx/game-of-thrones-s7e1-eda

Exploratory data analysis of scraped tweets related to Game of Thrones S7E1

data-analysis data-visualization python twitter-api

Last synced: 26 Apr 2026

https://github.com/kingabzpro/go-example-kdn

Example code for data analysis, data visualization, and machine learning, all written in Go.

data-science data-visualization golang machine-learning

Last synced: 27 Apr 2026

https://github.com/sathyasris27/time-series-and-spectral-analysis-

The aim of this project involves the analyses the data, removing trends and seasonal effects, identifying the underlying process, understanding the dominant frequencies, and using the residuals to make predictions.

data-analysis data-visualization forecasting r spectral-analysis time-series-analysis

Last synced: 07 Jun 2026

https://github.com/bhavik444/techistanbul_python_bootcamp

👨💻 Master Python programming through practical exercises in this 80-hour bootcamp, designed for beginners to advanced learners.

algorithms api-development automation coding-bootcamp data-analysis data-visualization django flask git machine-learning python software-engineering testing web-development web-scraping

Last synced: 28 Apr 2026

https://github.com/kritimbist/365-days-of-github-challenge-ai-machine-learning

This repository is part of my 365 Days Challenge: AI × Machine learning, where I combine my passion for Machine Learning 🤖 to learn, build, and document projects every single day for one year.

data-science data-visualization deep-learning machine-learning matplotlib numpy python scikit-learn

Last synced: 28 Apr 2026

https://github.com/mulliru/estudo-data-visualization

Este repositório contém os códigos que desenvolvi e utilizei durante o curso de Visualização de Dados da Alura. Aqui, você encontrará diversos scripts e notebooks que abordam os principais conceitos e técnicas de Data Science, aplicados em diferentes contextos e projetos.

alura data-visualization

Last synced: 08 Jun 2026

https://github.com/vyjayanthipolapragada/early_sepsis_detection_ml

An end-to-end project leveraging clinical datasets (PhysioNet, MIMIC-IV, MIMIC-IV-ED) to develop and compare ML and LSTM-based models for early sepsis prediction.

data-analysis data-visualization deep-learning healthcare jupyter-notebook keras-tensorflow lstm-neural-networks machine-learning neural-network python

Last synced: 28 Apr 2026

https://github.com/teohrt/roulette-martingale-visualizer

Visually weigh the risk of the Martingale Roulette strategy

api data-visualization flask gambling matplotlib roulette-wheel-algorithm

Last synced: 28 Apr 2026

https://github.com/dsrodrigovieira/houserocketsales

Este repositório contém um projeto desenvolvido para praticar habilidades de análise de dados utilizando Python

data-analysis data-visualization heroku kaggle-dataset python

Last synced: 29 Apr 2026

https://github.com/pxaris/expenditure-analyzer

Application for analyzing expenditure data over time

data-analysis data-visualization docker python statistics

Last synced: 29 Apr 2026

https://github.com/manwithacap/by-the-metric-match

🎲🃏 A game data tracker for your board/card/video games!

data-analysis data-visualization games jupyter-notebook python utility

Last synced: 29 Apr 2026

https://github.com/dschep/executive-orders-notebook

A Jupyter Notebook to play with how many Executive Orders Presidents have signed

data-visualization jupyter jupyter-notebook trump

Last synced: 08 Jun 2026

https://github.com/chrnthnkmutt/theartofstatistic_python

This repository is implemented from David Spiegelhalter's The Art of Statistics Book, for making Python Visualization

data data-science data-visualization machine-learning statistics

Last synced: 08 Jun 2026

https://github.com/alcestide/scianalytics

Playground for Data Analysis and Visualization for Research and Scientifical Purposes with Pandas and Plotly.

csv data-analysis data-science data-visualization pandas plotly python science-research statistics

Last synced: 30 Apr 2026

https://github.com/gutyoh/narrative_visualization

Visualizations of the evolution of Netflix's content over the years using the D3 JavaScript library.

d3 data-visualization javascript

Last synced: 30 Apr 2026

https://github.com/pradipece/interactive_analytics_data_automation

This project allows users to control complex dataset processing with Python programming by merging Streamlit with Plotly for visualizations.

automation data-science data-visualization pandas plotly streamlit

Last synced: 01 May 2026