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/kenresoft/python-data-analytics-learning

This repository contains my course materials and progress in a Python/data analytics course program. The materials include code, Jupyter notebooks, data sets, and other resources.

course-project data-analytics data-science learn-to-code python

Last synced: 28 Apr 2026

https://github.com/ahmetcansolak/developer-insights

New project of ClubRockers from Sarıyer Hills

bitbucket data data-science data-visualization github python3

Last synced: 28 Apr 2026

https://github.com/mgobeaalcoba/pandas_y_numpy

Trabajos realizados con estas librerías de Python para manejo de datos.

data-analysis data-science dataset numpy pandas python

Last synced: 28 Apr 2026

https://github.com/yash27007/python-bootcamp

This repository contains Python code covering everything from basics to advanced AI, ML, and Data Science concepts. All topics are organized in separate folders for easy navigation.

ai beginner-friendly data-science machine-learning python

Last synced: 08 Jun 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/reusjimenez/bikebuyer-predictive-analysis

Notebook con cinco modelos de clasificación para predecir la intención de compra de clientes. 🚴‍♂️📊

bikebuyers classification data-science machine-learning python supervised-learning

Last synced: 28 Apr 2026

https://github.com/yashlad27/toxic_comments_project

Toxic Comment Classification Challenge:-Identify and classify toxic online comments

artificial-intelligence data-science mach python

Last synced: 29 Apr 2026

https://github.com/germanocastanho/crime-analysis

Criminal data analysis from the Rio Grande do Sul, Brazil (2022-2024) 🚨

brazil crime crime-data data-science rio-grande-do-sul

Last synced: 29 Apr 2026

https://github.com/alemalvarez/data-analysis-web-project

Web-app providing a simple interface for data storage,

data-analysis data-science javascript react webapp

Last synced: 29 Apr 2026

https://github.com/santoshn86/pune_house_price_prediction

This is an end-to-end project wehre I have used dataset of Pune city to make house price prediction using linear regreesion.

data-science flask-server jupyter-notebook machine-learning python vscode webtechnologies

Last synced: 29 Apr 2026

https://github.com/ismailtekin05/caloriedetectingai

🍎🔍 Smart AI system that identifies food items in photos and calculates their calorie content automatically. Built with TensorFlow, YOLOv8, CUDA and computer vision for accurate nutrition tracking.

ai aimodel calorie-calculator computer-vision cuda data-analysis data-science data-segmentation data-visualization dataset dataset-generation image-processing image-recognition python segmentation-models tensorflow ultralytics yaml yolo yolov8

Last synced: 29 Apr 2026

https://github.com/aditya-ranjan1234/interactive-salary-prediction-with-machine-learning

A Streamlit web application for exploring the UCI Census Income dataset, training machine learning models, and predicting employee salaries.

data-science machine-learning prediction python scikit-learn streamlit xgboost

Last synced: 29 Apr 2026

https://github.com/rakibhhridoy/exploratorydataanalysis-python

Exploratory data analysis is an approach to analyzing data sets to summarize their main characteristics, often with visual methods. A statistical model can be used or not, but primarily EDA is for seeing what the data can tell us beyond the formal modeling or hypothesis testing task.

ab-testing chitest data-science eda exploratory-data-analysis ftest hypotheses hypothesis-testing inferential-statistics numpy pandas python statistical-analysis statistics statsmodels ttest

Last synced: 30 Apr 2026

https://github.com/concaption/simple-stock-app

A simple streamlit app for displaying stock price.

data-science streamlit

Last synced: 30 Apr 2026

https://github.com/anyantudre/binary-classification-with-a-bank-churn-dataset

For this Episode of the Series, our task is to predict whether a customer continues with their account or closes it (e.g., churns).

churn-prediction data-science kaggle kaggle-competition machine-learning

Last synced: 01 May 2026

https://github.com/scarblase/salary-comparison

Submission for the DataCamp Salary Competition(1 level). 🏆

data data-analysis data-science data-visualization engineering python sql structured-data

Last synced: 01 May 2026

https://github.com/artemxdata/car-price-prediction

Car Price Prediction – Machine learning project for estimating car prices based on technical specifications and market data. The goal is to achieve an RMSE below 2500 by comparing multiple models (Linear Regression, Random Forest, LightGBM) and analyzing training vs. prediction time.

car-price-prediction data-science lightgbm machine-learning notebook python regression rmse scikit-learn supervised-learning used-cars vehicle-pricing

Last synced: 01 May 2026

https://github.com/com-480-data-visualization/project-2023-choo-choo-data-darlings

This repository contains the source code for our data visualization project, an interactive platform designed to explore the intricate Swiss transportation network. Developed by the Choo Choo Data Darlings team at EPFL, the project provides an in-depth view into the vast array of Swiss transportation operations, including trains, buses, and trams.

boats buses data-analysis data-science data-visualisation data-visualization epfl metro public-transport public-transportation switzerland trains trams

Last synced: 01 May 2026

https://github.com/ggeop/multiple-fields-management

Fields management from/to different data sources. :bulb:

data data-engineering data-organization data-retrieval data-science pandas python

Last synced: 01 May 2026

https://github.com/gaurav-van/toxic-comment-web_app

Data Science Project to classify a comment into several toxicity categories. This Repository is used for deployment of the project.

classification data-science datacleaning exploratory-data-analysis machine-learning nlp nlp-machine-learning python streamlit

Last synced: 02 May 2026

https://github.com/rvats20/python-programming-basic

Python programing basic to develop robust python applications.

data-science eda learning learning-by-doing matplotlib-python numpy pandas python

Last synced: 02 May 2026

https://github.com/pedro1guevara/data_science_course_finalproject

Analysis of startup success factors using Crunchbase data. Statistical and machine learning research on funding thresholds, industry sectors, and financing rounds. Final project for UABC's Data Science course.

data-science jupyter-notebook python startup startups successfactors uabc

Last synced: 02 May 2026

https://github.com/bernta/norwegiandemographics

Norwegian Demographics using data from 1900-1910, analyzed with Hadoop & Spark.

ancestry census data-science data-scraping datascience demography hadoop norway python spark

Last synced: 02 May 2026

https://github.com/goldsharon/logistic-regression-from-scratch

A Logistic Regression model built from scratch in Python using NumPy, without ML libraries. It includes gradient descent, binary classification, and adjustable learning rates, demonstrating training, predictions, and weight updates with sigmoid activation.

binary-classification data-science from-scratch gradient-descent logistic-regression machine-learning python sigmoid-activation

Last synced: 03 May 2026

https://github.com/baggiponte/ta-statistics-for-big-data-2022

🎓 Introduction to Python and Machine Learning [UniMi • AY 2021/2022]

clustering data-science data-visualization machine-learning python scikit-learn

Last synced: 03 May 2026

https://github.com/rebrowser/seatgeek-dataset

SeatGeek ticket marketplace data: events with taxonomy and schedule status, listings with section/row and deal bucket, 15K+ performers, 12K+ venues with capacity and coordinates. Updated daily.

concerts crawler data-collection data-science dataset deal-score events open-data scraper seatgeek sports ticket-prices tickets web-scraping

Last synced: 03 May 2026

https://github.com/theairbend3r/mice-memory-response

Effect of memory on current response in mice using methods from computational neuroscience and machine learning.

computational-neuroscience data-analysis data-science machine-learning neuroscience python

Last synced: 09 Jun 2026

https://github.com/data-88e/fa25

UC Berkeley Data 88E Fall 2025 Website

data-science economics education jekyll jupyter uc-berkeley

Last synced: 03 May 2026

https://github.com/josibake/swarmy

CLI for starting data science projects

cli data-science go golang python r

Last synced: 03 May 2026

https://github.com/utkarsh-284/deep-learning

This repository contains the documents and main project file needed for building DNN from scratch using NumPy.

data-science deep-learning deep-neural-networks machine-learning mnist mnist-handwriting-recognition neural-networks numpy python3

Last synced: 03 May 2026

https://github.com/cgivre/drill-xml-plugin

XML Plugin for Apache Drill

apache-drill big-data data-science database sql xml

Last synced: 04 May 2026

https://github.com/cliffordnwanna/climate_data_analysis_and_visualization

The Climate Data Visualization and Analysis project showcases a comprehensive exploration of African climate data, with an emphasis on identifying patterns and trends in average temperatures across different countries and time periods. It serves as a practical demonstration of my data analysis, data visualization, and problem-solving skills.

data-analysis data-science mathplotlib pandas plotly visualization

Last synced: 04 May 2026

https://github.com/pinedah/escom_programming-for-data-science

This repository contains personal notes, exercises, and programs from the Programming for Data Science course at Instituto Politécnico Nacional (IPN). The course focuses on using Python programming for data handling, statistical analysis, and machine learning techniques.

data-science escom matplotlib numpy pandas python python-algorithms python-library

Last synced: 04 May 2026

https://github.com/izzhafeez/jupyter-scripts

Jupyter Scripts that I've done over the years, mainly Data Science projects, but also lots of Web Scraping ones as well

data-science jupyter-notebook python r software-testing web-scraping

Last synced: 04 May 2026

https://github.com/nghtamm/used-cars-price-prediction

Bài tập lớn: Khai phá và phân tích dữ liệu

classification data-science machine-learning regression

Last synced: 09 Jun 2026

https://github.com/ezmiller/clj-data-experiments

Experiments to understand tech.ml.dataset

clojure data-science

Last synced: 09 Jun 2026

https://github.com/depshad/insideairbnb-london

Exploratory Data Analysis and Predictive Modeling for Airbnb London listings

airbnb-london-listings data-science exploratory-data-analysis machine-learning python3

Last synced: 04 May 2026

https://github.com/rayyan9477/house-price-prediction-model

This project aims to predict house prices using a machine learning model. The project involves data cleaning, feature engineering, model selection, training, and evaluation. The dataset is uploaded by the user, and the model is trained to predict house prices based on various features.

data-science data-visualization gridsearchcv machine-learning machine-learning-algorithms notebook python random-forest

Last synced: 05 May 2026

https://github.com/flazefy2/ds-global_cybersecurity_threats

https://www.kaggle.com/datasets/atharvasoundankar/global-cybersecurity-threats-2015-2024

data-science data-visualization numpy python squarify statistics

Last synced: 05 May 2026

https://github.com/winter000boy/my-project-portfolio

Welcome to My Project Portfolio! This repository is a comprehensive collection of my work in Java programming, Python development, Machine Learning (ML), Artificial Intelligence (AI), and Web Development. Organized for ease of access, this portfolio highlights innovative and practical projects tailored to solve real-world challenges.

ai artificial-intelligence artificial-neural-networks bootstrap data-science deep-learning flask-application java-projects machine-learning numpy pandas-python potfolio-site python-projects python3 spring-boot tkinter-gui web-development

Last synced: 05 May 2026

https://github.com/felipecacique/predictivemaintenance

This work emphasizes the use of machine learning and data analysis to predict the optimal time for engine oil replacement.

data-science jupyter-notebook machine-learning python sklearn

Last synced: 05 May 2026

https://github.com/mayurasandakalum/azure-airflow-weather-etl

Automated ETL pipeline project using Apache Airflow on an Azure Virtual Machine. This project extracts weather data from the Open Weather Map API, transforms it with Python, and loads it into Azure Blob Storage for efficient storage and retrieval.

apache-airflow automation azure azure-blob-storage cloud-computing data-engineering data-pipeline data-science etl openweathermap-api python virtual-machine weather-data

Last synced: 05 May 2026

https://github.com/flazefy2/ds-customer_shopping

https://www.kaggle.com/datasets/bhadramohit/customer-shopping-latest-trends-dataset

data-science data-visualization jupiter-notebook numpy python sales shopping squarify statistics

Last synced: 05 May 2026

https://github.com/muhammadsaqib001/streamlit-app-for-shadow-detection

Shadow Detector App is a web application built using Streamlit that utilizes a trained UNet model to identify and analyze shadows in uploaded images. This app allows users to upload images and detect shadows using advanced AI technology with just a click of a button.

computer-vision data-science image-processing machine-learning opencv pillow python streamlit streamlit-dashboard

Last synced: 05 May 2026

https://github.com/0xnaman1/mindai

Data Science blog post

data-science fastai python pytorch

Last synced: 06 May 2026

https://github.com/faizantkhan/kaggle-eda-ml-feature-engineering

Explore the Kaggle Codes Repository for concise and powerful code snippets covering the essentials of data science and machine learning. From Kaggle competitions to real-world projects, discover insights into exploratory data analysis, machine learning models, feature engineering, and data science mathematics.

data-science eda jupyter-notebook kaggle kaggle-competition kaggle-dataset kaggle-scripts kaggle-solution machine-learning machine-learning-algorithms mathematics python python-library

Last synced: 06 May 2026

https://github.com/albertofaraujo/py_analiseceaps

Análise exploratória de dados públicos do CEAPS (Cota para exercício de atividades parlamentares dos Senadores)

analise-de-dados analise-exploratoria dashboard data-science python streamlit

Last synced: 06 May 2026

https://github.com/savinrazvan/pagerank

This project implements the PageRank algorithm to rank web pages by importance using two approaches: a sampling method with the Markov Chain random surfer model and an iterative method with a recursive mathematical expression.

alogrithm convergence data-science graph-theory iterative-methods markov-chain mathematical-modelling pagerank pagerank-algorithm python random-surfer-model recursive-algorithm sampling-methods search-engine simulation web-crawling

Last synced: 06 May 2026

https://github.com/himanchalchandra/science-canvas

Repo containing projects I did during a four months bootcamp on Data Science and Machine Learning organized by Science Canvas India.

data-mining data-science data-visualization machine-learning-algorithms mysql nlp-machine-learning

Last synced: 06 May 2026

https://github.com/monish-nallagondalla/diamondpriceprediction

Diamond Price Prediction is an end-to-end machine learning project that predicts diamond prices based on attributes like carat, cut, color, clarity, and dimensions. It features a Flask web application for real-time predictions and utilizes models such as Linear Regression, Lasso, and Ridge.

data-analysis data-science flask jupyter-notebooks machine-learning predictive-modeling python

Last synced: 06 May 2026

https://github.com/rembertdesigns/smart-vinyl-catalog

AI-powered vinyl cataloging and music discovery platform leveraging BigQuery’s generative AI. Processes mixed-format data to deliver personalized recommendations, collection analytics, and intelligent search. Created for the Kaggle BigQuery AI Challenge to showcase real-world, scalable AI solutions for music lovers.

ai bigquery data-science data-visualization generative-ai hackathon kaggle kaggle-competition machine-learning music-analytics music-recommendation-algorithm python recommender-system vinyl

Last synced: 07 May 2026

https://github.com/gperdrizet/ariel-data-challenge

Kaggle competition: NeurIPS - Ariel Data Challenge 2025

astronomy data-science exoplanets kaggle machine-learning neurips-2025 python spectroscopy

Last synced: 07 May 2026

https://github.com/fpopic/hf-interview-challenge

(Interview) Mixin Data Engineering & Data Science with PySpark

data-engineering data-science pyspark python recipes spark

Last synced: 07 May 2026

https://github.com/md-emon-hasan/data-science

Data science tutorials, including data preprocessing, analysis, visualization, project deployment, machine learning and deep learning algorithms.

artificial-intelligence data-analysis data-engineering data-science deep-learning machine-learning-algorithms python

Last synced: 07 May 2026

https://github.com/soumyaco/rare-species-analysis-across-uk

A Data Analysis on over 20M data on different species in UK and their location

data-analytics data-science folium-maps pandas python3

Last synced: 07 May 2026

https://github.com/y-india/retail-sales-analysis-project

Analysis and preprocessing of retail store sales data. Includes data loading, merging, and initial inspection. 📌 Recommended: See README.md for detailed project progress and dataset information.

ai dashboard data-analysis data-science data-visualization jupiter-notebook machine-learning matplotlib python real-world-problem-solving real-world-project retail-analytics sales-analysis seaborn sklearn-library streamlit

Last synced: 07 May 2026

https://github.com/robert-zacchigna/robert-zacchigna.github.io

Personal site of data science related projects ranging from data analysis and exploration to machine learning and prediction models (mostly using Jupyter Notebook).

data-science jekyll jekyll-site jupyter jupyter-notebook machine-learning python

Last synced: 07 May 2026

https://github.com/daniel-covelli/senior-thesis

📑 Categorizing the effect of user behavior on YouTube's content recommendation algorithm. Work submitted on behalf of UC Berkeley's Interdisciplinaryy Studies Major.

data-science python youtube

Last synced: 08 May 2026

https://github.com/shivamsouravjha/covid-affects

This project is based upon ML classification of Data in-order to predict the death toll in each county on each day.

c covid-19 data-science jupyter-notebook machine-learning machine-learning-algorithms python

Last synced: 08 May 2026

https://github.com/agungbudiwirawan/data_science_in_telco-data_cleansing

Data cleansing using python: handling missing data values, outliers, and standardized values.

data-analysis-python data-cleansing data-science pandas python

Last synced: 08 May 2026

https://github.com/emmaccode/stack-ds

Stack-DS Pandas IDE

data-science gtk3 pandas python3

Last synced: 08 May 2026

https://github.com/viktor-shcherb/reproducible-research-project-template

A Docker-based template for reproducible Python research, integrating pip‑tools dependency pinning, pytest, and Codecov reporting

cicd codecov data-science docker docker-compose pip-tools pytest python reproducible-research template

Last synced: 08 May 2026

https://github.com/shridhar1504/loan-clustering-datascience-project

This project uses Machine Learning to Cluster loan together based on their similarities. The project uses a dataset of loan application which includes information about the Loan amount and Balance. The project then use the clustering algorithm to group the loan together based on the similarities.

clustering-algorithm data-analysis data-science data-visualization datanalysis eda kmeans-clustering machine-learning python sql sql-server unsupervised-learning

Last synced: 08 May 2026

https://github.com/igords-goncalves/top-100-amazon-books

Project created to improve skills in python language

analysis data-science pandas python streamlit

Last synced: 08 May 2026

https://github.com/rajkhanke/student-marks-and-grade-predictor

The project aims to provide the predicted values of student marks or performance and their grade for future exams using various machine learning algorithms deployed on Streamlit based Gui application based on various input parametrs, sleep, memory power and previous exam scores.

data-science machine-learning python streamlit

Last synced: 08 May 2026

https://github.com/iguptashubham/ott-churn-eda-ml

Understanding why customers discontinue their subscriptions will be crucial in optimizing the user experience, reducing churn, and maximizing customer lifetime value. By using Machine learning model to predict the Customer Churn.

data-analysis data-analysis-project data-science data-science-portfolio data-science-projects data-visualization machine-learning python

Last synced: 08 May 2026

https://github.com/cagandemirmr/google-play-yorum-analizi

Türkiyede 2024 yılında en çok beğenilen My Supermarket Simulator 3D oyununa ait yorumların duygu durumu,yorumların beğeni sayısını,Firmanın geri dönüşleri ve kullanıcı nicknameleri gibi değişkenleri analiz ederek içgörü topladım.

bert data-analysis data-science nlp

Last synced: 10 Jun 2026

https://github.com/framebuffers/mindhunter

Wrappers for Pandas DataFrames to add quicker access for common statistical values, utilities and functionality.

data-analysis data-science numpy pandas python utilities-python

Last synced: 08 May 2026

https://github.com/aekanshd/crazytics-suicidesindia

Basic interpretation of the Suicides in India data-set using R.

data-analysis data-science graph india r suicides

Last synced: 10 Jun 2026

https://github.com/lakshitalearning/churninsight

Customer Churn prediction means knowing which customers are likely to leave or unsubscribe from your service.

churn-prediction data-science flask google-colab machine-learning predictive-analytics python scikit-learn user-retention web-development

Last synced: 09 May 2026

https://github.com/dina-hosny/explore-us-bike-share-data-project

Explore US Bike Share Data project - FWD Data Analysis Professional Track. In this project, I used Python to explore data related to bike share systems for three major cities in the United States and answer questions about it by computing descriptive statistics.

data-analysis data-science numpy pandas python

Last synced: 09 May 2026

https://github.com/paul0vinicius/rmargatsni

R Package to fetch Instagram functions based on their Web API.

data-science instagram package r

Last synced: 07 Oct 2025

https://github.com/steffo99/unimore-bda-3-steffo

Terza attività di Big Data Analytics

data-science jupyter matplotlib pandas unimore-informatica

Last synced: 16 Apr 2026

https://github.com/douglasvolcato/fiis-analysis-brasilian-market

Brazilian investment fund analysis focused in dividend yield and minimun price variation

data-science data-visualization pandas python scraping scraping-websites

Last synced: 09 May 2026

https://github.com/douglasvolcato/brazilian-stock-market-analysis

Brazilian stocks analysis focused in dividend yield, diversification and minimun price variation

data-science data-visualization pandas python scraping scraping-websites

Last synced: 09 May 2026

https://github.com/shahira-sadat/portfolio-project-life-expectancy-and-gdp

Code Academy Data Science Path Portfolio Project Life Expectancy and GDP of Data Visualization

codeacademy data-science datavisualization python

Last synced: 10 May 2026

https://github.com/thomd/family-photos

Mastering the endless flood of familiy photos with bash, python, data-science and machine-learning

bash data-science images machine-learning python

Last synced: 10 May 2026