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/omarnahhass/crypto-cast

CryptoCast is a machine learning-powered tool that showcases three fundamental prediction models for forecasting cryptocurrency prices

cryptocurrency machine-learning numpy pandas python

Last synced: 05 May 2026

https://github.com/pramodyasahan/custom-image-classification-model

This repository hosts a TensorFlow-based custom image classification model. The model is designed to classify images into binary classes, labeled as 'Happy' and 'Sad'.

computer-vision convolutional-neural-networks cv2 keras matplotlib numpy tensorflow

Last synced: 11 Apr 2026

https://github.com/bishopce16/movies-etl

The goal of this project was to create an automated pipeline for a company Amazing Prime that is hosting a hackathon.

json numpy pandas pgadmin4 psycopg2 python regular-expressions sql sqlalchemy time

Last synced: 11 Apr 2026

https://github.com/elmezianech/email-spam-ham-classifier-lr

Email Classifier: A machine learning project using Python that categorizes emails into spam and ham (non-spam). Utilizes the Scikit-Learn library, employing logistic regression and TF-IDF (Term Frequency-Inverse Document Frequency) vectorization for text analysis and classification.

ai emails jupyter-notebook logistic-regression machine-learning ml numpy pandas python spam-detection spam-filtering tfidfvectorizer

Last synced: 09 Apr 2026

https://github.com/sagravela/plotground

Plotting Tool with Matplotlib and Tkinter. Video Demo:

matplotlib numpy python tkinter

Last synced: 19 May 2026

https://github.com/urvee1810/bitcoin-price-forecasting-using-arma

The analysis reveals the challenges of predicting Bitcoin prices during highly volatile periods and demonstrates how traditional time series models perform under different market conditions. The project includes comparative analysis of model performance during stable and volatile market phases.

arima arma augmented-dickey-fuller-test feature-engineering machine-learning matplotlib mplfina numpy pandas python random-forest randomforestregressor scikit-learn seaborn statsmodels time-series-analysis

Last synced: 06 Mar 2026

https://github.com/martinkersner/kmeans-meetup

Presentation about k-Means for Seoul AI Meetup on July 22, 2017.

kmeans numpy python scikit-learn

Last synced: 03 May 2026

https://github.com/poziloi/-math-

Системы компьютерной математики, задания

jupyter-notebook math matplotlib numpy pandas python scipy seaborn

Last synced: 30 Dec 2025

https://github.com/kaikyMoura/BackCourt-api

Repository for the Basketball Advanced Stats API

fastapi nba-api nba-stats numpy pandas python swagger uvicorn

Last synced: 08 Apr 2026

https://github.com/chandkund/recipe-recommendations

The Recipe Recommendations project leverages natural language processing (NLP) techniques to process recipe descriptions and classify them into categories like desserts, main courses, and more. The system provides personalized recommendations by analyzing the text input and suggesting relevant recipes.

embeddings matplotlib nlp numpy pandas softmax tensorflow

Last synced: 06 Apr 2026

https://github.com/dhanas3kar/python-libraries

Practice codes using Python libraries like NumPy, SciPy, Matplotlib, Pandas, and others. Covers basics, examples, and simple exercises for learning data handling, numerical computing, and visualization.

coding-excersise data-analytics-project data-v matplotlib numpy pandas practice python python-libraries scipy

Last synced: 09 Apr 2026

https://github.com/adirbella37/safety-analytics-project

Final project in Safety Management: analytics and predictive modeling for occupational incidents. Includes EDA, logistic regression, Poisson/Negative Binomial with overdispersion checks, ROC/AUC, and prediction exercises.

classification data-visualization drunk-and-drive eda logistic-regression matplotlib negative-binomial numpy occupational-safety overdispersion pandas poisson-regression python road-safety roc-auc scikit-learn seaborn statmodels

Last synced: 09 Apr 2026

https://github.com/ahmedabdalkreem/preprocessing

All you need to be dataset ready to work in model without any Noise.

numpy pandas python3

Last synced: 07 Apr 2026

https://github.com/ashishsingh789/customer_purchase_prediction_using_decision-tree-_classifier

Decision Tree Classifier to predict customer purchases using demographic and behavioral data. Key steps: data preprocessing, EDA, model training, evaluation, and feature importance analysis.

data datascience desiciontree eda machine-learning-algorithms matplotlib numpy pandas-dataframe python seaborn

Last synced: 11 Apr 2026

https://github.com/abdur-rahim-mygit/ml-movie-recommendation-system

This project is a Machine Learning-based Movie Recommendation System developed during my internship at YBI Foundation. The system uses collaborative filtering techniques to recommend movies based on user preferences and behavior. It was implemented on Google Colab using Python and popular machine learning libraries.

google-colab machinelearning movie-recomendation-system numpy pandas pyhton

Last synced: 02 Feb 2026

https://github.com/mrnust/ai-powered-socialmediapostoptimizer_llm

AI-Powered Social Media Post Optimizer enhances your social media content by optimizing text posts with relevant tags and keywords, predicting engagement metrics, and analyzing image quality. Upload your post and image to receive tailored suggestions for improving engagement and visual appeal.

groq langchain large-language-model llama-3-70b matplotlib numpy opencv streamlit textblob

Last synced: 14 Apr 2026

https://github.com/hariprasath-v/machinehack-odetocode_predicting_weather_using_alien_fruit_properties

Identify the type of climate the exoplanet has based on the properties of the fruit by using machine learning.

catboost machine-learning matplotlib numpy pandas seaborn shap sklearn

Last synced: 11 Apr 2026

https://github.com/ashwathdazur/understanding-ds-using-python

Python NumPy, Pandas, Matplotlib and Seaborn for Data Analysis, Data Science and ML. Pre-machine learning Analysis.

data-science dataanalysis matplotlib numpy panda python3

Last synced: 19 May 2026

https://github.com/abhijeet107/household-transactions-analysis-report

This project analyzes household financial transactions spanning from 2015 to 2018, focusing on income, expenses, net savings, and spending patterns across categories and modes of payment.

matplotlib numpy pandas powerbi python seborn

Last synced: 11 Apr 2026

https://github.com/abolfazl-younesi/levy-walk

This repository contains a Python implementation of the Lévy Walk simulation, a random walk model with a power-law step length distribution. The code simulates multiple walkers with boundary conditions and visualizes their trajectories for different values of the power-law exponent.

levy-walks matplotlib numpy python random-walk

Last synced: 02 May 2026

https://github.com/sandyg6/breast-cancer-classification

Building a Breast cancer classification model using Random Forest Classifier and deploying it to a web application using Flask framework

flask html-css-javascript numpy pandas python random-forest-classifier

Last synced: 05 Apr 2026

https://github.com/schmitzandrew/math_in_python

Math Functions in Python

math numpy python

Last synced: 19 May 2026

https://github.com/yashika-malhotra/machine-learning---linear-regression-on-education-institute

In this analysis, I built a model to predict graduate admissions using Linear, Ridge, Lasso, and ElasticNet regressions. CGPA, GRE, and TOEFL scores emerged as key predictors. ElasticNet effectively handled multicollinearity and balanced L1 and L2 regularization.

linear-models linear-regression matplotlib normalization numpy pandas python seaborn sklearn sklearn-library standardization standardscaler statsmodels

Last synced: 20 Jan 2026

https://github.com/erikaax08/numerical_methods

This repository hosts the project developed for the Numerical Methods class at the Benemérita Universidad Autónoma de Puebla (BUAP)

django maths matplotlib numerical-methods numpy plotly

Last synced: 19 Aug 2025

https://github.com/pradeep-r04/attendiq

AttendIQ is a Face Recognition Attendance System designed to automate and streamline the attendance process with precision and ease. By leveraging real-time face detection and recognition technology, AttendIQ eliminates the need for manual roll calls or ID-based check-ins. The system captures facial data during a quick registration process .

csv cv2 kneighborsclassifier numpy os pandas pickle python scikit-learn streamlit time

Last synced: 02 Apr 2026

https://github.com/subratamondal1/machine-learning

Machine Learning Notes with tools like Numpy, Pandas, Scikit-Learn.

machine-learning numpy pandas scikit-learn

Last synced: 10 Apr 2026

https://github.com/ahmedabdalkreem/diabetes

Complete project of people that have diabetes and show what features that explain that person be sick.

bagging-ensemble classification descision-tree ensemble logistic-regression matplotlib numpy pandas python3 sklearn svm voting-classifier

Last synced: 05 Apr 2026

https://github.com/mandeep04sharma/ev-cars-analysis---python

This project dives deep into electric vehicle specifications and performance using Python. It involves data cleaning, filtering, statistical analysis, outlier detection, and hypothesis testing to uncover meaningful insights.

matplotlib numpy pandas python scipy

Last synced: 09 Apr 2026

https://github.com/mike014/chatbot_app

Chabot is an application with a graphical user interface that uses various natural language processing (NLP) techniques to tokenize, stem, find stop words, and apply regular expressions to user-input text. The interface is built using Tkinter.

deep-learning dialogpt keras-neural-networks keras-tensorflow knn machine-learning-algorithms ml natural-language-processing nlp nltk nltk-python numpy pca python seq2seq tensorflow textpreprocessing tk tokenizer

Last synced: 09 Feb 2026

https://github.com/yash-rewalia/airline-passeneger-recommendations-classification

The primary objective is to deploy a robust classifier model that accurately predicts user recommendations, empowering airlines to strategize effectively, understand user behavior, optimize services, and align business strategies with financial objectives.

decsion-tree hypothesis-testing knn machine-learning numpy pandas python random-forest-classifier svm-classifier

Last synced: 07 Apr 2026

https://github.com/labex-labs/quick-start-with-numpy

Quick Start with NumPy | This repo collects 15 of programming labs exercises for Quick Start with NumPy. This course will teach you the fundamentals of NumPy, a library that supports many mathematical operations.

challenges course exercises hands-on labex labs numpy playgroud programming python

Last synced: 31 Dec 2025

https://github.com/arufonsekun/machine-learning-models

Machine Learning algorithms and related study notes.

neural-networks numpy python3

Last synced: 19 May 2026

https://github.com/tristanbilot/mycnn

Convolutional Neural Network implementation from scratch, used on LeNet5 model with mnist dataset.

data-science deep-learning machine-learning neural-networks numpy python

Last synced: 19 May 2026

https://github.com/mateuszskoczek/3drenderer

A simple 3D renderer that allows you to move around the scene using the keys.

3d 3d-graphics computer-graphics numpy pygame python rendering

Last synced: 17 May 2026

https://github.com/ibrahimhabibeg/multimedia-project

Turn images monochrome and create transition between two images

canvas image-processing multimedia numpy pillow python react typescript vite

Last synced: 11 Apr 2026

https://github.com/ruan-narici/jokes_about_programming

Piadas engraçadas sobre programação e dados para dar aquela quebrada no tédio do dia a dia de dev.

module numpy pypi pypi-test python

Last synced: 07 Mar 2026

https://github.com/lefteris-souflas/the-algorithmic-approach-to-winning-guess-who

This repository provides a systematic approach to winning the "Guess Who?" game through advanced machine learning techniques. It offers a comprehensive methodology for enhancing gameplay strategy and optimizing decision-making processes with meticulous attention to detail.

decision-tree drawio gradient-boosting graphviz-dot lightgbm machine-learning matplotlib numpy pandas python random-forest scikit-learn

Last synced: 09 Apr 2026

https://github.com/shortthirdman/predictorxvault-cookbook

Master Machine Learning: A Collection of Classification & Regression Algorithms in Action

classification-algorithm jupyter-notebook jupyterlab keras matplotlib numpy pandas python python3 pytorch regression regression-models tensorflow

Last synced: 13 Apr 2026

https://github.com/henrique-efonseca/salary-range-distribution-tool

A web application to help job applicants propose an optimal salary within a given range using a normal distribution approach. Built with Python, Flask, Numpy, Scipy and JavaScript.

flask javascript numpy python scipy

Last synced: 02 Feb 2026

https://github.com/prateekrajsrivastav/ml-intern-iris-flowers-classification

TASK : 2 Iris Flowers Classification : "Predict the different species of flowers on the length of there petals and sepals only Jupyter notebook code."

machine-learning matplotlib numpy python scikitlearn-machine-learning seaborn

Last synced: 10 May 2026

https://github.com/asier-ortiz/apuntes-ia-ds

Materiales y apuntes del curso de IA y Ciencia de Datos

keras matplotlib numpy pandas python sckiit-learn seaborn tensorflow

Last synced: 09 Apr 2026

https://github.com/elifftosunn/rfm-customers-analysis

RFM analysis focuses on identifying and segmenting customers based on their purchasing behavior. Analyzed to understand and interact with customers. It can be used together for more effective marketing and customer management strategies.

apriori-algorithm association-rules cohort-analysis datetime fpgrowth kmeans-clustering matplotlib-pyplot minmaxscaler numpy pandas python3 rfm rfm-analysis seaborn silhouette-score sklearn tableau

Last synced: 09 Apr 2026

https://github.com/sweta-kaundilya/911-calls-capstone-project

For this capstone project we will be analyzing some 911 call data from Kaggle.

data data-analysis data-visualization jupyter-notebook matplotlib numpy pandas python seaborn

Last synced: 28 Apr 2026

https://github.com/zeeshan4002911/data-analysis

Quality control, data processing, data cleaning, data ploting

jupyter-notebook jupyterlab matplotlib numpy pandas seaborn

Last synced: 30 Apr 2025

https://github.com/rscr1/tvims_mai_3

Решение курсового проекта «Метод наименьших квадратов»

matplotlib-pyplot numpy statsmodels sympy

Last synced: 28 Oct 2025

https://github.com/chator3/three-body-problem-simulator

Three-Body Problem Simulation - A Python-based simulation of the Three-Body Problem with both 2D and 3D visualizations. Uses `matplotlib` and `scipy` to model gravitational interactions and animate orbital trajectories. 🚀🔭

academic astrophysics gravity-simulation mplot3d newtonian-mechanics numerical-methods numpy orbital-mechanics physics physics-education science three-body-problem three-body-simulation threebodyproblem

Last synced: 18 Jul 2025

https://github.com/saikiran-erukonda/drug-labels-side-effects-analysis--a-ml-approach

An end-to-end real-time project on pharmaceutical data, focused on exploring statistical modeling, hypothesis testing, machine learning, and business intelligence techniques.

datascience-machinelearning matplotlib-figures numpy pandas python seaborn

Last synced: 17 Feb 2026

https://github.com/harmanveer-2546/movie-industry

Investigate the film industry to gain sufficient understanding of what attributes to success and in turn utilize this analysis to create actionable recommendations for companies to enter the industry.

business business-analytics data-analysis datatime film-industry graphs matplotlib movie-database numpy pandas python scraping-websites seaborn visualization web-scraping-python

Last synced: 10 Apr 2026

https://github.com/kishankrishna1/spam-classifier

Developed a Machine Learning-based Spam Classifier using Multinomial Naive Bayes to identify and filter spam messages with high precision

matplotlib numpy pandas python scikit-learn seaborn

Last synced: 02 Apr 2026

https://github.com/genndy007/ad_python_labs

Analysis of Data Laboratory Works of Sikorsky KPI, 3 year 2 semester

jupyter-notebook matplotlib numpy pandas python scipy seaborn sklearn

Last synced: 14 Apr 2026

https://github.com/9keystrokes/photorealistic-person-scene-composition

This computer vision project implements an advanced image processing pipeline to seamlessly integrate a person into any background scene with photorealistic results.

numpy opencv python rembg skimage

Last synced: 04 May 2026

https://github.com/omdoshi13/pricing-of-laptops-using-ml

Data Analysis, training Machine Learning models, and Model Evaluation and Refinement for Pricing of Laptops dataset.

data-analysis data-analysis-project datascience google-colab jupyter-notebook machine-learning matplotlib model-evaluation model-refinement numpy pandas python scikit-learn

Last synced: 09 Apr 2026

https://github.com/chea-young/financial-statistics-practice-using-python

파이썬을 활용한 금융통계실습 정리 repository (matplotlib, numpy, pandas, seaborn) 😀

matplotlib numpy pandas seaborn yfinance

Last synced: 11 May 2026

https://github.com/addleonel/unitrevpy

This contains common conversions such as units convert of length, temperature, area, volume, time, and weight.

common-conversions numpy python3

Last synced: 05 Mar 2026

https://github.com/rahulchouhan1/car-theft-data-in-india

This project analyzes car theft incidents in India using Python and data visualization techniques. It provides insights into theft trends, frequently stolen car models, recovery statistics, and the impact of security measures like GPS and CCTV.

matplotlib numpy pandas python

Last synced: 13 Apr 2026

https://github.com/ulf1/numpy-linreg

Linear Regression with numpy only.

linear-regression numpy

Last synced: 19 May 2026

https://github.com/shubhs27/snap-n-solve

A real-time Sudoku puzzle solver that uses computer vision and machine learning to detect, solve, and overlay solutions on Sudoku puzzles captured through your webcam.

keras numpy opencv python sudoku-scanner sudoku-solver tensorflow

Last synced: 07 Apr 2026

https://github.com/coderooz/image_classification_transfer_learning

This project involves using transfer learning to classify images into categories such as cats vs. dogs by leveraging a pre-trained model like VGG16 or ResNet. Transfer learning allows you to adapt a pre-trained model to your specific problem, making the training process faster and often more effective.

colab image-classification matplot neural-network numpy python tensorflow vgg16-model

Last synced: 20 Apr 2026

https://github.com/hannah-aji/predictive-modeling-to-identify-high-risk-areas

Predictive Modeling to Identify High-Risk Areas for Targeted Interventions in Chicago, Illinois

machine-learning matplotlib numpy supervised-learning visualization

Last synced: 17 Jul 2025

https://github.com/pkx8326/blackjack-weighted-random-choices-visualization-with-numpy-and-python

This is a small project to test and visualize the result of the weighted probability capability of Python's numpy.random.choice()

blackjack blackjack-game choice jupyter-notebook numpy python random weighted-probability weighted-random

Last synced: 04 May 2026

https://github.com/sohamkul16/excel-sheet-comparator-by-python

The Excel Sheet Comparator project is a Python-based application designed to compare two Excel spreadsheets to identify differences between them. These differences are then highlighted in other downloadable .csv format.

html-css numpy pandas python

Last synced: 17 Jul 2025

https://github.com/msikorski93/linear-regression-from-scratch

Different solutions of linear and polynomial regression made from scratch.

from-scratch linear-regression numpy polynomial-regression tensorflow

Last synced: 08 May 2026

https://github.com/muhammadadilnaeem/kidney-disease-classification-using-mlflow-and-dvc

Kidney disease is a significant health issue worldwide. Early and accurate classification of kidney diseases can help in better treatment planning and patient management. This project focuses on building a robust classification model, ensuring reproducibility and scalability.

github numpy python streamlit tensorflow

Last synced: 07 Apr 2026

https://github.com/Udacity-MachineLearning-Internship/Support-Vector-Machine

Implementing SVM's using pandas and sklearn in python

numpy pandas sklearn support-vector-machines svm

Last synced: 17 Jul 2025

https://github.com/harmanveer-2546/sentiment-analysis-of-amazon-fine-food

For this project, machine learning algorithms are used on amazon fine food reviews dataset to analyze if the given review is a positive review or a negative review.

mathplotlib nlp-machine-learning ntlk numpy pandas pipeline python roberta-model seaborn transformer vader-sentiment-analysis

Last synced: 09 Apr 2026

https://github.com/vibhore-sagar/stock-movement-analysis-based-on-social-media-sentiment

This project aims to develop a machine learning model that predicts stock movements by analyzing sentiment in social media discussions (Reddit posts).

joblib numpy pandas praw python scikit-learn textblob-sentiment-analysis yfinance

Last synced: 09 Apr 2026

https://github.com/mohammadshabazuddin/secure-image-classification---deep-learning-for-image-based-authentication

This project implements a CNN to classify CAPTCHA images. The code preprocesses images, applies Otsu's thresholding, and uses morphological transformations for character separation. The CNN model includes convolutional, batch normalization, dropout, and fully connected layers. Training, validation, and testing are performed on labeled datasets.

keras numpy opencv pandas pil python tensorflow

Last synced: 08 Apr 2026

https://github.com/luona-zhang/kaggle-data-science-competitions

This repository contains code developed for participating in Kaggle Data Science competitions.

fitting-algorithm machine-learning model-evaluation numpy pandas scikit-learn seaborn tensorflow

Last synced: 07 Apr 2026

https://github.com/kartmaan/fire-simulation

A realistic simulation of fire propagation using thermodynamic and combustion principles, developed in Python with Pygame and NumPy

combustion combustion-models fire fire-simulation heat-transfer ignition materials materials-science numpy pygame simulation thermal-capacity thermal-conductivity

Last synced: 19 Aug 2025

https://github.com/hoyirul/flask-starter

Flask-Starter provides a streamlined foundation for Flask web development, ensuring a quick setup and optimal configuration. Simplify your Flask project initiation with Flask-Starter.

flask numpy pandas python rest-api

Last synced: 07 Apr 2026

https://github.com/v41bh4vr4jput/data-analysis-with-python

This repository is a comprehensive collection of data analysis projects and tutorials using Python's most powerful libraries: NumPy, Pandas, Seaborn, and Matplotlib. It is designed to help you explore, clean, visualize, and analyze data efficiently.

api data data-analysis data-visualization matplotlib numpy pandas python sakila-db seaborn

Last synced: 09 Apr 2026

https://github.com/pwojcieszak/taxidataanalyzer

Analysis of NYC taxi trips data using Ansible, Terraform, GCP, Spark, Hadoop and Kafka

ansible gcp hdfs kafka numpy pandas parquet pyarrow spark terraform

Last synced: 08 Apr 2026

https://github.com/kaka-lin/audio-analysis-tools

Audio tools for audio processing and audio analysis

audio-analysis audio-tools matplotlib numpy scipy

Last synced: 22 Jul 2025

https://github.com/priyanshii1511/edge-detection-methods

Repo for implementation of various edge detection techniques.

cv2 edge-detection image-processing matplotlib numpy opencv python

Last synced: 07 Apr 2026

https://github.com/yash-dave/creditcard-fraud-detector

An end-to-end Streamlit app for detecting credit card fraud using unsupervised anomaly detection techniques like Isolation Forest, One-Class SVM, LOF, and Autoencoders.

numpy pandas plotly python seaborn streamlit tensorflow

Last synced: 07 Apr 2026