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/fatihilhan42/eda-on-data-science-salary-with-python

You can access the files of this project, which analyzes people working in the field of data science according to countries and working wages.

analysis data-science data-scientists data-visualization jupyter-notebook pyhton salary

Last synced: 23 Mar 2025

https://github.com/jabrena/spring-boot-and-r-language

A repository to explore how to interact with R from Java with Spring Boot

data-science java r-language spring-boot statistics

Last synced: 21 Feb 2026

https://github.com/parthds02/machine-learning-foundations-for-product-managers-project

Machine learning project predicting the energy output of a power plant using environmental data (temperature, pressure, humidity, vacuum). Linear Regression and Random Forest models were compared, with Random Forest achieving better accuracy. Key steps include data exploration, model building, cross-validation, and performance evaluation.

ai ai-management data-science database energy jupyter-notebook machine-learning powerpoint-presentations random-forest

Last synced: 03 Feb 2026

https://github.com/ultrasage-danz/weather-data-analysis

Weather Data Analysis notebook project. Created using Google collab

collaboration data-analysis data-science dataset google google-colab-notebook project

Last synced: 24 Mar 2025

https://github.com/john-science/data_science_by_example

Examples of Data Science Tools & Libraries

data-analysis data-science ipython pandas

Last synced: 12 May 2025

https://github.com/piquette/plugins

:package: Plugins repo for marketstore

alpaca data-science financial-data marketstore

Last synced: 21 Jul 2025

https://github.com/reubenmathew/dataopsexperiments

Machine Learning, NLP and various data operations

data-science data-visualization python3

Last synced: 22 Apr 2025

https://github.com/santoshshinde2012/streamlit-crop-disease-risk-prediction

This application predicts the risk of crop disease based on the entered crop details.

data-science machine-learning plotly plotlyjs python reactjs streamlit

Last synced: 05 Apr 2025

https://github.com/sim98b/tabulardatageneration

Synthetic Data Generation: Tabular & Medical Imaging. A comprehensive project focused on generating synthetic data for tabular datasets and medical imaging.

ai-research artificial-intelligence brain-tumor breast-cancer data-generator data-science dataset-augmentation deep-learning gan generative-model github-projects machine-learning medical-imaging open-source pytorch synthetic-data tabular-data

Last synced: 18 May 2026

https://github.com/quantum-software-development/bovespa-banks-value-analysis

This repository analyzes wealth distribution among Brazilian banks, highlighting disparities between national and foreign institutions.

anova-test art-direction artificial-intelligence data-science design python3 sound-design sounds-remix statics-measures statistical-analysis statistics video-creator

Last synced: 15 Feb 2026

https://github.com/manycoding/tomorrowswig_followers

ETL system for #tomorrowswig_followers backed with Facebook Graph API and AWS Lambda

aws-lambda data-science etl python

Last synced: 09 May 2026

https://github.com/haloapping/pisangijo

Kumpulan library dan framework untuk analisa data, data science, machine learning, deep learning dan masih banyak lagi berbasis bahasa pemrograman Python ๐Ÿ.

belajar data-analysis data-science deep-learning forecasting libraries machine-learning perkakas pustaka python3 recommender-system referensi tools

Last synced: 13 Jun 2026

https://github.com/leogaudin/dslr

42 โ€ข A guide to implement a linear classification model: logistic regression.

42 classifier-training data-science dslr gradient-descent logistic-regression python

Last synced: 08 Apr 2025

https://github.com/wbadart/hdsk

Unified data science toolkit for Haskell and more

data-science tooling

Last synced: 29 Jun 2025

https://github.com/abdurahman-hassan/kaggle-notebooks

"kaggle-notebooks" repo contains Jupyter notebooks using real-world Kaggle datasets. Topics: data cleaning, feature engineering, model training, evaluation. Intended for both beginners & advanced. Includes detailed explanations & comments. Open source, contributions welcome.

analysis data-science data-visualization kaggle kaggle-dataset notebook-jupyter python3

Last synced: 06 May 2026

https://github.com/mumtaz4118/early-covid-19-detection

Here, I created my own deep learning(CNN) model for early detection of COVID-19 from chest x-ray images. If we were to answer the question that why we need a deep learning model for early detection of COVID-19 from chest x-ray images, we can say the followings, doctors have seen that even if the test kits desined for diagnosis results in negative.

cnn covid-19 data-science deeplearning machine-learning python

Last synced: 12 Apr 2026

https://github.com/amirdora/data-scraping-and-fundamental-analysis

Stock crawling and analysis using python with panda, matplotlib and scrapy library. Stock analysis methods taken from the book "Warren Buffett and the Interpretation of Financial Statements" by Mary Buffet

crawling-python data-mining data-science stock valuation visualization

Last synced: 03 Jul 2026

https://github.com/santoshn86/image-classification

This is an end-to-end project wehre I have used my friends images dataset for Image classification using logistic regreesion. It's applications may be used in Security and Surveillance, Criminal's classification & detection .

data-science flask-server html-css-javascript jupyter-notebook machine-learning matplotlib-pyplot numpy opencv pandas python sklearn-metrics

Last synced: 11 Apr 2026

https://github.com/colburncodes/se_pudding_2023

This project is a React app designed to showcase research conducted by a team of data scientists and data analysts. The app is utilizing React and React-Chartjs-2

chartjs-2 data-analysis data-science data-visualization react-chartjs-2 reactjs

Last synced: 11 May 2026

https://github.com/lmuffato/project-job-insights-trybe

Projeto job insights - Projeto avaliativo da Trybe do Bloco 32: Introduรงรฃo ร  Python

data data-science data-transformation filter python

Last synced: 12 Jun 2025

https://github.com/derrickbaruga7/mapping-median-age-europe

An R project that creates an interactive map of the median age across European regions using Eurostat data and spatial visualization packages.

data-analysis data-science data-visualization datascience european-union mapping r

Last synced: 25 Mar 2025

https://github.com/sodascience/presentation-osmenrich-sig

Presentation for the UU special interest group open statistical software

data-science geospatial software

Last synced: 20 Mar 2025

https://github.com/shubhamgoyal575/spam_detective

This project uses machine learning to classify messages as spam or ham based on text analysis. It includes data preprocessing, feature extraction (TF-IDF), and classification models like Logistic Regression and Naive Bayes for accurate spam detection. Built with Python and Scikit-Learn. ๐Ÿš€

count-vectorizer data-analysis data-analytics data-cleaning data-preprocessing data-science data-visualization data-wrangling exploratory-data-analysis logistic-regression machine-learning machine-learning-algorithms naive-bayes natural-language-processing spam-detection tfidf-vectorizer

Last synced: 02 Jul 2025

https://github.com/shubhamgoyal575/ecommerce-product-categorization

This project classifies e-commerce products into predefined categories using machine learning. It includes preprocessing steps like stopword removal, punctuation cleaning, and feature extraction. Models, including LSTM, are implemented, and evaluated for better accuracy.

accuracy-score artificial-neural-networks confusion-matrix data-analysis data-cleaning data-preprocessing data-science data-visualization deep-learning exploratory-data-analysis hyperparameter-tuning logistic-regression long-short-term-memory machine-learning machine-learning-algorithms naive-bayes-algorithm natural-language-processing precision-score random-forest-classifier

Last synced: 30 Aug 2025

https://github.com/ndohvich/time_series

time series analyse with python language

data-science data-visualization numpy pandas python time-series

Last synced: 18 Apr 2026

https://github.com/montanaz0r/mma_analysis

Dependence analysis between fighting frequency and result/outcome of fights, using descriptive statistics. (PL/ENG)

data-science jupyter-notebook matplotlib mma pandas python seaborn

Last synced: 10 May 2026

https://github.com/dark-art108/wine-quality-with-mlops

Building a Mlflow Pipeline for Cloud Deployments

cloud data-science deep-learning google machine-learning

Last synced: 01 Mar 2025

https://github.com/jinglescode/ds-project-starter

This is a starter template for data science projects; it contains the file structure and presents some codes to guide you.

data-science starter starter-kit starter-template template

Last synced: 27 Feb 2025

https://github.com/willie-conway/spacex-falcon9-first-stage-landing-prediction

๐Ÿš€ This repository contains the code for predicting the success of Falcon 9's first-stage landing. The project uses historical data ๐Ÿ“Š to forecast landing outcomes ๐ŸŒ, providing insights into the cost-effectiveness ๐Ÿ’ฐ of SpaceX's reusable rockets ๐Ÿ”.

api-data-collection cost-prediction data-science falcon-9 machine-learning reusable-rockets rocket-launch-predictions spacex

Last synced: 12 Jun 2025

https://github.com/kurosawaxyz/covid4eu-sorbonne

Economy: โ€œAnalysis of Labor Market decisions of men and women during the COVID-19 pandemic in the 4EU+ countriesโ€.

covid-19 data-analysis data-science data-visualization pandas

Last synced: 04 Jul 2025

https://github.com/perezrd5/data-science

Entry-level looks at Exploratory Data Analysis (in R & Python) and Regression Models (in R)

analysis data-science eda multinomial-regression poisson-regression python r regression

Last synced: 18 May 2026

https://github.com/bmedicke/amalthea

collection of ๐ŸŽ‰ Jupyter Notebooks ๐Ÿ for JupyterLab, creative coding (voronoi diagrams, perlin noise, chaos game), small demos and tutorials

data-science frequency-analysis jupyter-notebook jupyterlab matplotlib mqtt paho pandas perlin-noise python python3 scipy seaborn

Last synced: 05 Apr 2026

https://github.com/daniel-elston/data-mining-fraud-outlier-detection

Data mining techniques used to identify outliers and potential fraudulent activity in a stocks dataset.

data-mining data-science fraud-detection machine-learning

Last synced: 04 Apr 2025

https://github.com/coleramos425/nflintelligence

An analysis of NFL player intelligence and its relation to performance.

data-science jupyter-notebook nflstats python scraper scrapy webcrawler

Last synced: 12 May 2026

https://github.com/dhakalnirajan/python-for-research

โ€œPython for Academic Researchโ€ is a program launched by NRCC to provide short training in the python programming language. This course will teach students to use python in research and implement such learnings in their practical classes. Mr. Kshitiz Regmi will be teaching the course.

data-science numpy pandas plotly python python3

Last synced: 21 Mar 2025

https://github.com/elliotwutingfeng/cpubenchmarknet

An unofficial library for downloading the CPU Mega List dataset by PassMark Software.

benchmarks buildapc cpu cpubenchmark data-science gaming hackintosh kaggle osint passmark sffpc

Last synced: 18 May 2026

https://github.com/asifdotexe/flipkart-electric-scooter-data-analysis

In this project, I have web scraped Electric Scooter data from Flipkart and turn it into a csv file for further analysis

beautifulsoup4 data-analysis data-science flipkart webscraping

Last synced: 29 May 2026

https://github.com/ph-7/glm-with-sklearn-joblib-and-shap-project

GLM with sklearn, joblib and SHAP project

data-science glm joblib shap shap-analysis sklearn

Last synced: 18 May 2026

https://github.com/sergioskar/datascience

Implementation of Data Science Algorithms ,Data imported from SQL Database

data-science python recommender-system recurrent-neural-networks regression sklearn tensorflow

Last synced: 12 Apr 2026

https://github.com/gandhasiri-rahul-mohan/multi-linear-regression-q1-toyotacorolla

Consider only the below columns and prepare a prediction model for predicting Price.

data-science machine-learning multilinear-regression python

Last synced: 23 Jul 2025

https://github.com/camara94/data-science

Bienvenu dans ce tutorie, aucours duquel nous allons dรฉcouvrir la librairie pandas qui est l'une des libraire les plus importantes en python, lorsque nous voulons dรฉcouvrir la data science. Avec cette librairie nous pouvons faire tout ce dont nous pouvons imaginer en data science en python

data-science dataanalysis pandas-dataframe python

Last synced: 29 Apr 2026

https://github.com/gandhasiri-rahul-mohan/hypothesis-testing-4-cutlets

A randomly selected sample of cutlets was collected from both units and measured? Analyze the data and draw inferences at 5% significance level. Please state the assumptions and tests that you carried out to check validity of the assumptions.

data-science hypothesis-testing machine-learning python

Last synced: 25 Jun 2025

https://github.com/sudodevinci/skyimager-obfuscated

Public facing version of the devinci.cloud website functionality, with appropriate obfuscation and censorship.

arduino cpp data-science esp32 esp32-arduino flask image-processing mysql object-detection ota-update

Last synced: 21 Jan 2026

https://github.com/jersongb22/datascience_ibm_stockpredictionlstm_project

In the IBM Advanced Data Science specialization, an interactive real-time web application was developed using LSTM networks in TensorFlow to predict stock market trends for global companies.

apache-spark data-science deep-learning lstm-neural-networks machine machine-learning plotly python scikit-learn streamlit tensorflow

Last synced: 13 Apr 2026

https://github.com/tejeswar001/placement-prediction-app

A full-stack web application that predicts student placement probability using machine learning. The application consists of a Flask-based REST API backend and a Next.js frontend.

daisyui data-science education flask full-stack ipynb-jupyter-notebook machine-learning nextjs placement-prediction python3 random-forest

Last synced: 13 Apr 2026

https://github.com/logreg-n-coffee/mini-projects

This repo stores selected mini projects that I have completed. It is intended to note down thoughts and ideas. Let's code and share together.

data-science machine-learning nlp

Last synced: 29 Mar 2025

https://github.com/j3-signalroom/apache_flink-kickstarter-ii

Apache Flink Kickstarter II (2026) showcases Flink 2.1.x through hands-on, production-focused examples on Confluent Platform + Minikube, with comparisons to Confluent Cloud. End-to-end pipelines in Java & Python bridge real-world streaming architecture.

apache-flink confluent-cloud confluent-platform data-engineering data-science flink minikube platform-engineering

Last synced: 12 Apr 2026

https://github.com/nano-a/ia

Comparatif dรฉtaillรฉ de 4 projets d'intelligence artificielle. Analyse de la gestion des donnรฉes et mรฉthodologies IA (recommandation, classification, prรฉdiction, sรฉries temporelles).

ai analysis artificial-intelligence classification data-science flask ia machine-learning python streamlit

Last synced: 13 Apr 2026

https://github.com/flojud/movie-recommender

Jupyter Notebook to combine my Netflix and Amazon Prime Video watch history

data-science jupyter-notebook pandas-dataframe

Last synced: 17 Jun 2026

https://github.com/luisfelipepoma/data_science_applications

Learning about the applications of algorithms in data science, with a focus on explainability.

computer-vision data-science datasets difussion gans ia nlp nlp-machine-learning python recomendation-system transformers

Last synced: 01 May 2026

https://github.com/zul132/nm-data-science-internship

This repository contains all my assignments and projects for the Naan Mudhalvan 30 days Virtual Internship and Project Hackathon in Data Science

colab-notebook data-science deep-learning exploratory-data-analysis internship internship-task jupyter-notebook machine-learning machine-learning-algorithms natural-language-processing neural-networks python

Last synced: 07 May 2026

https://github.com/jesussantana/ibm-machine-learning-with-python

This Machine Learning with Python course dives into the basics of machine learning using an approachable, and well-known, programming language

clustering data-science decision-trees dimensionality-reduction machine-learning python random-forests regression-models unsupervised-learning

Last synced: 14 May 2026

https://github.com/md-emon-hasan/ml-project-ipl-match-win-predictor

๐Ÿ IPL Win Predictor is a machine learning application that predicts the probability of winning for IPL teams based on current match conditions.

cricket-app cricket-prediction data-science indian-premier-leauge ipl sports sports-analytics

Last synced: 05 Jul 2025

https://github.com/chenxingqiang/thinkbase-project

AgentFlow is a powerful and flexible AI Agent Workflow Management System that enables the creation, configuration, and management of intelligent agents. It provides a comprehensive framework for building agent-based applications with features like dynamic configuration, workflow management, and extensive testing capabilities.

agent agentflow ai css data-science flow framework html javascript jinja project python research shell tex tool

Last synced: 11 Feb 2026

https://github.com/whatheheckisthis/pwc_project-

Successfully completed a PwC virtual case, advancing Power BI skills to address cybersecurity and cloud architecture requirements. Developed comprehensive dashboards that effectively communicated key performance indicators (KPIs), showcasing proficiency in data visualization and deliver

case-study data data-science dataanalytics databases datavisualization powerbi virtual

Last synced: 05 Apr 2025

https://github.com/dan-santos/data-science

Meus notebooks de ciรชncia de dados.

colab-notebook data-science jupyter-notebook python

Last synced: 18 May 2026

https://github.com/coding-enthusiast9857/ai_ml_projects

This repository contains AI ML projects. It demonstrates examples of applying machine learning techniques to solve real-world problems. Key objectives of this projects are Accurate Predictions, User-Friendly Interface, Data Exploration and Visualization, Model Selection, Feature Engineering, Model Evaluation & Deployment.

ai aids aiml artificial-intelligence cv data-science dsml housepriceprediction machine-learning machine-learning-algo machine-learning-algorithms machinelearning ml nlp predictions

Last synced: 10 May 2026

https://github.com/markoshb/information-systems-subject

Take a look at the works I did in the subject of Information Systems.

bussiness-intelligence computer-science data-science information-systems

Last synced: 17 Feb 2026

https://github.com/vidhi1290/hr_employee_prediction

"Welcome to the HR Employee Promotion Prediction project! This repository contains the code and resources for a machine learning project that focuses on predicting employee promotions. By analyzing various employee attributes, this project aims to provide valuable insights for HR decision-making and talent recognition within organizations.

data-exploration data-science data-visualization docker hr-employee-prediction hyperparameter-tuning machine-learning matplot model-building numpy pandas scikit-learn seaborn streamlit streamlit-webapp

Last synced: 13 Apr 2026

https://github.com/gauranshgoel123/predictive-demand-analysis

Demand Forecasting Project A web application for predicting future demand for part numbers based on historical data. Built with React for the frontend and FastAPI with Python for the backend, this application visualizes demand trends and allows users to input additional data for improved accuracy. In render analyzer is frontend analysis is backend

chartjs data-analysis data-science data-visualization dataset deployment full-stack machine-learning numpy pandas predictive-analysis prophet-model python reactjs render

Last synced: 13 Apr 2026

https://github.com/rudrakhp/rotation-forests-comparative-study

A comparative study of Rotation Forests

comparison data-science sklearn

Last synced: 18 May 2026

https://github.com/turkunov/cup_it

BD Brawlers submission [CUP IT hackathon]

data-science hackathon nlp

Last synced: 12 Sep 2025

https://github.com/derhuerst/mtcars

A testing dataset containing car measurements.

cars data-science dataset statistics

Last synced: 26 Jan 2026

https://github.com/rhenkin/rforceplots

Wrapper for shapjs node package for easy force plots in R without Python dependencies

data-science models r-package shap visualization

Last synced: 18 Jun 2025

https://github.com/nhsengland/package-your-code-workshop

Learn how to package your code effectively for better collaboration, distribution, and reuse of your code. This workshop is being held at the Data Science Mini-Conference, but is available for anyone to complete in their own time.

data-science mkdocs python rap workshop

Last synced: 12 Sep 2025

https://github.com/stephen-adwini-badu/02.-automatidata-project

The objective was to predict taxi fare prices in New York City using data provided by the New York City Taxi & Limousine Commission. The project included data exploration, cleaning, and visualization, as well as building machine learning models (Random Forest, Logistic Regression etc) to estimate fare prices and identify factors influencing them

data-science jupyter-notebook linear-regression machine-learning

Last synced: 05 Jul 2025

https://github.com/matheusbcmelo/crypto-performance-analysis

Tools and notebooks for analyzing historical price and on-chain data of major cryptocurrencies.

cryptocurrency data-science data-visualization defi jupyter-notebook python

Last synced: 18 May 2026

https://github.com/prgrmcode/tr-earthquake-predictor

Turkey Earthquake Prediction ๐ŸŒ๐Ÿ“Š: Unleashing AI/ML powers in Python for seismic forecasts. #MachineLearning #Python #DataScience ๐Ÿค–

data-science dataset deep-learning ensemble-learning hyperparameter-tuning kaggle machine-learning neural-networks preprocessing python random-forest random-forest-regression svr tensorflow xgboost xgboost-model

Last synced: 28 Jan 2026

https://github.com/arangogutierrez/goreduce

A map reduce example made in pure Go

data-science golang mapreduce twitter twitter-bot

Last synced: 04 Apr 2025

https://github.com/maemresen/similarity-detection

An example project to detect cheats in an exam with using similarity detection.

data-mining data-science java similarity-analysis text-similarity

Last synced: 08 Jun 2026

https://github.com/owengombas/r_place

๐Ÿ–ผ Data analysis on r/place 2022

data-science data-visualization rplace

Last synced: 18 Jan 2026

https://github.com/ac12644/fraud-detection-ai

Build predictive models on highly skewed data by selecting an example of fraudulent transactions in the financial institutions๐Ÿš€

analytics data-mining data-science data-visualisation fraud-detection fraud-prevention machine-learning machine-learning-algorithms sampling-methods skewed-data

Last synced: 20 Aug 2025