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.
- GitHub: https://github.com/topics/numpy
- Wikipedia: https://en.wikipedia.org/wiki/NumPy
- Repo: https://github.com/numpy/numpy
- Created by: Travis Oliphant
- Related Topics: python, scipy,
- Last updated: 2026-06-24 00:18:03 UTC
- JSON Representation
https://github.com/tar3q-az1z/python-learning
Contains python codes.
data-analysis-python numpy pandas-library python3
Last synced: 21 Apr 2026
https://github.com/iver56/cython-region-growing
A quick experiment: Region growing (AKA flood fill) algorithm implemented in Cython and Python
benchmark cython flood-fill numpy python region-growing
Last synced: 25 Apr 2026
https://github.com/chirindaopensource/crypto_currencies_interest_rates
End-to-end Python Implementation of Bergault et al.'s (2025) methodology for constructing yield curves without traditional bonds. Implements inverse options replication, robust statistical methods, and closed-form analytical solutions for risk-neutral interest rate discovery in digital asset markets.
academic-research arbitrage-pricing cryptocurrency data-science defi derivatives econometrics financial-engineering interest-rates jupyter-notebook mathematical-finance numpy options-pricing pandas python quantitative-finance ransac risk-management robust-statistics yield-curve
Last synced: 04 May 2026
https://github.com/iBz-04/DiabetesCL
Predicting instances of diabetic & non-diabetic patients with Support vector machine classifier
data-science diabetes-prediction google-colab-notebook machine-learning machine-learning-projects medical-informatics numpy pandas-python python3 sckiit-learn svm-classifier
Last synced: 21 Oct 2025
https://github.com/pinedah/escom_programming-for-data-science
This repository contains personal notes, exercises, and programs from the Programming for Data Science course at Instituto Politécnico Nacional (IPN). The course focuses on using Python programming for data handling, statistical analysis, and machine learning techniques.
data-science escom matplotlib numpy pandas python python-algorithms python-library
Last synced: 04 May 2026
https://github.com/nazli-d/binary-classification-using-cnn
This project utilizes a CNN model to classify cat and dog images through training and testing processes. The model is created using the Keras library on the TensorFlow backend.
binary-classification cat-and-dog-classifier cnn convolutional-neural-networks flatten keras max-pooling numpy opencv python relu-activation sigmoid-function tensorflow
Last synced: 13 Apr 2026
https://github.com/seungjaelim/scratchml
Implement neural network only using numpy
deep-learning machine-learning numpy
Last synced: 20 Apr 2026
https://github.com/juzershakir/iris_flower
Implementing all ML models and feature selection techniques that can be used.
classification feature-selection iris-dataset iris-flower-classification jupyterlab lightgbm machine-learning matplotlib numpy pandas practice python3 seaborn sklearn supervised-learning xgboost
Last synced: 22 Oct 2025
https://github.com/harmanveer-2546/predicting-customer-churn-for-a-telecom-company
Customer churn is a significant issue for big business companies. Companies are attempting to create methods for predicting customer churn to get a direct impact on getting more revenues, particularly in telecom companies.
ann autoencoder churn-prediction customer-churn-prediction encoding mlp model-building-and-evaluation numpy os pandas standardization
Last synced: 04 May 2026
https://github.com/himel-sarder/complete-numpy
A comprehensive guide to mastering NumPy with practical examples and applications in machine learning. Perfect for learners and developers looking to deepen their knowledge of numerical computations in Python.
data-science dataanalysis machine-learning ml numpy numpy-exercises numpy-library numpy-python numpy-tutorial pythonlibrarires
Last synced: 04 May 2026
https://github.com/hansalemaos/numba_aot_compiler
A function to facilitate the Ahead-of-time compilation with Numba
aheadoftime aot compile numba numpy pyd
Last synced: 23 Jan 2026
https://github.com/octcarp-courses/SUSTech_CS303-AI_F23_Works
(49.8/50) Course code of CS303 2023 Fall: Artificial Intelligence, SUSTech. Taught by Prof. Ke TANG.
Last synced: 24 Oct 2025
https://github.com/quinta0/pycolors
A python program to help people with color blindness recognize color in an image
colorblindness colors image-processing numpy pandas-dataframe python tkinter-gui
Last synced: 05 May 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/avs123a/image-color-spaces-morphology-demo
Simple demo that shows extracting RGB and HSV channels, converting from RGB to HSV and reverse converting. There are 4 main morphological operations used: erosion, diletion, opening and closing image
demo image-processing jupyter-notebook numpy opencv python3
Last synced: 05 May 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/jilliennelapid/finalproject_group53
Final Project for COP2080. Audio Graphical software that works with mono-channel .wav files and plots them in various ways.
matplotlib numpy pydub python scipy tkinter
Last synced: 14 Apr 2026
https://github.com/abtaaahi/smartxi
SmartXI — A Streamlit app to recommend football teams based on budget, formation, and style, plus predict player market values using machine learning models. Easy setup and interactive visualizations included.
machine-learning machine-learning-algorithms numpy pandas plotly python random-forest streamlit
Last synced: 13 Apr 2026
https://github.com/shreeyas-48/creditcardfrauddetection
Project for detecting credit card frauds using neural networks and logistic regression
autoencoder keras logistic-regression matplotlib neural-networks numpy pandas python scikit-learn
Last synced: 12 Apr 2026
https://github.com/nemeslaszlo/dog_breed_identification
Dog breed identification model to identify and label 120 different dog breeds.
matplotlib numpy pandas tensorflow tensorflow-hub
Last synced: 13 Apr 2026
https://github.com/sspathak/eye-mouse
Control your PC's mouse by just looking at the screen!
artificial-intelligence computer-vision cv2 eye-mouse gaze-tracking keras keras-classification-models keras-implementations keras-models machine-learning matplotlib numpy python python3
Last synced: 20 Apr 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/varun-khorgade/churnshield-customer-retention-predictor
Built an ML-based classification model to predict customer churn. Applied data preprocessing, feature engineering, and ensemble algorithms to improve prediction accuracy and help businesses implement retention strategies.
classification-algorithm datapreprocessing f1-score feature-engineering hyperparameter-tuning logistic-regression matplotlib model-evaluation numpy pandas python ran roc-auc scikit-learn seaborn xgboost
Last synced: 07 May 2026
https://github.com/Vice777/SAFE-HEART
Classify the chances of having a Heart Attack based on your Heart's Condition.
kaggle machine-learning matplotlib mlfromscratch mlp-classifier multilayer-perceptron-network numpy pandas pickle streamlit streamlit-webapp
Last synced: 11 Mar 2025
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/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/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/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/ujstor/streamlit-working-hours
The analysis pipeline involves combining the data forms, performing data cleaning, and starning streamlit server for statistical analysis.
data-pipeline numpy pandas statistics streamlit
Last synced: 06 May 2026
https://github.com/satvikpraveen/fashionmnist-analysis
A comprehensive analysis of the Fashion MNIST dataset using PyTorch. Covers data preparation, EDA, baseline modeling, and fine-tuning CNNs like ResNet. Includes modular folders for data, notebooks, and results. Features CSV exports, visualizations, metrics comparison, and a requirements.txt for easy setup. Ideal for ML workflow exploration.
computer-vision confusion-matrix convolutional-neural-networks deep-learning-algorithms exploratory-data-analysis fashion-mnist-dataset fine-tuning hyperparameter-tuning image-classification jupyter-notebook machine-learning-algorithms matplotlib-pyplot model-evaluation numpy pandas pytorch resnet-18 scikit-learn seaborn vgg
Last synced: 22 Apr 2025
https://github.com/aminakbari7/simple-data-science-with-excel
data-science excel machine-learning numpy pandas plot simple
Last synced: 06 May 2026
https://github.com/chriszethird/image-recognition-without-neural-network
After working on a end year project for University, showcasing the better energetic efficiency of Neuromorphic comparing two programs, I've decided to improve my second algorithm. You'll find 3 files of codes : the main programm, the calculation of its accuracy and the test on the MNIST data-base.
numpy python recognizing-handwritten-digits
Last synced: 06 Feb 2026
https://github.com/moataz-elmesmary/analog-clock-opencv
Computer vision project implemented with OpenCV
computer-vision cv2 numpy opencv
Last synced: 07 May 2026
https://github.com/kirkalyn13/opensignal_autogenerate_report
Script used to generate results/summary, including the trends of flagged provinces, from the raw excel data file,
data-analysis data-science data-visualization matplotlib numpy pandas python
Last synced: 06 May 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/aarryasutar/pipe_leak_estimation_predictor_model
The project builds a Bayesian Network using pressure sensor data to detect pipe leaks, employing probabilistic reasoning to determine the likelihood of leaks based on sensor readings. It involves loading dataset, defining network structure, calculating CPDs, adding them to model, and using Variable Elimination algorithm for inference
bayesian-networks cpd csv dag data-frames inference model-verification numpy pandas pgmpy pressure-sensors probabilistic-graphical-models probability python variable-elimination-algorithm
Last synced: 15 Apr 2026
https://github.com/darshan12345678910/air-quality-prediction-ml-algorithms
AirPredict AQI prediction using classification algorithm
classification-algorithims gradio-interface numpy pandas
Last synced: 06 May 2026
https://github.com/jigyasag18/gold-price-prediction-project-using-machine-learning
This repository contains a machine learning project focused on predicting gold prices (GLD) using historical stock market data, including indicators such as SPX, USO, SLV, and EUR/USD. The project implements a Random Forest Regressor for accurate price forecasting, complete with data visualization, correlation analysis, and model evaluation metrics
data dataset jupyter-notebook jupyter-notebooks machine-learning machinelearing machinelearningalgorithms machinelearningmodel machinelearningprojects matplotlib mlproject numpy pandas randomforestregressor seaborn
Last synced: 23 Jul 2025
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/g0r0kh/forecast
layouts statistical analys for forecasting
Last synced: 30 Jan 2026
https://github.com/soumya-kushwaha/data-science-and-ml
data-science matplotlib numpy pandas python-libraries seaborn
Last synced: 06 May 2026
https://github.com/rkarahul/data_science_project_2023
machine-learning matplotlib numpy pandas python sckit-learn seborn
Last synced: 20 Apr 2026
https://github.com/nirmalyabag20/crop-yield-prediction-using-machine-learning
This project uses machine learning to predict crop yields based on factors like region, crop type, rainfall, temperature, and pesticide use. By analyzing a dataset of over 28,000 records, the models provide accurate yield forecasts, helping optimize farming decisions and resource management, ultimately contributing to sustainable agriculture.
jupyter-notebook matplotlib numpy pandas python scikit-learn seaborn
Last synced: 06 Feb 2026
https://github.com/an4pdm/exercicios-de-numpy
Repositório com exercícios básicos de Numpy para praticar.
exercicios-python exercicios-resolvidos exercises jupyter-notebook jupyterlab numpy numpy-exercises numpy-python python study tutorials
Last synced: 06 May 2026
https://github.com/hossein-cod/plate-recognition
car Plate recognition with cv2
cv2 jupyter-notebook numpy opencv python
Last synced: 15 Apr 2026
https://github.com/rhazra-003/indiebot
A basic chatbot which answers questions based on history of India
chatbot jupyter-notebook nlp nltk numpy python3 sckit-learn
Last synced: 20 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/miltiadiss/ceid_ne562-data-mining-and-machine-learning-algorithms
This project involves analyzing a dataset through statistics and visualizations to uncover patterns & correlations. It trains classifiers (Neural Networks, Random Forests, Bayesian Networks) to predict physical activities and evaluates their performance. Finally, it clusters participants' activities using 2 algorithms, comparing their effectivenes.
matplotlib numpy pandas seaborn sklearn sklearn-metrics
Last synced: 15 Apr 2026
https://github.com/aryansingla45/image-classification-project
A Deep Learning Model which classifies Cats and Dogs.
artificial-neural-networks convolutional-neural-networks deep-learning keras machine-learning numpy pandas python tensorflow
Last synced: 13 Apr 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/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/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/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/nemeslaszlo/heart-disease
Heart disease classification project with different models (LogisticRegression, KNeighboursClassifier, RandomForestClassifier) and detailed reports.
classification knearest-neighbor-classifier logistic-regression mathplotlib numpy pandas randomforest-classification scikit-learn seaborn
Last synced: 15 Apr 2026
https://github.com/anandarauf/wifu-detection
Machine Learning Wifu Detection from Dataset Anime and Manga
anime data-science dicoding dicoding-submission machine-learning machinelearning manga numpy object-detection pandas pandas-python python3 sklearn tensorflow waifu waifu-detection
Last synced: 13 Apr 2026
https://github.com/amorehead/ml-fundamentals
A self-educational series of Python scripts made to explore the vast library of machine learning knowledge.
machine-learning numpy pandas python scipy sentdex tensorflow tflearn
Last synced: 13 Apr 2026
https://github.com/epsoft/text-generation-stopword
text generation stopword
datasets generation nltk nltk-library nltk-python numpy re stopword text wordnet wordnet-library
Last synced: 15 May 2026
https://github.com/meghajbhat/photo-editor
This is a Photo Editor Application with various image processing functionalities using Tkinter for the GUI and OpenCV for image manipulation. The application allows users to apply multiple filters and transformations to images such as Black and White, Pencil Sketch, Sepia, Crop, Sharpen, Contrast, X-ray, and Brighten.
gui numpy opencv opencv-python python python3 tkinter tkinter-gui tkinter-python
Last synced: 31 Jan 2026
https://github.com/nikita-data/unit_economics_projects
unit economics & cohort analysis projects
cac churn-rate conversion create-function data-analysis data-visualization eda hypothesis-testing ltv math matplotlib numpy python retention-rate roi scipy seaborn segmentation statistics unit-economics
Last synced: 06 Jan 2026
https://github.com/adalbertobrant/macd
Estudando sobre o uso do streamlit com geração de gráficos e dados da B3
bovespa box-plot golden-cross macd numpy python single-moving-average steamlit stocks
Last synced: 07 Feb 2026
https://github.com/zolabar/interactive-calculus
Interactive Calculus with SymPy and Jupyter Widgets
ipywidgets jupyter-notebook numpy plotly python sympy voila-dashboard
Last synced: 15 Apr 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/guptaachin/titanic-data-analysis
This is analysis and modelling of the famous Titanic Data Set from Kaggle.
dataanalytics datamining datascience machinelearning numpy pandas python scikit-learn structuredpyramidanalysisplan tableau tableau-desktop
Last synced: 13 Apr 2026
https://github.com/ananyachibber21/python-numpypandas-exercises
Exercises - Python for Data Science - NumPy + Pandas
Last synced: 07 May 2026
https://github.com/mchenryspagg/prosper-loan-project
A data analysis project that entails using the data from a fictional loan company known as Prosper to perform exploratory data analysis using univariate, bivariate and multivariate visualizations to produce insights that answers questions asked from the data
datastorytelling exploratory-data-analysis exploratory-data-visualizations jupyter-notebook matplotlib-pyplot numpy pandas python seaborn-plots
Last synced: 13 Apr 2026
https://github.com/bobzheng00/medscan-mentor
MediScan Mentor is an innovative application designed to assist medical students in interpreting CT scans.
artificial-intelligence brain-diseases colab-notebook ct-scans deep-learning education machine-learning medical-ai-project medical-imaging mongodb numpy object-detection openai pandas pubmed python pytorch rag streamlit yolov5
Last synced: 17 Jul 2025
https://github.com/urme-b/multimodal-multisensor
Longitudinal neurophysiological study of adult psychometric testing.
keras matplotlib numpy pandas python pytorch scikit-learn seaborn tensorflow
Last synced: 13 Apr 2026
https://github.com/moeeinaali/ce282-la
Solutions to Dr. Rabiee's CE282: Linear Algebra Course (Sharif University of Technology - Spring 2024)
linear-algebra matplotlib numpy pandas python
Last synced: 13 Apr 2026
https://github.com/abideen-olawuwo/image-classification
Multi Class Image Classification Problem
classification deep-learning image-classification machine-learning matplotlib numpy pandas tensorflow transfer-learning
Last synced: 19 Apr 2026
https://github.com/dipto1971/statistical-analysis-data-science
Statistical Analysis in Data Science
Last synced: 15 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/martincastroalvarez/python-deep-learning-algorithms
Combinatorics implemented with numpy, matplotlib and scipy.
algebra combinatorics matplotlib numpy python scipy
Last synced: 13 Apr 2026
https://github.com/nikita-data/eda_projects
Exploratory data analysis projects
cac data-analysis data-visualization eda folium-maps hypothesis-testing ltv math matplotlib numpy plotly python regular roi scipy seaborn segmentation statistics unit-economics
Last synced: 06 Jan 2026
https://github.com/rishabhmathur06/imagecompressor-using-cnn
cnn computer machine-learning numpy tensorflow
Last synced: 15 Apr 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/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/rara-ch/data-analysis-portfolio
This repository to store my data analytics projects, showcasing my skills in SQL and Python.
data-analysis mathematics matplotlib numpy pandas portfolio probability python seaborn sql statistics
Last synced: 12 Mar 2025
https://github.com/rhazra-003/plotting_practice
Plotting using matplotlib and numpy
jupyter-notebook matplotlib numpy plotting-in-python python statistics
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/hansalemaos/numpycythonpermutations
Permutations, Combinations and Product for Numpy - written in Cython - 20x faster than itertools
c combinations cython fast itertools numpy permutations product python
Last synced: 08 May 2026
https://github.com/jaypanchal9/spotless-data
Spotless Data: A Python-based workflow using Jupyter Notebooks for efficient data cleaning, preprocessing, handling missing values, correcting outliers, and integrating external datasets ideal for quick, reliable, and clean data preparation.
data-cleaning data-preprocessing data-wrangling matplotlib numpy pandas python3
Last synced: 13 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
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/en10/bostonhousing
Boston Housing Dataset Example
boston-housing-dataset boston-housing-price-prediction matplotlib numpy pandas pandas-dataframe python python3 sklearn
Last synced: 12 Apr 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/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/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/gregoritsch3/ml_eda_classification_loanapprovalprediction
An EDA and Machine Learning Classification exercise on the Loan Approval dataset demonstrating EDA, feature engineering, StratifiedKFold and the use of Tensorflow NN, SVC, LinearSVC, XGBoost, Naive-Bayes, Bagging, Random Forest and Decision Tree algorithms.etc. The modela are optimized using hyperparameter tuning through GridSearchCV.
eda feature-engineering machine-learning matplotlib numpy pandas scikit-learn scipy seaborn tensorflow
Last synced: 13 Apr 2026
https://github.com/lasithaamarasinghe/face-recognition
This project demonstrates a basic face recognition system using Python, OpenCV, and the face_recognition library.
cmake computer-vision dlib face-recognition numpy opencv python visualstudiocode
Last synced: 16 Apr 2026