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/charliecm/meteorite-landings

Data visualization of meteorite landings on Earth.

astronomy d3 data data-visualization mapbox space visualization

Last synced: 18 Apr 2026

https://github.com/mxagar/statistics_with_python_coursera

My personal notes done while following the Coursera Specialization "Statistics with Python", from the University of Michingan, hosted by Dr. Brenda Gunderson.

data-modeling data-science data-visualization hypothesis-testing machine-learning pandas python statistics

Last synced: 09 Apr 2025

https://github.com/centrefordigitalhumanities/digital-atlas

Interface to visualise connections between postcolonial intellectuals

data-visualization postcolonialism

Last synced: 20 Apr 2026

https://github.com/tsu2000/bondscope_sg

Web app to visualise and predict the yields of different types of Singapore T-Bills and SGS Bonds.

dashboard data-science data-visualization finance r-shiny singapore time-series-analysis treasury-bonds

Last synced: 11 Aug 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/backdoorali/insider-threat-detection-project

Personal data analytics project combining insider threat detection, cybersecurity, and exploratory data analysis. Built for portfolio showcase and practical skill demonstration.

cybersecurity data-analysis data-analysis-excel data-analysis-project data-analyst data-analytics data-visualization eda excel insider-threat jupyter-lab jupyter-notebook matplotlib numbers pandas portfolio-project python python3 threat-detection threat-intelligence

Last synced: 06 Oct 2025

https://github.com/thegoldenpatrik1/gym-metrics

Powerful web dashboard for visualizing workout data

data-visualization hvplot panel python

Last synced: 02 Mar 2025

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/bandirevanth/aiml-codex

A curated collection of my AI & ML projects - crafting tomorrow’s smart solutions with innovation & precision

ai applied-ai computer-vision data-science data-visualisation data-visualization generative-ai llm ml neural-networks nlp projects python software-engineering technology tool tools transformers

Last synced: 19 Apr 2026

https://github.com/prathameshdhande22/data-visualization-tutorial

Repository Contains all the stuff required for Data Visualization. Numpy Tutorial, Pandas Tutorial, Matplotlib Tutorial, Seaborn Tutorial

data-visualization jupyter-notebook matplolib numpy pandas pandas-dataframe python seaborn tutorial

Last synced: 09 Apr 2026

https://github.com/dev-ev/shiny-qc-dashboard

QC dashboard for LC-MS proteomic equipment using R and shinydashboard

dashboard data-visualization mass-spectrometry orbitrap-ms performance-monitoring proteomics shiny shinydashboard

Last synced: 27 Jul 2025

https://github.com/manojpawar94/machine-learning-algorithm-impl-java

My own implementation of Machine Learning algorithms in Java 8, with JChartFree for data visualisation.

data-visualization java8 jfreechart-library machine-learning-algorithms supervised-learning

Last synced: 02 Mar 2025

https://github.com/deliprofesor/ridge-regression-for-sales-prediction-model-evaluation-and-hyperparameter-tuning

This project builds and optimizes a model on a dataset using Ridge regression and polynomial features. Model accuracy is enhanced through regularization and polynomial transformations. Grid search and cross-validation are used to find the best parameters, and the model's performance is evaluated.

cross-validation data-science data-visualization grid-search machine-learning model-optimization mse overfitting-prevention polynomial-regression python r2-score regression-analysis regularization ridge-regression rmse scikit-learn

Last synced: 05 Feb 2026

https://github.com/1ayanabil1/iris-visualization

This repository focuses on visualizing the Iris dataset using various data visualization techniques. It includes histograms, scatter plots, box plots, pie charts, bubble charts, and KDE plots to provide insights into the dataset’s structure. The project utilizes Matplotlib, Seaborn, Plotly, and Scikit-learn to generate insightful visualizations.

analytics clustering data-analysis data-science data-visualization datavisualization-project datavisualizations eda exploratory-data-analysis machine-learning machinelearning-python python

Last synced: 23 Feb 2025

https://github.com/gino-freud-hobayan/the-sparks-foundation_internship_projects

Data Science and Business Analytics Internship with Presentation videos posted on YouTube.

data-cleaning data-visualization exploratory-data-analysis python supervised-machine-learning

Last synced: 08 Oct 2025

https://github.com/rohithay/customer-segmentation

Clean and Apply RFM technique to rank and group clusters to identify the best customers and perform targeted marketing campaigns, using real online transaction data

data-cleaning data-science data-visualization datetime marketing-analytics pandas python3 user-segmentation

Last synced: 26 Jul 2025

https://github.com/katiesaund/market_size_app

An interactive dashboard to plot a company's estimated market size.

data-visualization finance r rshiny shiny shinyapp

Last synced: 24 Mar 2025

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: 08 Jul 2025

https://github.com/RoryDungan/music-fandom-map

Interactive maps showing the popularity of musicians around the world

choropleth data-visualization map music spotify

Last synced: 18 Jul 2025

https://github.com/radhikareddy-chintareddy/exploratory-data-analysis-and-regression-for-property-pricing

This project analyzes property listing data to uncover trends and predict property prices using regression modeling. Key steps include exploratory data analysis (EDA), data cleaning, multicollinearity checks, and model evaluation using metrics like RMSE.

data-visualization exploratory-data-analysis python regression-analysis rmse-score statistical-analysis

Last synced: 24 Apr 2026

https://github.com/oldhero5/talent_track

TalentTrack is an open‐source recruitment analytics web application built with Flask and Python. It leverages advanced machine learning techniques—such as Product Quantization (PQ) for candidate ranking and SHAP for model interpretability—to help HR teams and recruitment professionals identify high-quality candidates efficiently.

active-learning analytics candidate-ranking data-visualization faiss flask hrtech machine-learning open-source python recruitment shap talent-analytics

Last synced: 21 Mar 2025

https://github.com/webuccinoco/mysql-pivot-tables

Build complex MySQL pivot tables without touching a single line of code. This free PHP tool lets you visually connect your database and map out your data sources with a few simple clicks.

business-analytics business-intelligence crosstab data-analysis data-analytics data-visualization mysql mysql-database mysql-pivot-table mysql-reports mysql-virtualization php php-pivot-table php-reports pivot-tables reporting-tools

Last synced: 04 Feb 2026

https://github.com/gabrielmpinho/cs50-sql

Solutions and notes from CS50’s Introduction to Databases with SQL. Covers CRUD operations, data modeling, normalization, joins, views, indexes, and connecting SQL with Python and Java. Begins with SQLite for portability and introduces PostgreSQL and MySQL for scalability.

data-analysis data-structures data-visualization database databases javascript python sql

Last synced: 09 Oct 2025

https://github.com/fawaz-ahmed/js-infinite-median

Calculate median of a stream of numbers using heap sort (with nlogn comlpexity)

crypto data-structures data-visualization graphs infinite math median median-heap numbers pricing streaming-data

Last synced: 15 Aug 2025

https://github.com/brianruizy/data-visualization

Personal track demo of pure Python data visualizations

data-visualization matplotlib pandas plotly python seaborn

Last synced: 07 Apr 2025

https://github.com/mariam-badr-mb/student-score-prediction

This project predicts students' exam scores based on study-related and demographic factors using machine learning models.

data-analysis data-visualization explore linear-regression machine-learning mean-square-error student-project supervised-learning

Last synced: 16 Aug 2025

https://github.com/mariaegbuna/road-accidents

Analyzing a road accidents dataset using Python.

data-visualization datacleaning jupyter-notebook pandas-dataframe python

Last synced: 10 Oct 2025

https://github.com/pfund-software-ltd/pfund-plot

A plug-and-play plotting library designed for traders. No Learning curve. Supports real-time plots. Display in Jupyter/Marimo notebook, browser or desktop

data-visualization financial-charts financial-dashboard plotting real-time-graph

Last synced: 10 Oct 2025

https://github.com/minaravi/first-practice-data-cleaning-visualization

Basic Practise of Data-cleaning & Data-visualization

data-analytics data-cleaning data-visualization git

Last synced: 08 Jul 2025

https://github.com/blmayer/visualizacao

Repo for visualização e descoberta do conhecimento course files.

d3 data-visualization visualizacao

Last synced: 17 Aug 2025

https://github.com/cosmoduende/r-twitter

Explore your Twitter activity with R: Sentiment Analysis and Data Visualization. How to analyze your Twitter account (or any account), discover your habits and sentiments with the "rtweet" package and NLP.

data-analysis data-visualization lemmatization nlp nlp-library nlp-resources nltk nltk-library r-package r-programming r-studio rtweet stemming twitter twitter-api twitter-data twitter-data-analysis twitter-data-extraction twitter-sentiment-analysis udpipe

Last synced: 10 Oct 2025

https://github.com/rupav/fifa17-detailed-analysis

⚽ FIFA 17 data analysis using various Machine Learning Algorithms. ⚽

data-analysis data-visualization fifa17 machine-learning-algorithms radar-chart

Last synced: 11 Oct 2025

https://github.com/andrewheiss/wcnpd18

Workshop given at the 2018 West Coast Nonprofit Data Conference

data-visualization talk workshop

Last synced: 19 Jan 2026

https://github.com/iamashwin99/jj-ic-finder

A website to quickly plot PPMS data and find the Critical current (Ic) of an IV curve. deployed at https://share.streamlit.io/iamashwin99/jj-ic-finder/main/app.py and https://jj-ic-finder.herokuapp.com/

data-visualization josephson-junctions streamlit-webapp superconductors

Last synced: 15 Jan 2026

https://github.com/uba/cmap2png

Useful script to convert a color map definition to PNG image file.

colormap converter cpt data-science data-visualization matplotlib plot png python

Last synced: 17 Sep 2025

https://github.com/gitjeff05/nih-grant-awards

Analysis of NIH grant awards from ExPORTER data files

data-visualization jupyter-notebook jupyterlab matplotlib pandas python3 seaborn

Last synced: 02 Mar 2025

https://github.com/mustika-putri-m/-tableu-laporan-data-karyawan-growian

I am currently pursuing a data analysis certification at GROWIA, where I've learned to use tools such as Python, SQL, Google Big Query, Google Data Studio, Advanced Microsoft Excel, and Tableau. This course has enhanced my ability to analyze data using KPIs and business metrics, enabling me to solve business problems more effectively

data data-visualization tableau

Last synced: 17 Feb 2026

https://github.com/divyanshu-rawat/data-visualization-highmaps

Built Using Highcharts JavaScript API to Visualize Data !:mortar_board:

bootstrap data-visualization geolocation-api highcharts javascript jquery

Last synced: 25 Oct 2025

https://github.com/mdaffailhami/customer-data-analysis

This repository contains code and analysis for exploring customer data, focusing on profiling and contact preferences. The project includes various stages of data processing, from raw data preparation to final cleaned datasets, and employs Python and popular data analysis libraries to uncover insights and trends.

data-analysis data-cleaning data-science data-visualization jupyter jupyter-notebook pandas plotly python

Last synced: 03 Mar 2026

https://github.com/shriram-vibhute/digit_classification

This project demonstrates various machine learning techniques for classifying handwritten digits from the MNIST dataset. It covers data preprocessing, model training, evaluation, and advanced classification strategies.

classification data-analysis data-visualization machine-learning matplotlib numpy pandas sk-learn

Last synced: 28 Oct 2025

https://github.com/geo-y20/uber-rides-data-analysis

This project aims to analyze Uber ride data to understand various aspects of ride usage, such as the distribution of rides across different categories, purposes, months, days, and times.

dashboard dashboard-templates data data-analysis data-analysis-python data-analytics data-visualization pandas powerbi python recommendation-system rides uber

Last synced: 13 Apr 2026

https://github.com/noeyislearning/sharpe-ratio-amazon-facebook

Explore the Sharpe Ratio and its application to evaluate the performance of two tech giants: Amazon and Facebook.

amazon data-analysis data-science data-visualization facebook python3 sharpe-ratio

Last synced: 27 Mar 2025

https://github.com/lijesh010/netflix_dataset_exploratory_data_analysis_python_project

This repository contains an Exploratory Data Analysis (EDA) Python project on the Netflix dataset. The purpose of this project is to gain insights and better understand the characteristics of the content available on Netflix, including movies and TV shows.

data-analysis data-exploration data-visualization exploratory-data-analysis jupyter-notebook python

Last synced: 20 Aug 2025

https://github.com/sourabh-kumar04/numpy-basic

Numpy-Basic is a structured learning repo covering NumPy from basics to advanced. It includes arrays, indexing, reshaping, filtering, vector ops, angle functions, stats, and .npy file handling. Each concept is explained with code, examples, and Matplotlib visualizations in both light and dark modes. Ideal for students and data learners.

data-analysis data-science data-visualization learning learning-resources machine-learning matplotlib numerical-computing numpy python python-library python-programming

Last synced: 24 Jul 2025

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

Application for analyzing expenditure data over time

data-analysis data-visualization docker python statistics

Last synced: 09 Apr 2025

https://github.com/saeedkohansal/chart.js-tutorial-with-examples

Chart.js is a lightweight, open-source JavaScript library for creating stunning and interactive charts using HTML5 Canvas. It supports various chart types like bar, line, and pie charts, is easy to use, and offers customization options to suit any data visualization needs. Perfect for modern web applications!

barchart canvas chart chart-js chartjs charts css data-visualization datavisualization gilgeekify html html-chart html5 javascript linechart piechart programming scatterchart web-development webdevelopment

Last synced: 05 Aug 2025

https://github.com/viztruth/google-play-store-data-analysis

This repository contains all the materials of my final project 'Google Play store Data Analysis' for the 'Telling Stories with Data' course at PES University.

data-analysis data-visualization

Last synced: 21 Aug 2025

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: 22 Jan 2026

https://github.com/tezcatlipoca0000/db-helper_sf

A program tailored for my workplace; it analyze, visualize and manipulate a Firebird 2.0 database

data data-visualization fdb firebird jupyter-notebook pandas python3

Last synced: 09 Apr 2025

https://github.com/franckalbinet/ramo

Dynamic spatial aggregation via H3

data-visualization spatial-aggregation

Last synced: 21 Mar 2025

https://github.com/code-taweezy/thermos-ai

An AI-powered thermal optimization and anomaly detection system for energy-efficient data centers. Note: this is a MVP

ai case-study data-visualization lovable-ai machine-learning matpplotlib mvp numpy pandas project python sckiit-learn seaborn solution tensorflow

Last synced: 15 Oct 2025

https://github.com/g0bel1n/gravlaw-model

Gravlaw-model is a data visualization project for the econophysic's concept of Gravity law used for modeling inter-cities traffic.

data-visualization econophysics gravity-model

Last synced: 15 Mar 2025

https://github.com/tuni56/matplotlib_introduction

Want to bring trigonometry to life? With Matplotlib, you can easily plot the sine and cosine functions on the same graph, creating an intuitive visualization of their periodic nature.

data-science data-visualization matplotlib python trigonometry-visualisation

Last synced: 16 Oct 2025

https://github.com/akv3sic/cryptocurrency-charts

Cryptocurrency API data visualizations 📈 with Matplolib.

cryptocurrency data data-visualization matplotlib python

Last synced: 16 Oct 2025

https://github.com/nathanvilbert/visualization-of-flood-in-jakarta-with-tableau

The Flood Intensity Visualization and Priority Identification System for Jakarta provides an interactive platform to analyze flood patterns, severity, and impacted regions in Jakarta from 2013 to 2020.

data-visualization exploratory-data-analysis tableau twb

Last synced: 19 Mar 2026

https://github.com/aromoh/data-visualization-nobel-laureates

Data Visualization using a interactive dashboard create in Tableau. Data set has been obtained in Kaggle

dashboard data-visualization kaggle-dataset nobel-laureates tableau

Last synced: 07 Jan 2026

https://github.com/thinkong/notetaiker

notetAIker is a local-first, AI-powered Markdown note-taking system that uses background agents to automatically tag, link, and organize atomic notes. It features semantic search, a 2D graph visualization for exploring connections, and supports both cloud and local AI models.

ai data-visualization knowledge-graph knowledge-management local-first notetaking self-hosted

Last synced: 18 Feb 2026

https://github.com/mariam-badr-mb/gtc-ml-project2-diabetes-prediction

This project is part of the GTC Machine Learning Program. It demonstrates the end-to-end ML workflow by building a predictive model for diabetes detection

classification-algorithm data-analysis data-visualization diabetes-prediction gridsearchcv hyperparameter-tuning machine-learning python

Last synced: 13 Sep 2025

https://github.com/cosmoduende/r-uber-trips-analyisis

Explore your activity on Uber with R: How to analyze and visualize your personal data history. Find out how you consume the Uber App using a copy of your data.

analisis-de-data data-analysis data-analytics data-science data-visualisation data-visualization data-viz eda flexdashboard ggmap ggplot2 mobility-as-a-service qmplot r-language r-programming ridesharing uber uber-data visualizacion-de-datos

Last synced: 14 Jul 2025

https://github.com/superchordate/data-viz-talk

Resources from the "Data Visualization in Business Communication" presentation at the 2023 Gamma Iota Sigma Regional Conference in Fort Worth, TX.

data-visualization eda exploratory-data-analysis public-data

Last synced: 29 Jul 2025

https://github.com/yaph/euro-2012

Scripts to create visualizations for Euro 2012

d3js data-visualization football football-data network-graph relationship-graph

Last synced: 20 Oct 2025

https://github.com/scarblase/russian-military-losses-analysis

This repository provides an in-depth analysis of Russian equipment losses using PySpark and data visualization techniques.

data data-science data-visualization jyputer-notebook matplotlib pyspark python3 seaborn seaborn-plots ukraine ukraine-invasion

Last synced: 30 Nov 2025

https://github.com/md-emon-hasan/3-eda-basketball-ml-app

A ML application focused on EDA and basketball analytics, showcasing data visualization and insights using Python and relevant libraries.

basketball-analysis csv data-visualization eda exploratory-data-analysis exploratory-data-analysis-eda ml-app

Last synced: 12 Apr 2026

https://github.com/whitehathackerpr/data-visualization-tool

This is a Python-based web application that allows users to upload datasets, analyze data, and create visualizations interactively. The tool is designed for ease of use and provides a simple interface to perform basic data analysis and generate visualizations

data data-analysis data-visualization python python3

Last synced: 05 Sep 2025

https://github.com/geetisha/sales_insight_data_analysis_using_sql_and_tableau-etl-

Sales Insights - A Data Analysis Project performed on Tableau & SQL Topics

dashboard data-analysis data-visualization mysql project sales-analysis sql tableau

Last synced: 07 Jan 2026

https://github.com/thomasafink/optimal_knn_distance_for_data_science

Plotting the Optimal Distance for Data Scientists in Python using the K-Nearest Neighbour K-NN Algorithm

data-science data-structures data-visualization k-nearest-neighbor knn knn-classification map mapping open-street-map osm osmnx python

Last synced: 24 Oct 2025

https://github.com/marjory00/bridgecontrol-app

BridgeControl-App: A unified, real-time, predictive Multi-Modal Traffic Control Dashboard. Integrates vehicular, transit, and environmental data for proactive urban management. Built with HTML, CSS (Responsive), and D3.js.

app css d3js data-visualization express font-awesome graph html js json mongodb nodejs npm responsive-design

Last synced: 11 Apr 2026

https://github.com/treyhamilton/stat-project-1

A compilation of various programming concepts written in R covering the topics listed below

data-visualization exploratory-data-analysis regression-models

Last synced: 28 Jun 2025

https://github.com/abbasi0abolfazl/commentanalyzer

machine learning project designed to analyze Instagram comments for sentiment detection, question identification, and topic modeling. Utilizing algorithms such as LDA, LSA, NMF, and BERT, CommentAnalyzer provides valuable insights into user interactions, helping brands and researchers understand audience sentiments and trends.

data-visualization instagram-data-analysis machine-learning question-detection sentiment-analysis social-media-analytics topic-modeling

Last synced: 30 Aug 2025

https://github.com/403errors/offset-to-hydrostatic-curve

Group project for making hydrostatic curves from the given ship offset table using python libraries

data-visualization matplotlib-pyplot numpy python3 sklearn

Last synced: 24 Mar 2025

https://github.com/giordano-lucas/tesco-extension

Products clustering and interactive visualization

clustering data-analysis data-visualization tesco

Last synced: 22 Feb 2025

https://github.com/tanishq-ctrl/cyberattack-analysis-and-insights

This repository contains an in-depth analysis of a cybersecurity dataset. The primary goal is to identify patterns, vulnerabilities, and trends in cyberattacks by leveraging various visualizations and statistical insights. The project provides actionable insights for enhancing cybersecurity measures.

cyberattack cyberattacks data-science data-visualization dataanalysis dataanalysisusingpython dataanalytics

Last synced: 28 Jun 2025

https://github.com/sreejabethu/sales-data-analysis-forecasting

Welcome to the Sales Data Analysis & Forecasting project! 🚀 This repository showcases my data analysis skills through exploratory data analysis (EDA), data cleaning, and visualization of sales and customer feedback data. The goal is to extract actionable insights to drive business decisions.

analysis barchart data-visualization datacleaning exploratory-data-analysis forecasting histogram matplotlib-pyplot numpy-library pandas-library pycharm-ide sales-analysis salesdata salesdataanalysis seaborn-plots transformation

Last synced: 31 Aug 2025