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

NumPy

NumPy is an open source library for the Python programming language, adding support for large, multidimensional arrays, and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.

https://github.com/hanzopgp/neuralnetworkfromscratch

This is a multi-layer perceptron build from scratch using numpy and python.

artificial-intelligence deep-learning machine-learning multi-layer-perceptron numpy personal

Last synced: 17 Apr 2026

https://github.com/ahasannn/multilevel_textual_emotion_classifier

Emotion detection from social media texts using machine learning algorithms.

anaconda jupyter machine-learning matplotlib nltk numpy pandas pip python scikit-multilearn scikitlearn

Last synced: 05 May 2026

https://github.com/tritonix711/digitvision-number-predictor

"DigitVision: Number Predictor" is a deep learning project that uses a Convolutional Neural Network (CNN) to classify handwritten digits (0-9) from images. Built with Python and TensorFlow, it supports dataset preprocessing, model training, evaluation, and predictions, offering a scalable and accurate solution for digit recognition tasks.

cnn keras matplotlib numpy os pillow plt python tensorflow tkinter

Last synced: 05 May 2026

https://github.com/erickarpovits/carbon-metrics-model

Investigation Of Covid’s Impact On Carbon Emission Rates In the United States

deep-learning numpy pandas python

Last synced: 18 Apr 2026

https://github.com/kiritoind/neural-network-for-cat-image-classification

This script defines essential functions for constructing a deep neural network from scratch for image classification. It includes activation functions like sigmoid and ReLU, data loading from H5 files, parameter initialization, forward and backward propagation for training, gradient descent for parameter updates, and functions for prediction

classification computer-vision deep-learning deep-neural-networks jupyter-notebook numpy python

Last synced: 05 May 2026

https://github.com/patilni3/python_data_analysis

Important Tools and its Functions

excel matplotlib numpy pandas seaborn

Last synced: 28 Apr 2026

https://github.com/sorna-fast/iris-classifier-pca

An interactive web application for Iris flower classification using Random Forest and PCA visualization, built with Streamlit. Features real-time predictions, interactive model training, and beautiful data visualizations.

matplotlib matplotlib-pyplot matplotlib-python numpy pandas python seaborn sklearn streamlit

Last synced: 16 Apr 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/datarohit/car-evaluation--classification

This is a Kaggle Dataset where we classify the cars using their various features. Here I used plotly to visualize the Accuracy Scores. Also I used CrossValScore to get More accurate Accuracy Score.

classification-algorithm cross-validation-score machine-learning matplotlib-pyplot numpy pandas sklearn

Last synced: 28 Apr 2026

https://github.com/aryansk/geometric-transformation-visualizer

A comprehensive toolkit for visualizing various geometric transformations on both 2D shapes and images using Python. This project demonstrates fundamental geometric operations through interactive visualizations.

computer-vision matplotlib numpy opencv python

Last synced: 05 May 2026

https://github.com/pr38/cox_ph_estimation_notebooks

Personal discovery work on estimating Cox Proportional hazards coefficients for for both breslow and efron ties, using both autograd and directly calculating the gradient and hessian

cox-regression dask data-science machine-learning numpy pytensor statistics survival-analysis

Last synced: 15 Apr 2026

https://github.com/dipto1971/statistical-analysis-data-science

Statistical Analysis in Data Science

numpy pandas tensorflow

Last synced: 15 Apr 2026

https://github.com/dan-shields/rocketleagueirl

Rocket League comes to Real Life!

arduino numpy opencv2 python robotics rocket-league

Last synced: 05 May 2026

https://github.com/marksikaundi/30daysofdeeplearning

This challenge is designed to help you build a strong foundation in Python programming and deep learning over the course of 30 days. By the end of this challenge, you will have developed a comprehensive understanding of deep learning concepts.

data-science nlp numpy python pytorch tensorflow

Last synced: 04 Apr 2026

https://github.com/hayatiyrtgl/data_analysis_project

Financial data analysis: preprocess, visualize, calculate technical indicators.

data-analysis data-analysis-python data-science dataframe numpy pandas python python3 stock-price-prediction talib trade-analysis

Last synced: 04 Apr 2026

https://github.com/psp515/Studies-DifferentalEquations

Differental Equations course on AGH UST 22/23.

numerical-methods numpy python

Last synced: 18 Apr 2026

https://github.com/mattdelaune/ecommerce_market_basket_analysis

This repository includes a Market Basket Analysis (MBA) project with advanced data cleaning and a Power BI dashboard. It identifies top revenue-driving item pairs, their impact on CLV and ATV, and offers insights for optimized product bundling and revenue growth.

anaconda git google-docs jupyter-notebook kaggle-api numpy pandas postgresql powerbi psql random sql sql-magic sqlalchemy vscode

Last synced: 26 Feb 2026

https://github.com/abhihirekhan/abhi-s-data-science-portfolio

A list of data science projects completed by me for academic, self learning, and creative purposes

datascience ipynb-jupyter-notebook jupyter jupyter-kernels jupyter-notebook keras-tensorflow machine-learning numpy pandas portfolio python tensorflow

Last synced: 31 Jan 2026

https://github.com/guifernandess7/megasena-estatisticas-e-analises

Análises e Estatísticas dos jogos da megasena com base em todos os jogos que já ocorreram.

megasena numpy python

Last synced: 29 Apr 2026

https://github.com/dataspieler12345/dash-by-plotly-lib-project

The Dash web application framework, is used to create browser-based interactive data visualization interfaces with Python.

bootstrap dash numpy pandas plot python

Last synced: 18 Apr 2026

https://github.com/aryansk/movie-recommendation-system

A sophisticated movie recommendation system that suggests films based on user ratings and collaborative filtering techniques. Get personalized movie suggestions based on viewing patterns and user preferences! 🎯

machine-learning machine-learning-algorithms matplotlib numpy pandas python recommender-system seaborn

Last synced: 29 Apr 2026

https://github.com/ayaanjawaid/diwali-sales-analysis

The code file contains the Analysis of Diwali sales. Performed Exploratory Data Analysis (EDA) on Measure Values.

jupyter-notebook matplotlib numpy pandas python seaborn

Last synced: 29 Apr 2026

https://github.com/sarthak-1408/rain-fall-prediction

This repository represents the End to End Machine Learning Project (Rain Fall Prediction in Australia).

heroku heroku-deployment machine-learning numpy pandas rain-fall rain-fall-prediction scikit-learn xgboost-algorithm

Last synced: 05 May 2026

https://github.com/heshanera/paclassifier

Online Passive Aggressive Binary Classifier

binary-classifier numpy passive-aggressive python

Last synced: 06 May 2026

https://github.com/ankushmallick1100/diabetes-prediction-of-females-using-maching-learning-techniques

This is a machine learning work that uses various machine learning algorithms to predict whether a patient is diabetic or not. Here various machine learning algorithms like SVM, RF Classifier, DT Classifier, KNN, LR , LR with CV, NB Classifier, and XGB are used. For this work, a website is made with Python Streamlit library.

classification cross-validation decision-tree-classifier diabetes diabetes-prediction jupyter jupyter-notebook logistic-regression machine-learning machine-learning-algorithms numpy pandas python random-forest random-forest-classifier regression streamlit support-vector-machine xgboost xgboost-classifier

Last synced: 04 Apr 2026

https://github.com/diihgab/ai-mouse-virtual

🖱️ An AI-based system to control the mouse cursor using Python and OpenCV with the camera in real time.

autopy mediapipe numpy opencv python

Last synced: 16 Apr 2026

https://github.com/akshay-kamath/visual-privacy-protection

An AI based application designed to protect visual privacy by anonymizing faces and obfuscating sensitive textual information (PII) in both images and videos

ai caffemodel computer-vision deep-learning nlp numpy ocr opencv pillow python3 tkinter

Last synced: 29 Apr 2026

https://github.com/miroslav-reiter/kurz_ako_sa_stat_datovym_analytikom_python

🐍 Ako sa stať Dátovým ANALYTIKom v Pythone - Materiály, zdroje, skripty k večernému online školeniu Ako sa stať Dátovým Analytikom v Pythone pre Robime.it (Mentor Partners)

analysts analytics data-science math matplotlib numpy pandas python reiter scipy vizualisation

Last synced: 04 Apr 2026

https://github.com/gauravtrivedi967/mask_detection

In the present scenario due to Covid-19, there is no efficient face mask detection applications which are now in high demand for transportation means, densely populated areas, residential districts, large-scale manufacturers and other enterprises to ensure safety. Also, the absence of large datasets of ‘with_mask’ images has made this task more cumbersome and challenging.

cv2 keras numpy os

Last synced: 18 Apr 2026

https://github.com/yangeorget/clustering-algorithms

K-means and C-means experiments with Numpy

clustering clustering-algorithm numpy

Last synced: 02 Apr 2026

https://github.com/brandoncardoso/mnk

An MNK game library.

game mnk numpy python tictactoe

Last synced: 16 Apr 2026

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

This model was built using Python and XGBoost Regression algorithm

matplotlib numpy pandas python scikit-learn

Last synced: 06 May 2026

https://github.com/cedricstrolz/digitalisierung-statistik-ws24

Hier handelt es sich NICHT um Lösungen sondern Lernunterlagen

matplotlib numpy pandas python statistics

Last synced: 25 Feb 2026

https://github.com/hamidhosen42/a-graph-machine-learning

Graph-Machine-Learning. Graph Machine Learning provides a new set of tools for processing network data and leveraging the power of the relation between entities that can be used for predictive, modeling, and analytics tasks.

ipynb-jupyter-notebook machine-learning-algorithms mathplotlib numpy pandas python sklearn-library

Last synced: 09 Feb 2026

https://github.com/yc1909/ai_impact_on_jobs

Impact of Artificial Intelligence on Jobs and Workplace-Analysis

analytics exploratory-data-analysis matplotlib numpy pandas seaborn

Last synced: 06 May 2026

https://github.com/bredalis/numpy

✨ Library to work with arrays ✨

arrays data matrix numpy numpy-arrays numpy-library python

Last synced: 06 May 2026

https://github.com/khaymanii/customer_segmentation_model

This model was built using Python and KMeans Clustering algorithm

matplotlib numpy pandas python sckit-learn seaborn

Last synced: 06 May 2026

https://github.com/vustron/car_price_predictor_backend

The backend server for the machine-learning model for prediction of car price

flask flask-api flask-backend flask-restful machine-learning numpy pandas python rest-api

Last synced: 15 Apr 2026

https://github.com/felixcharotte/housepredictions_tatahousing

Data science project of real estate price prediction website, deployed using a Flask server on AWS, incorporating machine learning for price prediction and a UX HTML/CSS/JavaScript for website building.

aws flask jupyter linear-regression numpy pandas python

Last synced: 09 Feb 2026

https://github.com/rudrakshi99/movie-recommendation-system

Movie recommendation system using machine learning and predict user ratings for the movies.

dataframes machine-learning matplotlib numpy pandas seaborn

Last synced: 07 May 2026

https://github.com/hernandemonteiro/host_national_search_2015

Análise Estatística da Pesquisa Nacional por Amostra de Domicílios

colab-notebook matplotlib numpy pandas pnad python3 pythonnotebook seaborn

Last synced: 29 Apr 2026

https://github.com/sultanazhari/analyze-client-behavior

Megaline Telecomunication Company want to know how their customer habbits in using their services. As a data Analyst we're provided Customer Habbits and suggest to determine the options that need to be taken

matplotlib-pyplot numpy python3 scipy seaborn telecommunications

Last synced: 15 Apr 2026

https://github.com/korolev2512/compliance-audit

Program for optimizing a set of activities based on network planning and management methods

copy matplotlib networkx numpy openpyxl os pandas python3 tkinter

Last synced: 16 Apr 2026

https://github.com/carrington-115/ppt-generator-from-excel

PPT Generator for Excel file

numpy oop pandas python python-pptx

Last synced: 10 Feb 2026

https://github.com/enjirouz/intelligentsystems

Expert systems examples: production type expert systems with direct and reverse logical conclusion; numpy perceptron; numpy neural network trained on logic AND operation; convolutional neural network for image recognition using cifar10 dataset and keras

cifar10 classification cnn convolutional-neural-network expert-systems image-classification image-recognition keras-tensorflow numpy

Last synced: 16 Apr 2026

https://github.com/nemeslaszlo/emergency-911-calls

Covers emergency (911) Calls: Fire, Traffic, EMS for Montgomery County, PA analysis with visualizations.

jupyter-notebook matplotlib numpy pandas seaborn

Last synced: 06 May 2026

https://github.com/abhishek010397/logisticregression

Using Logistic Regression Classifier to Predict Target Using Three Features

csv iloc logistic-regression machine-learning numpy pandas-dataframe python3 sigmoid-function sklearn

Last synced: 06 May 2026

https://github.com/bestmahdi2/uni__geneticprogrammingfunctionapproximation

In this university project, genetic programming is used to approximate the function

function-approximation genetic-algorithm genetic-programming matplotlib numpy python tqdm

Last synced: 16 Apr 2026

https://github.com/venky-1710/stress-level-predection

Stress Level Prediction is a web app using machine learning to estimate user stress levels. It takes inputs like anxiety, sleep quality, and academic performance, then predicts stress using a Decision Tree Classifier. Built with Python, Flask, and scikit-learn, it's useful for students, researchers, and those interested in stress management.

css flask html machine-learning numpy pandas python python-sklearn scikit-learn

Last synced: 05 Apr 2026

https://github.com/assamirzafar/learning

My Roadmaps and challenges are in this repo...I will add my colab and kaggle notebook links along with py script files in here.

calculus convolutional-neural-networks deep-learning deep-neural-networks keras linear-algebra machine-learning numpy opencv probability python3 pytorch scikit-learn scipy statistics

Last synced: 05 Apr 2026

https://github.com/thevarunsharma/similar-word-finder

A web application with Python backend which finds words similar to a given word, using pre-trained GloVe word embeddings.

flask-application machine-learning nlp numpy python word-embeddings

Last synced: 07 May 2026

https://github.com/kimpro82/myinvestmentmodules

Someday these will be an integrated trading system, but not now. So I am sad.

investment monte-carlo-simulation numpy python r vba xing-api

Last synced: 10 Feb 2026

https://github.com/yannbouyeron/genopy

Analyses génétiques et phylogénétiques pour les SVT

biopython genetique lycee numpy pandas phylogenie svt

Last synced: 04 Mar 2026

https://github.com/affromero/pixelcache

A versatile image processing library for Python with built-in support for caching, using Pillow, NumPy, and PyTorch.

image-processing numpy opencv pillow pytorch torchvision

Last synced: 07 May 2026

https://github.com/gehad-ahmed30/data-analysis

This repository offers a guide to data visualization with Pandas and includes practical examples and two complete projects. Learn to preprocess, analyze, and visualize datasets to solve real-world problems effectively.

analysis matplotlib numpy pandas python seaborn

Last synced: 07 May 2026

https://github.com/asut00/machine-learning-program_42ai

Comprehensive Machine Learning path by 42AI: hands-on modules on regression, gradient descent, and real-world ML applications.

linear-regression machine-learning matplotlib numpy pandas python scikit-learn

Last synced: 07 May 2026

https://github.com/rickydoan/machine-learning-risk-model-prediction-classification

This project leverages machine learning to provide insights into loan and credit risk. By analyzing user-provided financial data, it predicts the likelihood of loan default, generates a credit score, and assigns a risk rating. Designed to assist financial institutions and individuals in making informed decisions

classification joblib machine-learning numpy pandas python sklearn-library streamlit

Last synced: 27 Feb 2026

https://github.com/sumonta056/bangladeshi-vehicle-number-plate-detection

Image Processing Pipeline: Enhance, rotate, extract features, and segment characters in images for text recognition and enhancement.

candy-edge connected-components edge-detection grayscale-images morphological-analysis numpy opencv python radon-transform scikit-image sobel-edge-detector

Last synced: 07 May 2026

https://github.com/bsc-dom/npp2nvm

NumPy Persistence to Non-Volatile Memory

numpy nvm persistent-data-structure pmdk

Last synced: 04 Mar 2026

https://github.com/ayaanjawaid/brain_stroke_prediction

project aims to predict the likelihood of a stroke based on various health parameters using machine learning models. The dataset is preprocessed, analyzed, and multiple models are trained to achieve the best prediction accuracy.

decision-trees exploratory-data-analysis matplotlib numpy pandas python regression xgboost

Last synced: 07 May 2026

https://github.com/torahappy/takasa

OpenStreetMap 高低差を考えた最短(?)経路問題ソルバー

numpy openstreetmap scipy shortest-path

Last synced: 30 Apr 2026

https://github.com/akashash01/akash_linear-regression

This is an linear approach machine learning model used to predict the values of variable(dependent) based on other variables(independent).

anova-test autocorrelation data-science heteroscedasticity linear-regression machine-learning mape multicollinearity numpy pandas python supervised-learning

Last synced: 07 May 2026

https://github.com/sralter/term_deposit_marketing

Predicting which customers will most likely purchase a type of financial product, achieving a time savings of over 93%.

matplotlib numpy optuna pandas seaborn sklearn

Last synced: 30 Apr 2026

https://github.com/khaymanii/diabetes_prediction_model

This is a Machine learning model built using Python

matplotlib numpy pandas python scikit-learn

Last synced: 19 Apr 2026

https://github.com/sudipbishwakarma/bulk-remove-onesignal-users

Bulk remove OneSignal subscribed users blazingly faster with parallel processing.

numpy pandas python python-logger python-multiprocessing python-threading python3

Last synced: 07 May 2026

https://github.com/aryansk/human-counting-system

HumanVision-Detector is a real-time human detection system built with OpenCV and HOG (Histogram of Oriented Gradients) descriptor. The system can detect and count people in both images and video streams, making it suitable for various applications including surveillance, crowd monitoring, and foot traffic analysis.

argparse imutils machine-learning machine-learning-algorithms numpy opencv python

Last synced: 19 Apr 2026

https://github.com/teddylee777/data-exam

데이터 분석 연습문제 풀이

dataframe jupyter numpy pandas

Last synced: 19 Apr 2026

https://github.com/piyush1927/flightforecast

ML model to predict flight prices based on various features like departure time, arrival time, duration, airline, source, destination, and number of stops.

machine-learning mathplotlib numpy pandas scikit-learn seaborn

Last synced: 16 Apr 2026

https://github.com/chandadiya2004/mnist-digit-classification

This repository demonstrates MNIST digit classification using deep learning. It includes a neural network model built with frameworks like TensorFlow to classify handwritten digits (0-9) from the MNIST dataset. The project covers data loading, preprocessing, model training, evaluation, and accuracy visualization.

confusion-matrix cv2 google-colab-patches keras matplotlib-pyplot numpy pillow python seaborn tensorflow

Last synced: 12 Feb 2026

https://github.com/nmsby/pca-machine-learning-lab

Principal Component Analysis (PCA) implementation and analysis lab for Machine Learning. Features manual PCA implementation, scikit-learn applications, data compression, and feature extraction with detailed visualizations.

data-analysis dimensionality-reduction jupyter-notebook machine-learning numpy pca python scikit-learn visualization

Last synced: 01 May 2026

https://github.com/datarohit/churn-prediction-for-bank

This Dataset has various information about customers of Bank. The Problem is that many customers tend to leave the bank so using the features give we have to predict whether a customer will leave the Bank or Not.

churn-prediction classification matplotlib-pyplot numpy pandas seaborn sklearn

Last synced: 17 Apr 2026

https://github.com/anarya22/heart-disease-classification

Predicting heart disease using machine learning. This notebook looks into various python base ML and DS libraries in an attempt to build a machine learning model capable of predicting whether or not someone has heart disease based on their medical attributes.

data-cleaning data-visualization machine-learning matplotlib numpy pandas scikit-learn

Last synced: 01 May 2026

https://github.com/billgewrgoulas/hypothesis-testing-on-37-seasons-of-nba

First assignment for the course Data Mining @CSE.UOI

data-analysis data-science numpy scipy seaborn statistics

Last synced: 01 May 2026

https://github.com/dwarkadhish2005/weather-predictor

Built a model based on collected data which takes various parameters and predicts the weather

classifier matplotlib numpy pandas sklearn xgboost

Last synced: 20 Apr 2026

https://github.com/khaymanii/big_mart_prediction_model

This model was built using Python and Logistic Regression Algorithm

matplotlib numpy pandas python scikit-learn seaborn

Last synced: 01 May 2026

https://github.com/ilovenooodles/image-compression

Tugas Besar 2 Aljabar Linear dan Geometri

image-compression numpy python svd-matrix-factorisation

Last synced: 20 Apr 2026

https://github.com/henriqueotogami/curso-de-python3-udemy

Documentos do curso de Python 3, com arquivos das aulas, e Jupyter Notebook. Conceitos de Machine Learning.

iris-dataset jupyter-notebook linear-regression numpy pandas-python python3 udemy

Last synced: 08 May 2026