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/vineet416/chronic-kidney-disease-prediction

This repository contain code of Chronic Kidney Disease Detection Prediction Project. The goal of this project is predict the chronic kidney disease using parameters like Diabetes Mellitus, Blood Urea, Sugar, Hypertension etc.. I used multiple machine learning algorithms with hyperparameter tuning which is having highest accuracy score of 97.5

data-visualization data-wrangling exploratory-data-analysis feature-engineering feature-selection hyperparameter-tuning machine-learning matplotlib numpy pandas plotly pre-processing python seaborn sklearn-library statsmodels

Last synced: 14 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/vochicong/ai-memo

Notebooks about machine learning (AI) math and tools

azure-notebooks colaboratory machine-learning math numpy

Last synced: 24 Feb 2026

https://github.com/gauravsakure02/python_libraries

Data Analysis using Python libraries

matplotlib numpy pandas-library streamlit

Last synced: 14 Apr 2026

https://github.com/harikrishnan669/python

Basic Python programs and Try outs..

matplotlib numpy pandas python tkinter tkinter-gui

Last synced: 27 Jan 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/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/py-mp3/boston-comparing-regression-modules

A ipynb file that compares different regression modules in the sk.learnit library.

ipython-notebook numpy pandas python regression-models seaborn sklearn

Last synced: 09 Feb 2026

https://github.com/techassi/hfu-imgcomp

Image processing and computer graphics SOSE 22

computer-vision image-processing numpy opencv python

Last synced: 11 Apr 2026

https://github.com/mahnoorsheikh16/Credit-Card-Default-Prediction

This project focuses on predicting whether a customer will default on their credit card payment in the upcoming month. Utilizing historical transaction data and customer demographics, the project employs various machine learning algorithms to distinguish between risky and non-risky customers for better credit risk management.

chi-square-test encoding hiplot imblearn json knn-imputer matplotlib numpy pandas pca-analysis pillow plotly robust-scalar scipy seaborn sklearn smote streamlit ttest visualization

Last synced: 01 Mar 2025

https://github.com/mansurpro/digitrecognizer

DigitRecognizer is a simple, handcrafted neural network implemented with NumPy to classify handwritten digits from the MNIST dataset. This project demonstrates the foundational principles of neural networks, including forward propagation, backpropagation, and gradient descent, all built from scratch without relying on deep learning frameworks.

backpropagation custom-dataset data-visualization deep-learning from-scratch gradient-descent handwritten-digit-recognition machine-learning minimal-dependencies mnist neural-network numpy python

Last synced: 16 May 2026

https://github.com/miladsade96/numpy_and_algebra

Introduction to numpy and linear algebra

algebra linear-algebra matrices numpy tensor vectors

Last synced: 17 May 2026

https://github.com/mohd-faizy/learn_numpy

NumPy (short for Numerical Python) is a powerful Python library used for working with arrays, matrices, and numerical computations.

array-manipulations numpy numpy-arrays numpy-matrix numpy-neural-network numpy-python numpy-tutorial

Last synced: 26 Feb 2026

https://github.com/kavithma-thushal/machine-learning-room-gdse66

Welcome to the Machine Learning Room GDSE66 project! This resource is dedicated to exploring machine learning concepts, where we build and experiment with various models to solve real-world problems.

docker flask jinja2 jupyter-notebook numpy pandas python

Last synced: 14 Apr 2026

https://github.com/mothnik/robust_fourier

Noise- and Outlier-Robust Fourier Transform with Hermite Functions with NumPy and Numba

chebyshev-polynomials fourier-transform hermite-functions hermite-polynomials least-square-regression logsumexp numba numpy python robust-statistics

Last synced: 04 Jan 2026

https://github.com/mrtaz77/numerical-analysis

Hub of numerical methods, implemented using python and its data analysis libraries like numpy and matplotlib.

interpolation matplotlib-pyplot newton-raphson numpy regression

Last synced: 19 Jun 2026

https://github.com/w86763777/numpynet

A simple Deep Learning framework powered by numpy.

backpropagation cnn deeplearning fundamental numpy python

Last synced: 11 Feb 2026

https://github.com/nehalmr/qiksit-fall-fest-hackathon-2024

The Qiskit Hackathon is a unique opportunity for students to dive into the fascinating world of quantum computing. Participants will collaborate in teams to tackle a series of challenging problems that test their creativity, problem-solving skills, and understanding of quantum algorithms. This hackathon aims to inspire innovation in QC.

cpython hackathon ibm ibm-qiskit ibm-quantum-challenge matplotlib numpy python python3 qbits qiskit qiskit-tutorial quantum-algorithms quantum-computing quantumcircuits quantumregister

Last synced: 11 May 2026

https://github.com/antoniotejada/imageviewer

Simple but featured image viewer, designed for speed when browsing network drives and on low power computers like Raspberry Pi 2

image-processing image-processing-python image-viewer image-viewing imageviewer irfanview linux linux-app lxde numpy pyqt pyqt5 python python2 python27 qt qt5 raspberry-pi raspbian windows

Last synced: 22 Jan 2026

https://github.com/beliavsky/array-compiler

Translate Python/NumPy and other array languages to Fortran

array-programming fortran linear-algebra modern-fortran numpy python scientific-computing transpiler

Last synced: 27 May 2026

https://github.com/anish202020/weather_prediction_model_21int68_internship

Predicts weather using data analysis and machine learning neural networks. The project reads data from a CSV file, processes it, trains a neural network, and visualizes the results.

keras-neural-networks keras-tensorflow matplotlib numpy pandas sklearn

Last synced: 12 Apr 2026

https://github.com/amirdh17/reading-device-for-visually-impaired

This device looks like reading stand which can take photo of the book and read out for visually impaired person. Raspberry Pi 4 is used as controller. Major Python modules used are Pytesseract, OpenCV and Pytts.

autocorrect image-processing nlp numpy opencv-python pillow portable pytesseract-ocr python3 pyttsx3 raspberry-pi-3 skimage thonny

Last synced: 12 Feb 2026

https://github.com/yantonov/ml-docker

Playground for common python ml libraries

anaconda catboost docker docker-image jupiter numpy pyplot python scipy sklearn

Last synced: 27 Feb 2026

https://github.com/soumya6tiwari/customer-segmentation-using-rfm-analysis

This project focuses on customer segmentation using RFM (Recency, Frequency, Monetary) analysis and K-Means clustering. It enables businesses to identify high-value customers, optimize marketing strategies, and improve customer retention through data-driven insights.

backend clustering flask frontend kmeans-clustering matplotlib numpy pandas python rfm-analysis scikit-learn unsupervised-learning

Last synced: 16 Feb 2026

https://github.com/johndev19/data-visualization-tool

A Python-based application for generating various types of charts and graphs from user-input data.

charts matplotlib numpy python visualization

Last synced: 17 May 2026

https://github.com/imswappy/ads-eda-predictor

Interactive Streamlit app for marketing campaign analytics and prediction. Includes dashboards, EDA, econometrics tests (ADF, cointegration, OLS diagnostics), ML pipelines with preprocessing, CV, and persistence. Predict outcomes with Linear/Ridge/Lasso/Random Forest regressors.

adf breusch-pagan cointegration lasso-regression linear-regression matplotlib-pyplot numpy pandas random-forest ridge-regression seaborn sklearn

Last synced: 02 May 2026

https://github.com/geson-anko/numpy_ndarray_msgs

A ROS2 package for transmitting NumPy ndarrays between ROS2 nodes.

messaging numpy python ros2

Last synced: 23 Feb 2026

https://github.com/faizantkhan/regression-project-bangalore-property-price-prediction

🏠 Bangalore Property Price Prediction is a comprehensive project designed to accurately predict property prices in Bangalore. Leveraging advanced regression techniques and a dataset sourced from Kaggle, the model undergoes meticulous feature engineering, data cleaning, and parameter tuning to ensure high accuracy.

backend-api css data-cleaning data-science data-visualization eda flask html javascript machine-learning-algorithms numpy pandas project project-repository property python regression-models server

Last synced: 14 Apr 2026

https://github.com/socrats/tscluster

Clustering time-series

clustering cython numpy python series time-series

Last synced: 19 Apr 2026

https://github.com/itancio/realestateprice

This is an application of deep learning to train and predict real estate price dataset in King County, USA.

datat-visualization machine-learning numpy pandas python seaborn

Last synced: 09 Apr 2026

https://github.com/the-developer-306/house-price-predictor

House Price Predictor: Harnessing machine learning algorithms to forecast housing prices in Boston, empowering buyers and sellers with accurate predictions based on key factors like location, crime rate, rooms, accessibility, and more.

csv ipynb-jupyter-notebook joblib matplotlib numpy pandas python scikit-learn

Last synced: 23 Feb 2026

https://github.com/anish202020/data-analysis-and-machine-learning-basic-programs

Basic programs on data analysis and machine learning for students. It includes a variety of tutorials, examples, and models to help students understand and apply these concepts.

keras matplotlib numpy pandas python sklearn tensorflow

Last synced: 08 Apr 2026

https://github.com/davityak03/animal-image-classification-using-cnn

Animal image classification using Convolutional Neural Networks (CNNs) involves training a model to recognize and categorize different animal species based on their images. The CNN architecture excels at automatically extracting features from images, such as shapes and textures, which are crucial for accurate classification.

cnn-classification keras numpy pandas pretrained-models python tensorflow

Last synced: 08 Apr 2026

https://github.com/huaxiaz/honor_engineering_analysis

This repository is adapt from the course materials for Honors Engineering Analysis at Northwestern University. The course is designed for Engineering first-year undergraduate students to learn about linear algebra and its applications.

complex-numbers complexity degree-distribution echelon-form erdos-renyi-model fractals iterative-methods jacobi-iteration jupyter-notebook linear-algebra markov-chain networkx networkx-tutorial numpy numpy-matrix pagerank-algorithm python random-graphs randomgraph

Last synced: 14 Feb 2026

https://github.com/mchenryspagg/analysis-of-car-repair-shop-operations

This project presents a comprehensive data analysis of a car repair shop's operations, utilizing an extended dataset of sales receipts.

dataanalysisusingsql datavisualization matplotlib-pyplot mysql mysql-database mysqlconnector numpy pandas python salesanalysis seaborn sql

Last synced: 07 Jan 2026

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/ul-mds/gecko-data

Example data sources as a starting point for working with Gecko

data-science numpy pandas python record-linkage

Last synced: 16 Apr 2026

https://github.com/abhijeet107/electric-vehicle-sales-by-state-in-india

This project analyzes EV sales data across Indian states, focusing on sales distribution by vehicle type, category, and region.

matplotlib numpy pandas powerbi python seborn

Last synced: 04 May 2026

https://github.com/yash22222/sync-intern-s-ml-tasks

SYNC INTERN'S Machine Learning internship will offer you to enhance your skills by doing real-life example projects. This internship will increase your knowledge in the field of data and algorithms to understand how a machine learns.

bhpp boston-house-datasets boston-house-price-prediction boston-house-pricing data data-structures machine-learning machine-learning-algorithms numpy pandas sync-intern sync-interns

Last synced: 07 May 2026

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

This ML model recommends movies that may align with the user's preferences based on TF-IDF matrix.

jupyter-notebook machine-learning movie-recommendation movielens-dataset numpy pandas python regex scikit-learn tf-idf-vectorizer

Last synced: 12 Apr 2026

https://github.com/tasninanika/mammographic-masses-analysis-dt

This project uses a Decision Tree Classifier to predict whether a detected mammographic mass is benign (0) or malignant (1) based on input features.

decision-tree-classifier numpy pandas pyhton3 scikit-learn

Last synced: 11 Apr 2026

https://github.com/palak-463/tablataalrecognitionsystem

Software built using Python which makes use of CNN and FNN to detect the Taals of the Tabla, an Indian classical music instrument. 🎛️

cnn deep-learning flask fnn librosa numpy os pickle python scikit-learn

Last synced: 11 Apr 2026

https://github.com/vladd12/machine-learning-practice

Репозиторий для учебной практики и различных курсов, связанных с ИИ

json keras-tensorflow machine-learning numpy pandas pickle tensorflow2 torch xml

Last synced: 05 May 2026

https://github.com/farial-mahmod/nuclear-energy-generation-prediction-logistic-regression

Nuclear Energy Generation Prediction Logistic Regression project is aimed at predicting the nuclear energy generation based on the production (generation) data from 1991 to 2023 by using Logistic Regression.

energy kaggle logistic-regression machine-learning matplotlib nuclear-energy nuclear-power numpy power python3 sklearn

Last synced: 05 May 2026

https://github.com/badranalyst/residential-unit-prices-data-analysis-application

Python-based analysis of residential unit prices, focusing on data cleaning, visualization, and exploratory data analysis (EDA). Key features include price distribution, and correlation analysis between factors like size, location, and pricing.

data-analysis data-visualization dataset matplotlib numpy pandas python seaborn

Last synced: 05 May 2026

https://github.com/thomasa/python-intro

This is a Jupyter notebook slide show for a 2-hour crash intro to Python, NumPy, Matplotlib, and SciPy

matplotlib numpy python scipy tutorial

Last synced: 05 May 2026

https://github.com/elijahondiek/data-analysis-udacity

Udacity Data Analysis Nano Degree course resources

jupyter-notebook matplotlib numpy pandas python

Last synced: 05 May 2026

https://github.com/zafir100100/cancer-stage-prediction

This code predicts cancer data using various regression models, calculates their average R-squared scores, and prints the best model.

cross-validation data-analysis data-preprocessing decision-trees gradient-boosting linear-regression machine-learning-algorithms numpy pandas random-forest regression scikit-learn

Last synced: 05 May 2026

https://github.com/lohiyah/dataset_summariser

A Python tool for generating concise summaries of datasets using Pandas and NumPy for analysis, and Matplotlib and Seaborn for insightful visualizations. Ideal for quick exploratory data analysis (EDA).

matplotlib numpy pandas seaborn

Last synced: 05 May 2026

https://github.com/ranaessam03/climate-prediction

A machine learning project to predict rainfall using Decision Tree, k-Nearest Neighbors (kNN), and Naïve Bayes, with preprocessing, model evaluation, and custom kNN implementation.

decision-trees knn-classification machine-learning naive-bayes-classifier numpy sklearn

Last synced: 05 May 2026

https://github.com/mohitsai/boston-housing-data-analysis

Data Analysis Project for the City of Boston Government for insights into effect of property rennovations and remodelling on housing availability in the city

data-analysis data-science matplotlib numpy pandas python

Last synced: 05 May 2026

https://github.com/himanshigautam-rgb/python_libraries

This repository contains operations in Matplotlib for data visualization, NumPy for numerical computations, and Pandas for data manipulation and analysis. These libraries work together to efficiently process, analyze, and visualize data.

matplotlib numpy pandas python3

Last synced: 05 May 2026

https://github.com/chdl17/marvelvsdc

This GitHub repository contains Python and Tableau for analyzing Marvel Vs DC superheros.

excel jupyter-notebook numpy pandas python tableau-public

Last synced: 05 May 2026

https://github.com/batrick-swaistan/nalaiya_thiran

Nalaiya Thiran IBM Course Training

matplotlib numpy pandas-dataframe python

Last synced: 05 May 2026

https://github.com/voidwalker7/mnist

MNIST Digit Detector Model using only Numpy

from-scratch-in-python mnist numpy python

Last synced: 05 May 2026

https://github.com/aathira2001/python-basics

Basic Python concepts with examples

functions numpy pandas python variables

Last synced: 05 May 2026

https://github.com/abdelrahman-amen/neural_style_transfer

This project applies neural style transfer to create new images by merging the content of one image with the artistic style of another.

neuralstyletransfer numpy os python streamlit tensorflow

Last synced: 05 May 2026

https://github.com/dulajkavinda/fashion-classification

👗 classify fashion items using machine learning

added machinelearning matplotlib numpy pandas python scikit

Last synced: 05 May 2026

https://github.com/ayushdutta-ai/face-recognition-model

A custom face recognition model built from scratch using Python, OpenCV, Pillow, and Face libraries, utilizing LBPH for efficient facial feature extraction and accurate identification.

face haar-cascade lbph-face-recognizer numpy opencv pillow

Last synced: 05 May 2026

https://github.com/hms75/movie_rating_analysis

A movie rating analysis which identifies trends amongst a dataset of 5000 movies.

data-analysis data-visualization matplotlib-pyplot numpy pandas python

Last synced: 05 May 2026

https://github.com/shahriarha/programming

Python problem solving, HR-30 days of code, DSA, NumPy

algorithms-and-data-structures cpp numpy programming python

Last synced: 06 May 2026

https://github.com/ianjure/simple-neural-network

Implementing a simple neural network using only Numpy.

deep-learning neural-network notebook numpy scratch-implementation

Last synced: 06 May 2026

https://github.com/billgewrgoulas/recommendation-systems

Algorithms for joke rating prediction using the joke data-set from Kaggle.

algorithm clustering collaborative-filtering machine-learning numpy pandas recommender-system scikit-learn scypi

Last synced: 06 May 2026

https://github.com/coder5omkar/lendingclubcasestudy

Performed exploratory data analysis (EDA) on the loan dataset from the Lending Club Case Study to identify the key factors influencing loan defaults.

bivariate-analysis data-science exploratory-data-analysis matplotlib numpy pandas seaborn univariate-analysis

Last synced: 06 May 2026

https://github.com/deanlogan/data-analysis-course

Code created when completing the Data Analysis with Python Course on freecodecamp.org

course data-analysis numpy pandas python python3

Last synced: 06 May 2026

https://github.com/cycle-sync-ai/student-score-analysis

A data-driven student performance analysis project using UCI dataset (396 students, 33 features). Implements machine learning models (K-means, PCA, Decision Tree, Random Forest, Linear Regression) to analyze academic patterns and predict student scores based on lifestyle, health, and study habits.

clustering clustering-algorithm decision-trees feature-engineering learning-management-system linear-regression machine-learning machine-learning-algorithms matplotlib numpy pandas pca pickle prediction prediction-algorithm scikit-learn score seaborn student

Last synced: 06 May 2026

https://github.com/albert-2002/robust-penalized-empirical-likelihood-estimation-method-for-linear-regression

Implementation for the paper titled: Robust Penalized Empirical Likelihood Estimation Method for Linear Regression

linear-regression machine-learning numpy pandas python regression regression-analysis statistics

Last synced: 06 May 2026

https://github.com/swapnilvishwakarma/twitter_sentiment_dashboard

Using Streamlit and Python, I created interactive data dashboards and used Pandas to manipulate data in data science workflows. I also used Plotly to create interactive graphs.

dashboard machine-learning matplotlib numpy pandas plotly sentiment-analysis streamlit-webapp webapp wordcloud

Last synced: 06 May 2026

https://github.com/hansalemaos/cv2_collage

Create a collage from images with OpenCV

collage numpy opencv python

Last synced: 06 May 2026

https://github.com/lunanvarg/bid-data-cac22039

En este repositorio se vé mi TP Integrador del programa Codo a Codo: Big Data

colab data-studio-google deepnote excel matplotlib mysql numpy pandas-library python seaborn

Last synced: 06 May 2026

https://github.com/piero24/lossfuncition-4sn

This research will show an innovative method useful in the segmentation of polyps during the screening phases of colonoscopies. To do this we have adopted a new approach which consists in merging the hybrid semantic network (HSNet) architecture model with the Reagion-wise(RW) as a loss function for the backpropagation process.

dataset deep-learning deep-neural-networks loss loss-functions matplotlib neural-network numpy opencv polyp-detection polyp-segmentation python python3 pytorch segmentation segmentation-models torchvision transformers unipd unipd-dei

Last synced: 06 May 2026

https://github.com/jayanthpotluri5513/heart-disease-prediction-using-ml

This project aims to develop a machine learning model for heart disease prediction, leveraging the potential of advanced algorithms and a comprehensive dataset.

machine-learning matplotlib numpy pandas python

Last synced: 06 May 2026

https://github.com/jcbritobr/iris-python

Simple data analysis using iris dataset, pandas, numpy, matplotlib and seaborn.

data-science matplotlib numpy pandas python seaborn

Last synced: 06 May 2026

https://github.com/voorhs/ml-practice

ML algorithms implementation

aimasters lomonosov-msu machine-learning numpy python

Last synced: 07 May 2026

https://github.com/malintha-induwara/python-for-ds

This repository contains my personal notes, exercises, and examples for Python

numpy pandas python webscraping

Last synced: 07 May 2026

https://github.com/waghraj1699/ipl-win-probability-predictor

Web app to predict live probability of win percentage of match

data-preprocessing machine-learning ml-algorithms numpy pandas

Last synced: 07 May 2026

https://github.com/ai-ahmed/bda-and-ds

Dual Course: EMC2 Data Scientist & Big Data Analytics & IBM Professional Data Science Course

analytics big-data data-science jupyter-notebook jupyterlab linear-algebra mathematics matplotlib ml numpy pandas probability seaborn sklearn statistics

Last synced: 07 May 2026

https://github.com/s-hirata0831/graphicsprocessing

Pythonによる画像処理基礎実験(with OpenCV)

numpy opencv python

Last synced: 07 May 2026

https://github.com/salvatoreamaddio/powerbi

This project combines both Python and PowerBI technologies. It cleans a dataset and imports it into a PowerBI file.

numpy pandas pandas-python powerbi python

Last synced: 07 May 2026

https://github.com/alekiie/streamlit-dashboard

A dashboard that utilizes the power of streamlit charts to create intuitive and easy to understand charts for data visualization.

data-visualization matplotlib numpy pandas python3 streamlit

Last synced: 07 May 2026