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

Data Science

Data science is an inter-disciplinary field that uses scientific methods, processes, algorithms, and systems to extract knowledge from structured and unstructured data. Data scientists perform data analysis and preparation, and their findings inform high-level decisions in many organizations.

https://github.com/tushar365/bike-sharing-rental-prediction

Predict Bike๐Ÿšฒ Rentals with Weather! This project uses regression to predict hourly bike rentals by combining historical usage data with weather information. It helps bike-sharing companies optimize resources and improve user experience.

data-science decision-trees knn-regression linear-regression machine-learning matplotlib-pyplot numpy pandas seaborn

Last synced: 16 Apr 2026

https://github.com/chrisgrieser/apuz-gender-analyzer

Analysis of the genders of the authors at the German journal "Aus Politik und Zeitgeschichte" (APuZ)

data-science gender-classification

Last synced: 09 Oct 2025

https://github.com/mtes-mct/data-preparation-plugin

Airflow plugin with database hooks and operators for common data preparation tasks

airflow data-science etl plugins

Last synced: 10 Oct 2025

https://github.com/tsurubee/tscluster

time-series clustering implemented in Go

clustering data-science golang machine-learning time-series

Last synced: 13 Mar 2026

https://github.com/deaneeth/churn-prediction-production-pipeline

Production-grade machine learning pipeline for customer churn prediction with modular components for data preprocessing, model training, and streaming inference. This third repo in a series builds on previous work to create a deployment-ready prediction system with comprehensive configuration, evaluation metrics, and scalable architecture.

churn-prediction data-science machine-learning mlops model-evaluation pipeline production-pipeline python

Last synced: 10 Oct 2025

https://github.com/nk027/bvarverse

Functions to prepare and visualise tidy objects from BVAR.

bayesian data-science r r-package vector-autoregressions

Last synced: 10 Oct 2025

https://github.com/camille-maslin/camille-maslin

๐Ÿ‘‹ Camille-Maslin: An interactive GitHub portfolio showcasing my projects in software development, data science and AI.

ai data-science github portfolio presentation

Last synced: 11 Oct 2025

https://github.com/tirthasheshpatel/neural-network

Hand made Neural Network for demonstration and teaching purposes

data-science deep-learning machine-learning neural-network teaching

Last synced: 19 Jan 2026

https://github.com/juan-kabbali/clustering-dimention-reduction

This repository has an analysis of a dataset with 33 variables and 395 observations. The goal is to reduce dimensions and create clusters to provide interesting conclusions.

clustering-analysis data-science

Last synced: 11 Oct 2025

https://github.com/umstek/dengai

Solution for DengAI Competition by DrivenData (CS4642 Data Mining and Information Retrieval, CS4622 Machine Learning - assignments)

data-science dengai drivendata

Last synced: 11 Oct 2025

https://github.com/btcross26/genestboost

General boosting framework for any regression estimator

data-science gradient-boosting machine-learning python3

Last synced: 21 Jan 2026

https://github.com/bsenst/everdiver

Get more from your Personal Notes

data-science evernote knowledge-discovery

Last synced: 11 Oct 2025

https://github.com/briatte/asr

Applied Stats with R and RStudio (first-year social-science tutorials)

course data-analysis data-science data-visualization r statistics

Last synced: 14 Apr 2026

https://github.com/omkarpattnaik8080/employeeretentionprediction

"This machine learning project predicts employee retention, employing Python and scikit-learn. Utilize AWS for model deployment, ensuring scalability and reliability. Explore predictive analytics to identify factors influencing employee turnover, facilitating proactive retention strategies for organizational stability and growth."

aws data-science machine-learning matplotlib numpy pandas seaborn

Last synced: 16 Apr 2026

https://github.com/dk96-os/mathtools

Mathematical Software Components. This library is actively maintained, and aims to stay updated. New feature proposals are welcome, but may not be included.

data-science data-structures prime-numbers statistics

Last synced: 12 Oct 2025

https://github.com/maastrichtu-ids/fair-workshop

๐Ÿงญ 10th February 2021๐Ÿงญ A repo for the first FAIR essential workshop at Maastricht University

data-science fair open-science

Last synced: 21 Jan 2026

https://github.com/codebypinar/reta

๐Ÿƒ Explore the world of renewable energy production, analyze historical data, and predict sustainable energy trends. Join us on the journey to a greener future!

arima clean-energy data-analysis data-science data-visualization energy-future forecasting-models innovation renewable-energy sustainability time-series

Last synced: 21 Jul 2026

https://github.com/thosvarley/syntropy

A python package for information-theoretic analysis of discrete and continuous data.

data-science information-theory scientific-computing toolset

Last synced: 19 Jan 2026

https://github.com/jurismarches/dask_igzip

dask chunked read_text on gzip file

dask data-science gzip

Last synced: 18 Jul 2026

https://github.com/winter000boy/dsa-practice

This repository holds my solutions for LeetCodeโ€™s Pandas playlists. Each section includes code and notes on using Pandas to handle real-world data tasks efficiently. Perfect for anyone looking to deepen their understanding of data manipulation with Pandas.

data-analysis data-science leetcode leetcode-python pandas-python python3

Last synced: 06 Feb 2026

https://github.com/gandhasiri-rahul-mohan/multi-linear-regression-q2-50_startups

Prepare a prediction model for profit of 50_startups data. Do transformations for getting better predictions of profit and make a table containing R^2 value for each prepared model.

data-science machine-learning multilinear-regression python

Last synced: 13 Oct 2025

https://github.com/quantumudit/alteryx-weekly-challenges

This repository contains Alteryx solutions to the weekly challenges published in Alteryx Community

alteryx alteryx-workflow data-analysis data-science data-transformation data-visualization etl

Last synced: 27 Jan 2026

https://github.com/mrtkp9993/tradesly-supres

Calculate support and resistance levels for a given ticker.

data-science finance investment python technical-analysis technical-indicators trade trading

Last synced: 18 Feb 2026

https://github.com/inoueakimitsu/cyclicmodel

Statistical causal discovery based on cyclic model

causal-inference data-science probabilistic-programming pymc3 statistics

Last synced: 24 Jan 2026

https://github.com/mrjxtr/tokyo_airbnb_analysis_project

Full project case study and analysis to show potential opportunities to start an AirBnb business in Tokyo, Japan.

data-analysis data-cleaning data-science data-visualization pandas python3

Last synced: 24 Feb 2026

https://github.com/anasarkawi1/mercury

A simple quantitative finance package for algorithmic trading and financial analysis framework.

algorithmic-trading data-science mathematical-finance numpy pandas python quantitative-finance

Last synced: 01 Jun 2026

https://github.com/robinlovelace/cross_language_projects

Deploying cross-language in high impact projects: slides for Spatial Data Science across Languages conference

cross-language data-science geocomputation spatial

Last synced: 28 Jan 2026

https://github.com/ax-va/numpy-pandas-matplotlib-scikit-learn-vanderplas-2023

These examples provide an introduction to Data Science and classic Machine Learning using NumPy, pandas, Matplotlib, and scikit-learn. They are taken, with some changes, from the book "Python Data Science Handbook: Essential Tools for Working with Data", Second Edition, written by Jake VanderPlas and published by O'Reilly Media in 2023.

ax-va classic-machine-learning data-science machine-learning matplotlib numpy pandas python scikit-learn

Last synced: 16 Mar 2026

https://github.com/verbasik/yandex.practicum.datascience

ะŸะพั€ั‚ั„ะพะปะธะพ ะฟั€ะพะตะบั‚ะพะฒ Data Science, ะฒั‹ะฟะพะปะฝะตะฝะฝั‹ั… ะฒ ั€ะฐะผะบะฐั… ะฟั€ะพั„ะตััะธะพะฝะฐะปัŒะฝะพะน ะฟะตั€ะตะฟะพะดะณะพั‚ะพะฒะบะธ ะฒ ะฏะฝะดะตะบั.ะŸั€ะฐะบั‚ะธะบัƒะผ. ะ’ะบะปัŽั‡ะฐะตั‚ ะธััะปะตะดะพะฒะฐะฝะธั ะฒ ะพะฑะปะฐัั‚ะธ ั„ะธะฝะฐะฝัะพะฒ, ะฝะตะดะฒะธะถะธะผะพัั‚ะธ, ะบะธะฝะพะฟั€ะพะบะฐั‚ะฐ ะธ ะดั€ัƒะณะธั…, ั ะธัะฟะพะปัŒะทะพะฒะฐะฝะธะตะผ ัั‚ะฐั‚ะธัั‚ะธะบะธ, ะผะฐัˆะธะฝะฝะพะณะพ ะพะฑัƒั‡ะตะฝะธั ะธ ะฐะฝะฐะปะธะทะฐ ะดะฐะฝะฝั‹ั….

data-analysis data-science machine-learning yandex-praktikum

Last synced: 29 Jan 2026

https://github.com/lukeslp/steam-network-data

Steam Co-Review Network: 82K game catalog + 48K-node co-review network from 128M user reviews

data-science dataset gaming network-analysis python steam

Last synced: 19 Jul 2026

https://github.com/mdaiyub/heart-disease-prediction

Heart disease describes a range of conditions that affect your heart. Diseases under the heart disease umbrella include blood vessel diseases, such as coronary artery disease, heart rhythm problems (arrhythmia), and heart defects youโ€™re born with (congenital heart defects), among others.

confusion-matrix data-science decision-tree-classifier gaussiannb kneighborsclassifier logistic-regression machine-learning matplotlib-pyplot numpy pandas python random-forest-classifier seaborn svc-svm

Last synced: 15 Apr 2026

https://github.com/psaegert/pmtrendviz

Unsupervised Discovery Of Trends In Biomedical Research Based On The PubMed Baseline Repository

biomedical-text-mining clustering data-science document-representation pubmed pubmed-abstracts text-analysis trends

Last synced: 31 Jan 2026

https://github.com/noahbass/iwars-data-spring-2020

Raw time series data collected from the iWars Spring 2020 Contest

data-science jupyter-notebook pandas plotly-python security security-vulnerability

Last synced: 15 Apr 2026

https://github.com/matt-dray/government-toolshed

:speaking_head::hammer_and_wrench: Talk: 'Panic! In The Toolshed', Cross-Government Data Science Community of Interest, June 2023

a11ytables data-science quarto uk-gov-data-science

Last synced: 19 Mar 2026

https://github.com/negativenagesh/unfake

UnFake is the first platform to integrate a deepfake detection tool directly into the image-downloading process. Check Live by pressing below link -->

computer-vision data-science data-science-projects deep-fake deep-fake-detection deep-learning deep-learning-projects deepfake-detection efficientnetb7 image-processing python streamlit-webapp

Last synced: 27 Feb 2026

https://github.com/prxkhxr-02/thyroscan

Designed and developed a responsive Thyroid Detection project website using Data Science

data-science machine-learning python

Last synced: 27 Feb 2026

https://github.com/sevdanurgenc/knime-analytics-for-data-science-lecture-notes

In this repo, I have the course contents of Knime Analytics For Data Science training, which will be given to Sigorta Bilgi ve Gรถzetim Merkezi by the cooperation of Academy Peak Information Technologies Training and Consultancy between 28 - 30 March 2023.

analytics data-science data-visualization knime knime-analytics-platform machine-learning

Last synced: 19 Mar 2026

https://github.com/claudiucreanga/claudiucreanga.github.io

Opinions about programming and tools

data-science javascript magento php python

Last synced: 02 Mar 2026

https://github.com/themuhd/kpmg-data-analytics-virtual-internship

Repository contains solutions to the 3 different tasks performed during the data analytics virtual internship provided by KPMG via Forage

business-analytics consulting data-science data-visualization powerbi

Last synced: 16 Apr 2026

https://github.com/brayvid/trading-algorithm

Flatiron School Data Science Bootcamp Capstone Project.

data-science dynamic finance leveraged-etf quantconnect strategy

Last synced: 04 Mar 2026

https://github.com/aianytime/feature-engineering

All feature engineering-related Notebooks. I have tried to see if the performance of the model increases or not by performing the feature engineering steps.

data-science feature-engineering machine-learning machine-learning-algorithms pandas python3

Last synced: 17 Apr 2026

https://github.com/subhangisati/neural-network

This consist codes like Artificial Neural Network, CNN, RNN, Activation function, Hill climbing and tower of Hanoi and various others. This will provide you a knowledge of Neural Networks, libraries like tensorflow, numpy, pandas, matplotlib, seaborn, pytorch, sci-kit learn etc

artificial-intelligence artificial-neural-networks convolutional-neural-networks data-analytics data-science hill-climbing-search neural-network problem-solving python recurrent-neural-networks

Last synced: 28 Apr 2026

https://github.com/rifqimfahmi/data_structure_and_algorithm

Various algorithm & data structure implementation in Java

algorithm data-science java java-8

Last synced: 03 Jun 2026

https://github.com/milos-agathon/france_built_up_map

How to download raster files from Copernicus land cover website, load them into R, merge into a single raster, calculate average weighted percentage of built-up areas for every French commune and make a pretty choropleth map using <150 lines of code.

bigdata copernicus data-science data-visualization ggplot2 maps r raster satellite-imagery urban-planning

Last synced: 04 Apr 2026

https://github.com/ngr-t/luigi_for_data_science

Extension of luigi.Task more suitable for reproducable data analysis workflows

data-science luigi-workflows python workflow-engine

Last synced: 24 Jul 2026

https://github.com/ugurcanerdogan/machine-learning-with-spark

BBM469*ASG3 - Machine Learning with Spark

apache-spark data-science machine-learning spark

Last synced: 24 Apr 2026

https://github.com/hulto/buckets

create service group buckets based on scans

ccdc data-science inventory-management kmeans-clustering redteam sysadmin

Last synced: 25 Apr 2026

https://github.com/wiibleyde/rplaceanalyzer

Reddit R/Place analyzer for 2017 (Data course project)

data-science mongodb pixels reddit rplace

Last synced: 26 Apr 2026

https://github.com/marwan116/model-composer

Easily compose a model from a set of base models

data-science machine-learning neural-network python tensorflow

Last synced: 28 Apr 2026

https://github.com/arindal1/thecodejungle

Curated collection of resources for developers, programmers and tech enthusiasts.

computer-science data-science data-structures interview-questions resources software-development

Last synced: 21 Jan 2026

https://github.com/heyfoz/python-asl-detection

A Python ASL detection script utilizing a TensorFlow image classification model trained from scratch. It is tailored to recognize American Sign Language (ASL) alphabet letters from live video streams, and provides documentation covering the neural network architecture, installation, dataset details, training procedures, and real-time detection.

asl asl-alphabet asl-alphabet-translator computer-vision convolutional-neural-networks data-science deep-learning hand-tracking image-classification image-recognition keras machine-learning mediapipe neural-network python tensorflow

Last synced: 02 Feb 2026

https://github.com/dreden33773/ldbc-snb-veq

Running benchmarks (including BI 3/4/10/11/13/14) to compare the performance with or without indexed edges of LDBC-SNB dataset via VEQ algorithm.

benchmark data-science graph graph-database jupyter-notebook ldbc python subgraph-isomorphism subgraph-matching veq

Last synced: 16 May 2026

https://github.com/kingabzpro/consumer-engagement-popularity

We will be using Internet News and Consumer Engagement dataset from Kaggle to predict top article and popularity score.

classification customer data-science data-visualization regression

Last synced: 14 Oct 2025

https://github.com/johnsesana/statistics-for-ds

General guide on topics to study for Data Science and Machine Learning

data-science machine-learning python statistics

Last synced: 22 Jan 2026

https://github.com/tderflinger/chi-country-facts

Query and analyze World Factbook country facts via a GraphQL API. Uses MongoDB for data storage.

countries data-science economy geography graphql javascript mongodb node opendata world

Last synced: 14 Apr 2026

https://github.com/abhaysingh71/real-estate-analytics

The Gurugram Real Estate Analytics Project is a comprehensive data-driven solution that enhances property decision-making through three key modules: Prediction, Analytics & Visualization, and Recommendation. This project empowers users with valuable insights, enabling smarter and more strategic real estate investments.

analytics data-science dataanalytics datascience-machinelearning house-price-prediction machine-learning-algorithms reccomendersystem webscrapping

Last synced: 27 Jan 2026

https://github.com/kappil-garg/verba-metrics-gui

Advanced desktop app for sentiment analysis, readability assessment, and ML model training using Spring Boot, Java Swing, and Weka

classification data-science desktop-application flesch-kincaid flesch-reading-ease gradle h2-database java java-21-lts machine-learning-projects nlp random-tree readability spring-boot swing-gui weka

Last synced: 27 Jan 2026

https://github.com/yeisonmontoya1815/machine-learning_prediction_can_inflation

we aim to predict trends in the Canadian market basket using sentiment analysis techniques. Sentiment analysis involves analyzing text data to determine the sentiment expressed, whether positive, negative, or neutral.

algorithms-and-data-structures data data-analysis data-science data-visualization feature-engineering machine-learning matplotlib-pyplot numerical-analysis numpy pandas pipelines python sklearn structured-data super unsupervised-learning

Last synced: 05 Feb 2026

https://github.com/opencasestudies/ocs-bp-rural-and-urban-obesity

OCS (BP): Examine global patterns of obesity across rural and urban regions

bloomberg-ocs-rural bmi case-study data-science data-visualization data-wrangling histograms obesity ocs t-test

Last synced: 22 Jan 2026

https://github.com/yash-srivastava19/fbref2pandas

A scraper that directly gives football(not soccer) data from FBRef website directly to Pandas dataframe. Major teams and leagues supported.

data-science data-visualization exploratory-data-analysis fbref fbref-website football-data football-scores

Last synced: 14 Mar 2026

https://github.com/emso-exe/investidores_do_tesouro_direto

Projeto de anรกlise de perfil de investidores do Tesouro Direto com base nos dados do site tesourotransparente.gov.br.

analise-de-dados ciencia-de-dados data-analytics data-science dataanalytics datascience powerbi python python-3 python3 tesouro-direto tesourodireto

Last synced: 22 Jan 2026

https://github.com/camara94/choisir-son-modele-de-machine-learning

Le Machine Learning, aussi appelรฉ apprentissage automatique en franรงais, est une forme dโ€™intelligence artificielle permettant aux ordinateurs dโ€™apprendre sans avoir รฉtรฉ programmรฉs explicitement ร  cet effet.

data-science deep-learning knn machine-learning model neural-network sgd-classifier sgd-optimizer

Last synced: 24 Feb 2026

https://github.com/simoesleticia/sql-pandas-interviewquestions

Prรกticas e aprimoramento em SQL e Pandas com desafios inspirados em perguntas de entrevistas, disponibilizados pelo site Interview Query . Exercรญcios categorizados por nรญvel de dificuldade.

data-science desafios interview-questions pandas python sql

Last synced: 24 Jan 2026

https://github.com/raveriss/ft_linear_regression

Implรฉmentation dโ€™un algorithme de machine learning : rรฉgression linรฉaire avec descente de gradient. Le projet prรฉdit le prix dโ€™une voiture selon son kilomรฉtrage, avec entraรฎnement (ฮธ0, ฮธ1) sauvegardรฉ en JSON, prรฉdiction en CLI, visualisation, tests, CI/CD et outils qualitรฉ.

42 42-school 42paris 42school ci-cd codecov data-science ft-linear-regression github-actions gradient-descent linear-regression linear-regressions machine-learning mutmut pre-commit pytest python3 ruff

Last synced: 15 Apr 2026

https://github.com/kalpanabaheti/mancala-gameplayai-nonpropreitary

Basic functional code for the Mancala Educational Gaming and Feedback Project. Also available: Detailed open-source learning algorithms- some of which are pretty crafty, mind you! - that are designed for the driving logic of the game playing and automated game teaching system.

child child-education data-science decision-trees educational-project game-development machine-learning natural-language-understanding outlier-detection p pedagogy python-3-6 reinforcement-learning-algorithms risk-analysis statistics strategy-game-engine test-automation

Last synced: 30 Jan 2026

https://github.com/santhosh-2901/thyroid_prediction

"Machine learning project to predict thyroid diseases based on patient data."

cassandra data-science flask machine-learning thyroid-disease-detection

Last synced: 17 Mar 2026

https://github.com/di37/imdb-reviews-sentiment-analysis-using-transformers

This repository contains a complete implementation of a sentiment analysis model using Transformers and TensorFlow. The project classifies IMDB movie reviews as either positive or negative by training Transformer model on the IMDB dataset.

artificial-intelligence data-science deep-learning keras machine-learning natural-language-processing nlp python sentiment-analysis tensorflow text-classification transformers

Last synced: 31 Jan 2026

https://github.com/gbv/validation-server

Web service to validate data with support of multiple schema languages

data-science validation

Last synced: 26 Feb 2026

https://github.com/is-leeroy-jenkins/bocifus

A windows (wpf) application for interacting with the OpenAI API written in C#.

chatgpt-api chatgpt3 data-science openai openai-api wpf-ui

Last synced: 08 Feb 2026

https://github.com/sambhav228/visualize-data-of-type-2-diabetes

Visualize data of Type 2 Diabetes Using tableau or/and python

data-science data-visualization dataset tableau visualization

Last synced: 26 Feb 2026

https://github.com/vishrut-b/ml-project-laptop-price-prediction

This project aims to predict laptop prices based on various features extracted from a dataset of laptop specifications. The project involves data preprocessing, feature engineering, and building a predictive model using machine learning techniques.

data-science laptop-price-prediction machine-learning random-forest-regression scikit-learn

Last synced: 09 Feb 2026

https://github.com/mine-cetinkaya-rundel/ds-final-project

GitHub repository template accompanying "The 5Ws and 1H of Term Projects in the Introductory Data Science Classroom" by ร‡etinkaya-Rundel, Dogucu, and Rummerfield (2022)

data-science education rstats

Last synced: 18 Mar 2026

https://github.com/finite-sample/ds

Learning From Data

data-science statistics

Last synced: 18 Mar 2026