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/vedanty3/heart-disease-prediction

This project aims to build a machine learning model using K-Nearest Neighbor, LogisticRegression, RandomForestClassifier to classify whether or not a person has heart disease based upon his medical attributes. (accuracy achieved : 88.52%)

confusion-matrix correlation-matrices jupyter-notebook knn-classification logistic-regression machine-learning matplotlib numpy pandas python random-forest randomforestclassifier roccurve scikit-learn sklearn zerotomastery

Last synced: 09 Apr 2026

https://github.com/qua77i20/ai2

A simple single-layer neural network (perceptron) built in Python. Demonstrates backpropagation training from scratch for beginners.

ai backpropagation data-science deep-learning machine-learning neural-network numpy perceptron python

Last synced: 15 May 2026

https://github.com/briankopp/fewerbytes

compress numpy arrays. binary and numeric techniques for numpy compression

compress compression numpy python python3 storage

Last synced: 18 May 2026

https://github.com/aneeshmurali-n/ml_bangalore_house_price_analysis

This project focusing on statistical analysis to understand and prepare data for potential machine learning applications. The dataset house_price.csv includes property prices in Bangalore. The analysis aims to perform exploratory data analysis (EDA), detect and handle outliers, check data distribution and normality, and analyze correlations.

box-plot correlation data-distribution data-transformation exploratory-data-analysis heatmap histplot iqr-method log-transformation matplotlib numpy outlier-detection outlier-handling pandas percentile-method python scatter-plot scipy seaborn z-score-method

Last synced: 06 Jan 2026

https://github.com/cs-joy/numpyv1.25.2

@numpy

numpy

Last synced: 03 May 2026

https://github.com/ankushmallick1100/django-insurance-premium-predictor-web-app

This is a web app where a user can signup to the website first and then login to access the website. Then, he/she can give their age, select his/her gender, bmi, number of children, select whether he/she is a smoker or not, and select his/her region. Gradient Boosting Regressor is used in this project which gives the best accuracy of 89.798.

bootstrap bootstrap5 css django gradientboosting gradientboostingregressor html insurance-prediction insurance-premium-predictor machine-learning matplotlib numpy pandas python regression regression-models sklearn tailwind tailwind-css tailwindcss

Last synced: 09 Apr 2026

https://github.com/peterfication/num-peek

A CLI tool to peek into *.npy files

cli numpy python rust

Last synced: 20 Jan 2026

https://github.com/salmandeveloperz/student-performance-prediction-and-grade-classification

A Machine Learning Project that predicts student grade and performance from a Dataset. Copule of Libraries are used for data pre-processing, training model, heatmaps, trees and other Algorithms.

ann classification machine-learning metplotlib numpy pandas regression-models skilearn supervised-learning tensorflow unsupervised-learning

Last synced: 20 Apr 2026

https://github.com/harmanveer-2546/diabetes-prediction-using-machine-learning

Diabetes is a medical disorder that affects how the body uses food for energy. When blood sugar levels rise, the pancreas releases insulin. If diabetes is not managed, blood sugar levels can rise, increasing the risk of heart attack and stroke. We used Python machine learning to forecast diabetes.

adaboost decision-trees gradient-boosting-classifier gridsearchcv knn-classification machine-learning numpy os pandas pickle python random-forest seaborn svc-model

Last synced: 14 Apr 2026

https://github.com/valmir-unicap/rastreamento-de-gestos-para-controle-video

Projeto final da disciplina de visรฃo computacional

ctypes mediapipe numpy opencv python vlc

Last synced: 13 Apr 2026

https://github.com/lostvikx/data-analysis-py

Notes & Code following Python for Data Analysis textbook

data-analytics matplotlib notes numpy pandas

Last synced: 20 Apr 2026

https://github.com/painterqubits/datalogs

Python package for logging data from scientific experiments.

json netcdf numpy python xarray

Last synced: 17 Feb 2026

https://github.com/rickymagner/nonlinear-gradient-descent

An example of using gradient descent to approximate noisy data sampled from a cubic curve.

matlab matplotlib numpy octave pandas python

Last synced: 09 Apr 2026

https://github.com/thekartikeyamishra/voicecloner

The Voice Cloner is a Python-based project that leverages Tacotron 2 and WaveGlow models for text-to-speech (TTS) synthesis and basic voice cloning. This project supports 22 official Indian languages, including Sanskrit, making it versatile for multilingual text input.

ai indic-transliteration librosa machine-learning numpy nvidia-pyindex nvidia-tacotron2 nvidia-waveglow python torch torchaudio

Last synced: 03 Feb 2026

https://github.com/gunjangyl/rainfall_prediction_system

The Rainfall Prediction System is a machine learning-based web application that forecasts rainfall based on weather parameters like precipitation, temperature, and wind speed.

bootstrap css django html javascript jupyter-notebook numpy pandas python

Last synced: 20 Apr 2026

https://github.com/nirmalvatsyayan/data-analyst-nanodegree

Udacity data analyst nanodegree project submissions and learning

data-analysis numpy pandas python statistics udacity-data-analyst-nanodegree

Last synced: 12 Apr 2026

https://github.com/gyanz/py-gpu-scripts

Sample python scripts for gpu processing

gpu numpy pysdl2 python vulkan

Last synced: 21 Apr 2026

https://github.com/rish-16/linearly

Discount NumPu implementation using barebones Linear Algebra concepts

linear-algebra numpy

Last synced: 19 May 2026

https://github.com/chr5tphr/funcache

Minimally cache python function outputs on disk!

cache disk functions hash memoization metrohash numpy python pytorch

Last synced: 21 Apr 2026

https://github.com/sizzlins/kalkulator-ai

A Simple Command Line Input Symbolic Regression Engine and Computer Algebra System (CAS) capable of discovering the laws of the universe, solving calculus, algebra, and trigonometrics.

calculator calculus cli computer-algebra-system curve-fitting machine-learning mathematics numpy physics python scientific-computing scikit-learn sparse-regression symbolic-regression sympy

Last synced: 13 Jan 2026

https://github.com/savernish/forgenn

forgeNN is a in-development purposeโ€‘built neural network framework combining a transparent NumPy autograd engine with a Kerasโ€‘like API and performance oriented primitives. Developed by a college student with an ambitious feature pipeline.

artificial-intelligence deep-learning keras machine-learning mlp-networks neural-network numpy pytorch tensorflow tensors

Last synced: 08 Oct 2025

https://github.com/tasninanika/callifornia-housing-price-prediction-svr

Support Vector Regression (SVR) is a type of Support Vector Machine used for predicting continuous values.

matplotlib numpy pandas python3 scikit-learn seaborn svm-regression

Last synced: 11 Apr 2026

https://github.com/itzzmeakhi/investigate-tmdb-dataset

Tmdb dataset is taken to perform analysis. Messy data is cleaned by performing many steps like dropping null values and rising values and analyzing correlation among them using visualization techniques using matplotlib and seaboarn to derive the answers that i imposed during the early stages of analysis.

csv matplotlib numpy pandas python3 seaborn

Last synced: 03 May 2026

https://github.com/abhinavsharma07/neural-network-using_numpy

Introduction to Neural Networks (Create a neural network using Numpy)

accuracy feed-forward model neural-networks numpy prediction

Last synced: 18 Jan 2026

https://github.com/nikhilroxtomar/introduction-to-numpy

A list of jupyter notebook explaining the various functions and properties of Numpy.

numpy numpy-tutorial

Last synced: 21 Apr 2026

https://github.com/chandansoren/credit-card-fraud-detection

Credit card fraud detection through logistic regression.

logistic-regression machine-learning numpy pandas python sklearn

Last synced: 02 Apr 2026

https://github.com/harizonelopez/face-detector

This project is a real-time face detection application using OpenCV's deep learning-based face detector. It captures faces from a webcam feed, detects faces with high accuracy using a pre-trained Caffe model, and saves the detected faces as image files labeled with the user's name.

cdn dnn numpy opencv python3

Last synced: 03 May 2026

https://github.com/sidsurakanti/mnist-classification

realtime handwritten digit recognition & mnist digit classification from scratch w/ only maths and numpy

classification math ml mnist numpy

Last synced: 14 May 2026

https://github.com/arjunan-k/netflix_analysis

Exploratory Data Analysis on Netflix Movies & TV Shows.

matplotlib numpy pandas plotly seaborn

Last synced: 09 May 2026

https://github.com/abhy-kumar/ahmedabad-weather-projection

This notebook tries to predict Ahmedabad's weather using historical trends

arima-forecasting numpy pandas python

Last synced: 13 Apr 2026

https://github.com/aarmn/maryam

๐Ÿงฎ Maryam is a light, hackable and accurate python mathematical module written for simple usage with no dependencies (up to now). In memory of Iranian mathematician Maryam Mirzakhani, The first woman and Iranian who's honored by Fields medal

algebra discrete-mathematics maryam math matrix numpy python python3

Last synced: 24 Apr 2026

https://github.com/mihirh19/python

a repository for collaborative development and version control using Git that houses Python code files, documentation, tests, and other project-related files.

algorithms data-structures django fastapi flask machine-learning numpy pandas python

Last synced: 11 Apr 2026

https://github.com/nvinayvarma189/deep-learning-with-tensorflow

This repo consists all the basics of tensorflow and all major Deep Learning algorithms and techniques implemented in tensorflow. It will explain you the basics of tensorflow. You can visualize how tensors flow through a grapg while you create one

autoencoder cnn deep-learning gan matplotlib neural-network numpy pandas python3 reinforcement-learning rnn tensorflow

Last synced: 11 Apr 2026

https://github.com/hamolicious/inversekinematics

Inverse Kinematics implementation in Python and PyGame

inverse-kinematics numpy pygame python

Last synced: 18 May 2026

https://github.com/yanboishere/Trade.with-SuperTrend.parameter

OKX API to confirm the process of appearance and disappearance of upper or lower limit lines for the super trend parameters in crypto trading pairs in TraderView, and perform multiple buying and selling transactions based on this parameter index.๏ฝœๅฏนไบŽcryptoไบคๆ˜“ๅฏนไธญ TraderViewไธญ็š„่ถ…็บง่ถ‹ๅŠฟๅ‚ๆ•ฐ ๅ‡บ็ŽฐไปฅๅŠๆถˆๅคฑไธŠ้™็บฟๆˆ–ไธ‹้™็บฟๅ‰ๅŽ่ฟ‡็จ‹่ฟ›่กŒ็กฎ่ฎค ไปŽ่€Œๆ นๆฎ่ฏฅๅ‚ๆ•ฐๆŒ‡ๆ ‡็š„ๅ‡บ็Žฐ ่ฟ›่กŒๅคšๆฌกๅˆ็บฆๅšๅคš&ๅš็ฉบ ๅผ€ไป“ไนฐๅ– ๏ผˆไฝฟ็”จOKX api๏ผ‰

bitcoin blockchain bot btc crypto cryptocurrency cryptography numpy okx okx-api okx-sdk okx-v5 python talib trade trade-bot tradebot

Last synced: 22 Oct 2025

https://github.com/mardavsj/numpy-in-python

The fundamentals of Python NumPy Library.

analysis-tool data-manipulation numpy numpy-arrays numpy-matrix python

Last synced: 14 Apr 2026

https://github.com/csirmaz/hypergeometry

Geometric tools for an arbitrary number of dimensions

4d cgi geometry numpy python raytracing

Last synced: 17 May 2026

https://github.com/samaid/game-of-life

Conway's Game of Life implemented using array libraries and JIT compilers for CPU and GPU

dpnp numba numba-dpex numpy opencv-python python

Last synced: 25 Apr 2026

https://github.com/k4u5h4l/curve-fitting-from-scratch

A regression curve fitted on some points and implemented from scratch using python.

curve-fitting jupyter-notebook numpy python regression

Last synced: 08 May 2026

https://github.com/suraj-sedai/lstm-deep-learning

A step-by-step guide to mastering sequence prediction using TensorFlow and LSTM. This repository covers everything from basic linear predictions to advanced multi-step forecasting, many-to-many LSTM models, and real-world applications like stock price forecasting and sales prediction.

lstm-neural-networks lstm-sentiment-analysis numpy pandas python sklearn tensorflow

Last synced: 11 Apr 2026

https://github.com/msthamizh/singapore-resale-flat-prices-predicting

Developing a Streamlit application that allows users to interactively predict the resale prices of flats in Singapore using machine learning. The application supports regression tasks, enabling users to input various features, such as location, flat type, floor area, and lease start date, and receive predictions for resale prices.

exploratory-data-analysis machine-learning matplotlib numpy pandas python seaborn streamlit

Last synced: 09 Apr 2026

https://github.com/RedInfinityPro/Laser-Strategy

Rating: (8/10): Is an interactive graphical simulation using Pygame library, featuring laser and detector dynamics. It includes pathfinding, collision detection, and dynamic object interactions. The game allows dragging, checking for collisions, and updating object states.

math numpy pygame random sys time

Last synced: 30 Sep 2025

https://github.com/nirmalyabag20/book-recommended-system

A system built using content-based and collaborative filtering algorithms to suggest books. It displays the top 50 books and provides recommendations based on a given book name. Includes functionality to view detailed information about a recommended book, along with related books.

flask html jupyter-notebook machine-learning matplotlib numpy pandas pycharm python seaborn

Last synced: 13 Apr 2026

https://github.com/rahulvictor12/the-movie-database-data-scrapper

A Python web scraper that collects movie data from The Movie Database (TMDB). It uses `requests`, `BeautifulSoup`, and `pandas` to extract titles, ratings, genres, and cast details from multiple pages. The data is structured into DataFrames and saved as a CSV, perfect for analysis or integration into projects.

beautifulsoup colab-notebook dataframes numpy pandas python requests testing webscraping

Last synced: 11 Apr 2026

https://github.com/zionc27/computational-art-with-genetic-algorithm

Genetic algorithm to iteratively generate an image resembling an original image

genetic-algorithm numpy photography pillow-library python

Last synced: 17 May 2026

https://github.com/hokagem/damagedlogginganalyzer

A project about an analyzation of a statistic of damaged logging (wood) in Germany using Python.

analysis csv csv-parser k-fold-cross-validation numpy pandas pandas-dataframe pandas-python polynomial-regression scikit-learn statistics wood

Last synced: 03 May 2026

https://github.com/yash-rewalia/stock-closing-price-prediction-using-regression

The ultimate business objective is to leverage the regression model to provide accurate predictions of the closing price of AMRN stock, enabling stakeholders to make well-informed investment decisions, manage risks effectively, optimize portfolios, Early warning systems to alert any fraud cases and align investment strategies with financial goals.

datapreprocessing eda hypothesis-testing machine-learning numpy pandas python random-forest regression regression-analysis statistics

Last synced: 12 Apr 2026

https://github.com/camilajaviera91/clustering-first-approach

This code will help to understand, in a simple way, how the clustering model works. To achieve this, we will input certain variables (strings and integers), then plot them to visualize and analyze how the values are positioned.

array cluster clustering dictionaries matplotlib numpy pandas python

Last synced: 13 Apr 2026

https://github.com/shreeparab1890/movie-recommender-system

This notebook is trying to build a model which will recommend the movie based on given movie and genre. In this we use Popularity Based Recommendation, Content Based Recommendation and Collaborative Filtering based Recommendation.

bag-of-words cosine-similarity matplotlib numpy pandas python scikit-learn sklearn vectorization

Last synced: 09 Apr 2026

https://github.com/corentin-mzr/pmi

Project Master IPSA : Modeling the transport of a chemical species in a fluid

1d 2d fluid-dynamics fluid-simulation matplotlib numpy physics physics-2d physics-simulation python stochastic-processes

Last synced: 07 Jun 2026

https://github.com/paulo-santos-ds/rotatividade_de_clientes

A operadora de comunicaรงรตes InternetGO estรก interessada em prever a rotatividade de seus clientes (churn). Se for identificado que um usuรกrio estรก planejando trocar de operadora, a empresa poderรก oferecer cรณdigos promocionais e opรงรตes de planos especiais para evitar a perda desse cliente.

catboost numpy pandas pyplot python seaborn sklearn

Last synced: 09 Apr 2026

https://github.com/uhstray-io/pyrizon

Data Collection, Analysis, Mapping, Pipelining & Transformation, & API using Python

api data-engineering etl numpy pandas plotly python pytorch raw-data scikit-learn seaborne sql sqlite tensorflow

Last synced: 09 Apr 2026

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: 03 May 2026

https://github.com/iliatrofimov/linearsystems_solvers

Several methods of solving sistems of linear equasions

algebra-lineal numpy

Last synced: 28 Apr 2026

https://github.com/2000pawan/data_science.

Complete Data Science, NumPy, Pandas, Matplotlib, Seaborn, Statistics, Power Bi, Machine Learning.

data-science machine-learning matplotlib numpy pandas powerbi seaborn statistics webscraping

Last synced: 18 Dec 2025

https://github.com/nemeslaszlo/lending-club-analysis

Lending Club analysis, with a model that can predict whether or nor a borrower will pay back their loan.

binary-classification classification data-visualization keras matplotlib numpy pandas seaborn tensorflow

Last synced: 12 Apr 2026

https://github.com/programmer-rd-ai/dimensionality-reduction

DimRed is a comprehensive Python toolkit for advanced dimensionality reduction, integrating with major machine learning libraries and featuring real-time performance monitoring to enhance data analysis and model efficiency.

analytics data-analysis data-science lightgbm machine-learning matplotlib numpy pandas programming python python3 sklearn university xgboost

Last synced: 01 Mar 2025

https://github.com/devwithzain/tensorflow-learning

Learning Tensorflow

numpy tensorflow

Last synced: 19 May 2026

https://github.com/takkii/pylean

Data analysis ( ๐Ÿ ๐Ÿ’Ž ๐Ÿ“ˆ )

analayze matplotlib numpy pandas python scikit-learn

Last synced: 09 Sep 2025

https://github.com/amir78729/numpy-image-manipulation

Linear Algebra course - Final Project

linear-algebra numpy

Last synced: 18 Apr 2026

https://github.com/hansalemaos/permutation_no_repetition

Permutation without repetition - written in Cython - for Numpy

cython data-science no-repetitions numpy pandas permutations

Last synced: 14 Jan 2026

https://github.com/hanai/nb_quantopian

้‡ๅŒ–ไบคๆ˜“็ฌ”่ฎฐ

jupyter numpy pandas python quantitative tiingo

Last synced: 09 Apr 2026

https://github.com/narenkhatwani/arkouda-projects

This repository contains the source codes of the projects done using Arkouda (a software package that allows a user to interactively issue massive parallel computations on distributed data using functions and syntax that mimic NumPy, the underlying computational library used in most Python data science workflows.)

arkouda data-analysis data-analytics data-science high-performance high-performance-computing highperformancecomputing numpy pandas parallel-computing parallel-processing parallelization python

Last synced: 17 Apr 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/akku-1206/zomato_scrapping

Zomato Restaurant Data Scraper This script uses Selenium to scrape restaurant information from the Zomato NCR delivery page.

chromewebdriver numpy pandas python selenium

Last synced: 04 May 2026

https://github.com/fiercex/toynn

Pythonๅฎž็Žฐ็ฅž็ป็ฝ‘็ปœ

mnist-classification neural-network numpy python

Last synced: 15 May 2026

https://github.com/pandeyankit123/books-recommender-system-using-machine-learning

This is a streamlit web application that can recommend various kinds of similar books based on an user interest.

jupyter-notebook machine-learning numpy pandas pickle python streamlit

Last synced: 12 Apr 2026

https://github.com/vtramo/neural-networks-experiments-from-scratch

The objective of this repository is to provide a learning and experimentation environment to better understand the details and fundamental concepts of neural networks by building neural networks from scratch.

activation-functions backpropagation batch-learning classification-problem early-stopping gradient-based-algorithm improved-resilient-backpropagation irprop kfold-cross-validation minibatch momentum neural-network numpy online-learning python python3 resilient-backpropagation rprop softmax stochastic-gradient-descent

Last synced: 28 Apr 2026

https://github.com/solrikk/optichrom

This repository provides a collection of Python tools and applications for comparing images using various algorithms such as ORB (Oriented FAST and Rotated BRIEF) and SSIM (Structural Similarity Index). The tools include both command-line scripts and graphical user interface (GUI) applications for ease of use

computer-vision cv2 feature-matching image-comparison image-comparison-tool machine-learning numpy object-detection opencv orb python scikit-image ssim tkinter visualization yolo yolov5

Last synced: 18 Jan 2026

https://github.com/officiallyxenos/30-days-of-data-analysis-projects-

30-day challenge to master data analysis by completing daily projects. Each project covers a key concept, from data cleaning to visualization, and builds a strong portfolio of real-world applications.

matplotlib numpy pandas python-3 seaborn statistics

Last synced: 08 Apr 2026

https://github.com/ashishtukaral/sign-language-recognition-using-ai

A real-time Sign Language Recognition system using AI to translate hand signs into text and speech, enhancing communication for individuals with hearing impairments. This web application leverages neural networks and computer vision to provide accurate and accessible translation.

ann classification cnn computer-vision deep-learning flask keras machine-learning matplotlib neural-network numpy oops opencv pandas python3 tensorflow

Last synced: 04 Feb 2026

https://github.com/sureshbeekhani/machine-learning-algorithms

A collection of machine learning algorithms implemented for learning and practice, covering regression and classification models using Python.

dataanalysis datascience featurescaling linearregression machinelearning matplotlib numpy pandas python seaborn

Last synced: 28 Apr 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/fractalyze/zk_dtypes

A NumPy dtype extension used in Zero Knowlege libraries

numpy zk

Last synced: 02 Jan 2026