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-23 00:21:44 UTC
- JSON Representation
https://github.com/shivendrra/Seeker
This project will help to write new scripts for YouTube videos from scratch using fine-tuned Llama-7B
ai artificial-intelligence finetuning google-custom-search-api google-custom-search-engine llama2 llm numpy pandas python pytorch react-native reactjs transformers youtube-api
Last synced: 30 Dec 2025
https://github.com/rish-16/linearly
Discount NumPu implementation using barebones Linear Algebra concepts
Last synced: 19 May 2026
https://github.com/miroslav-reiter/kurz_ako_sa_stat_datovym_analytikom_python
🐍 Ako sa stať Dátovým ANALYTIKom v Pythone - Materiály, zdroje, skripty k večernému online školeniu Ako sa stať Dátovým Analytikom v Pythone pre Robime.it (Mentor Partners)
analysts analytics data-science math matplotlib numpy pandas python reiter scipy vizualisation
Last synced: 04 Apr 2026
https://github.com/dragonscypher/tryspec
A VTO
cv2 dlib face-detection numpy python3
Last synced: 27 Apr 2026
https://github.com/enjirouz/intelligentsystems
Expert systems examples: production type expert systems with direct and reverse logical conclusion; numpy perceptron; numpy neural network trained on logic AND operation; convolutional neural network for image recognition using cifar10 dataset and keras
cifar10 classification cnn convolutional-neural-network expert-systems image-classification image-recognition keras-tensorflow numpy
Last synced: 16 Apr 2026
https://github.com/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/juanpablo70/pgad-exam
Midterm Exam Titanic data set
data-science dataframe dataset jupyter-notebook matplotlib numpy pandas python seaburn
Last synced: 17 Apr 2026
https://github.com/ramamagarwal/mathematical-simulation-projects
This repository comprises my math modelling-based projects covering topics of Linear Algebra, Probability and Statistics.
Last synced: 16 Apr 2026
https://github.com/akash-rajak/video-cropper
Script to crop video according user's size and dimension.
cv2 numpy python3 tkinter video video-cropper
Last synced: 27 Apr 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/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/iv4n-ga6l/OpenPose-Prediction
Person's body parts or joint position detection using openCV
detection numpy opencv prediction prediction-model python
Last synced: 28 Apr 2025
https://github.com/omerkel/fractals
Rendering Fractals like Hilbert curves, Julia sets and Mandelbrot sets in various techniques.
fractals glsl-shaders hilbert-curve julia-sets jupyter-notebook mandelbrot-sets matplotlib numpy webgl-shader
Last synced: 13 May 2026
https://github.com/nafisalawalidris/tools-for-data-science
It covers popular languages (Python, R, SQL) and libraries (NumPy, Pandas) used in the field. The author shares their objectives of teaching data analysis, web development, and critical thinking skills. The repository also includes code examples, explanations of arithmetic expressions, and contact information for the author.
arithmetic-expressions data-analysis data-science data-visualization languages libraries matplotlib numpy pandas programming python r sql tools web-development
Last synced: 11 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: 25 Apr 2026
https://github.com/hanzopgp/neuralnetworkfromscratch
This is a multi-layer perceptron build from scratch using numpy and python.
artificial-intelligence deep-learning machine-learning multi-layer-perceptron numpy personal
Last synced: 17 Apr 2026
https://github.com/bsc-dom/npp2nvm
NumPy Persistence to Non-Volatile Memory
numpy nvm persistent-data-structure pmdk
Last synced: 04 Mar 2026
https://github.com/ngoyal16/python-stick-fight-shadow-warrior
ai numpy opencv python stick-fight-shadow-warrior
Last synced: 08 May 2026
https://github.com/gracysapra/pandas-numpy-data-visualisation
This repository contains essential Python scripts and notebooks for data analysis and visualization. It includes: pandas: Data manipulation and analysis, including operations on series and dataframes. NumPy: Efficient numerical computations and array processing. Data Visualization: Creating insightful visualizations using Matplotlib and Seaborn.
data-science data-visualization matplotlib numpy numpy-arrays pandas pandas-dataframe pandas-series seaborn
Last synced: 07 May 2026
https://github.com/sebsikora/curve_fitting
A short guide to using Python tools to perform arbitrary curve-fitting of research data via constrained minimisation.
curve-fitting minimisation numpy optimisation python scipy
Last synced: 13 Apr 2026
https://github.com/ngirimana/decision-trees-and-random-forest-
For this project we will be exploring publicly available data from [LendingClub.com](www.lendingclub.com). Lending Club connects people who need money (borrowers) with people who have money (investors). Hopefully, as an investor you would want to invest in people who showed a profile of having a high probability of paying you back. We will try to create a model that will help predict this. Lending club had a [very interesting year in 2016](https://en.wikipedia.org/wiki/Lending_Club#2016), so let's check out some of their data and keep the context in mind. This data is from before they even went public. We will use lending data from 2007-2010 and be trying to classify and predict whether or not the borrower paid back their loan in full. You can download the data from [here](https://www.lendingclub.com/info/download-data.action) or just use the csv already provided. It's recommended you use the csv provided as it has been cleaned of NA values. Here are what the columns represent: * credit.policy: 1 if the customer meets the credit underwriting criteria of LendingClub.com, and 0 otherwise. * purpose: The purpose of the loan (takes values "credit_card", "debt_consolidation", "educational", "major_purchase", "small_business", and "all_other"). * int.rate: The interest rate of the loan, as a proportion (a rate of 11% would be stored as 0.11). Borrowers judged by LendingClub.com to be more risky are assigned higher interest rates. * installment: The monthly installments owed by the borrower if the loan is funded. * log.annual.inc: The natural log of the self-reported annual income of the borrower. * dti: The debt-to-income ratio of the borrower (amount of debt divided by annual income). * fico: The FICO credit score of the borrower. * days.with.cr.line: The number of days the borrower has had a credit line. * revol.bal: The borrower's revolving balance (amount unpaid at the end of the credit card billing cycle). * revol.util: The borrower's revolving line utilization rate (the amount of the credit line used relative to total credit available). * inq.last.6mths: The borrower's number of inquiries by creditors in the last 6 months. * delinq.2yrs: The number of times the borrower had been 30+ days past due on a payment in the past 2 years. * pub.rec: The borrower's number of derogatory public records (bankruptcy filings, tax liens, or judgments).
artificial-intelligence decision-tree-classifier machine-learning matplotlib numpy pandas python3 random-forest-classifier seaborn
Last synced: 11 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/lostvikx/fintech-pg
Files related to my FinTech course
analytics data-analysis data-science data-visualization finance fundamental-analysis numpy pandas python technical-analysis
Last synced: 14 Apr 2026
https://github.com/nikhilroxtomar/fully-connected-neural-network-in-numpy
This is an efficient implementation of a fully connected neural network in NumPy.
dnn neural-network numpy python3
Last synced: 22 Apr 2026
https://github.com/dpgitaccount/file-handling-data-analytics-toolkits
In this repo File handling, Inventory management system and data toolkits resources are provided these are essential for managing, storing, and manipulating data in various formats, such as JSON files. JSON (JavaScript Object Notation), is widely used for data exchange due to its simplicity and readability. also File Handling included in this repo.
filehandling inventory-management json jupyter-notebook numpy os
Last synced: 13 Apr 2026
https://github.com/manjillama/machine-learning-101
Introduction to machine learning, conda environment, Jupyter Notebook, Pandas, NumPy and Matplotlib.
conda-environment jupyter-notebook machine-learning matplotlib numpy pandas python
Last synced: 13 Apr 2026
https://github.com/nikhilroxtomar/introduction-to-numpy
A list of jupyter notebook explaining the various functions and properties of Numpy.
Last synced: 21 Apr 2026
https://github.com/simran2911/flight-price-pridiction
This github repositiory contains the Flight Price Prediction project aims to develop a machine learning model to predict flight ticket prices based on various factors such as departure and arrival locations, dates, airlines, and other relevant features.
accuracy-score catboostregressor machine-learning matplotlib numpy pandas r2-score random-forest-regression seaborn xgboost-regression
Last synced: 21 Apr 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/dadadel/multilayerperceptron
Multi Layer Perceptron
multilayer-perceptron neural-network numpy python3
Last synced: 08 May 2026
https://github.com/michaelfeil/lstm-dlnn2020
Character-LSTM implementation in Numpy
lstm nlp-machine-learning numpy
Last synced: 14 May 2026
https://github.com/raulpy271/videoinascii
🖼️ this program show a video in terminal with ascii-art style
ascii-art ffmpeg numpy python video-processing
Last synced: 08 May 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/tar3q-az1z/python-learning
Contains python codes.
data-analysis-python numpy pandas-library python3
Last synced: 21 Apr 2026
https://github.com/akash-rajak/large-image-preview
Python Script to view large image using scroll bars.
cv2 large-image large-image-preview numpy python3 tkinter
Last synced: 04 May 2026
https://github.com/shreeparab1890/flipkart-laptops-analysis-eda
This ipython notebook is the Exploratory data analysis (EDA) of the Laptops listed on Flipkart.
data-analysis eda exploratory-data-analysis matplotlib-pyplot numpy pandas plotly
Last synced: 14 Apr 2026
https://github.com/fabrizio-ottati/misha
Simple and fast decoding of event cameras data to NumPy
c cpp event-ca neuromorphic numpy
Last synced: 20 Apr 2026
https://github.com/trishaamandal/instareach
final-year-project github machine-learning model numpy prediction project
Last synced: 08 May 2026
https://github.com/erenokur/machine-learning-playground
Experiment with machine learning and AI algorithms, write guides, and documents.
hidden-markov-model machine-learning numpy python pytorch sckit-learn tensorflow
Last synced: 17 Apr 2026
https://github.com/sun-data/ndfilters
Numba-accelerated, n-dimensional image filters.
filters image-processing n-dimensional numba numpy scientific-computing scipy
Last synced: 06 Mar 2026
https://github.com/framebuffers/mindhunter
Wrappers for Pandas DataFrames to add quicker access for common statistical values, utilities and functionality.
data-analysis data-science numpy pandas python utilities-python
Last synced: 08 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/jayanthsd2003/dms_sarathi_-driver-monitoring_system-
This is a project which can be seen on TATA Trucks and other premium edition cars based and focussed on the safety and monitoring driver Consciousness state
dlib dlib-face-detection numpy opencv-python pygame python pyttsx3 scipy
Last synced: 13 Apr 2026
https://github.com/mark0011astra/simplecuda
CUDAを使用したGPU演算をNumPyと同様のインターフェースで簡単行えるライブラリ。A library that allows users to easily perform GPU operations using CUDA with a NumPy-like interface.
cuda cupy gpu machine-learning numpy python vector
Last synced: 02 May 2026
https://github.com/peterfication/num-peek
A CLI tool to peek into *.npy files
Last synced: 20 Jan 2026
https://github.com/bursasha/deeplearningai-machine-learning-tensorflow-course
Projects and certificates from a machine learning course focused on TensorFlow and Keras, covering neural networks, CNNs, NLP, and time series analysis 🧠
convolutional-neural-networks deeplearning-ai keras machine-learning mlcourse natural-language-processing neural-networks numpy pandas python-machine-learning recurrent-neural-networks tensorflow
Last synced: 10 Apr 2026
https://github.com/brenofariasdasilva/worked-example-miner
Worked Example Miner (WEM): A Comprehensive Tool for Analyzing Java Repositories.
apache-kafka autometrics ck code-metrics code-quality-metrics distributed-systems heuristic java-code-analyzer java-repositories matplotlib numpy pydriller python refactoring-miner scikit-learn software-engineering wem worked-example-miner zookeeper
Last synced: 20 Apr 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/607011/1dollar
Simulation of a counterintuitive distribution problem
animation go golang matplotlib numpy plot python3 simulation statistics
Last synced: 09 May 2026
https://github.com/lgeiger/mypy-einsum
MyPy Type Checking for NumPy/Jax/PyTorch Einsum Operations
deep-learning einsum jax mypy mypy-plugins numpy pytorch
Last synced: 09 May 2026
https://github.com/vvipjain/stock-trend-analysis
Stock Trend Analysis
matplotlib numpy numpy-arrays numpy-library pandas pandas-dataframe pandas-library pandas-python pyhton3 python seaborn
Last synced: 13 Apr 2026
https://github.com/csoren66/credit-card-fraud-detection
Credit card fraud detection through logistic regression.
logistic-regression machine-learning numpy pandas python sklearn
Last synced: 03 Mar 2025
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/alexcoder04/image-edit
A Python GUI for basic image editing, school project
fun gui image-editing image-processing numpy pil pyqt pyqt5 python python3 qt sideproject
Last synced: 09 May 2026
https://github.com/arshitarora/image-overlaying-prespective
Perform perspective warping and image fusion in Python using OpenCV and NumPy. Select four points on the base image to define the region where the subject image will be warped and fused. The script creates a fused image and saves it as Final_Output.png. 🖼️🌌🔮
image numpy opencv python swap
Last synced: 09 May 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/khaymanii/medical_insurance_cost_prediction-_model
This Model was built using Python and Linear Regression algorithm
matplotlib numpy pandas python sckit-learn seaborn
Last synced: 09 May 2026
https://github.com/parneet-sandhu/virtual-try-on
This project uses OpenCV, Mediapipe, and NumPy to create an interactive virtual try-on experience. The application overlays a virtual accessory (e.g., glasses) onto the user's face using webcam input and allows users to control the brightness of the camera feed and capture screenshots using hand gestures.
computer-vision mediapipe numpy opencv python tkinter
Last synced: 19 Jan 2026
https://github.com/haloapping/sharing-tipis-tipis
#sharingtipistipis 📗 catatan ketika belajar machine learning, deep learning dan masih banyak lagi.
caring deep-learning machine-learning numpy pandas scikit sharing
Last synced: 09 May 2026
https://github.com/anfany/python3-practice
基于Python3的多种工具实例代码、以及流行库的使用贴士
matplotlib numpy pandas python3 tensorflow tips
Last synced: 04 May 2026
https://github.com/rubinlake/rl-academy-data-analytics
Educational data analysis project demonstrating BMW sales data analysis with AI-powered code assistance using Cursor IDE and Jupyter notebooks
cursor-ide data-analysis educational-project jupyter langchain matplotlib numpy pandas python scipy seaborn
Last synced: 09 May 2026
https://github.com/ilovenooodles/image-compression
Tugas Besar 2 Aljabar Linear dan Geometri
image-compression numpy python svd-matrix-factorisation
Last synced: 20 Apr 2026
https://github.com/akash-rajak/image-noise-remover
Python Script to remove noise from image.
cv2 image-noise-remover numpy os python3 random tkinter
Last synced: 28 Apr 2026
https://github.com/ankushmallick1100/diabetes-prediction-of-females-using-maching-learning-techniques
This is a machine learning work that uses various machine learning algorithms to predict whether a patient is diabetic or not. Here various machine learning algorithms like SVM, RF Classifier, DT Classifier, KNN, LR , LR with CV, NB Classifier, and XGB are used. For this work, a website is made with Python Streamlit library.
classification cross-validation decision-tree-classifier diabetes diabetes-prediction jupyter jupyter-notebook logistic-regression machine-learning machine-learning-algorithms numpy pandas python random-forest random-forest-classifier regression streamlit support-vector-machine xgboost xgboost-classifier
Last synced: 04 Apr 2026
https://github.com/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/vasugi2003/air-pollution-detection-using-machine-mearning
Air Pollution Detection using Machine Learning
airpollution datasets machine-learning-algorithms numpy pandas predictive-modeling python3
Last synced: 09 May 2026
https://github.com/abhinav330/data-science-projects
The Data Science Projects folder contains various projects related to data analysis, machine learning, and exploratory data analysis (EDA). Each project focuses on a specific dataset and utilizes different techniques and algorithms to extract insights and make predictions.
decision-trees exploratory-data-analysis k-means-clustering k-nearest-neighbours kaggle linear-regression logistic-regression machine-learning machine-learning-algorithms matplotlib numpy pandas plotly python random-forest-classifier support-vector-machines
Last synced: 30 May 2026
https://github.com/robson-python/curso-de-python-fea.dev---listas-de-exerc-cios-e-projeto-final
Listas de exercícios e meu Projeto de Avaliação do Curso
functions jupyter-notebook matplotlib numpy pandas python seaborn vscode
Last synced: 23 Jun 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/datarohit/nlp-course-files
The files in this Repo are files for the online NLP-Course from Udemy.com which I completed.
nlp nlp-machine-learning nltk numpy panda python sklearn spacy
Last synced: 12 Apr 2026
https://github.com/madhuresh2011/telco-customer-churn-analysis-using-python
The analysis primarily investigates factors influencing customer churn, particularly focusing on payment methods and contract types.
csv data-analysis matplotlib numpy pandas pyhton seaborn vizualisation
Last synced: 02 May 2026
https://github.com/italoseara/cet083
Medidas de Posição (ou separatrizes) - CET083
data-science matplotlib numpy pandas portuguese python statistics university
Last synced: 03 May 2026
https://github.com/vidhi1290/hr_employee_prediction
"Welcome to the HR Employee Promotion Prediction project! This repository contains the code and resources for a machine learning project that focuses on predicting employee promotions. By analyzing various employee attributes, this project aims to provide valuable insights for HR decision-making and talent recognition within organizations.
data-exploration data-science data-visualization docker hr-employee-prediction hyperparameter-tuning machine-learning matplot model-building numpy pandas scikit-learn seaborn streamlit streamlit-webapp
Last synced: 13 Apr 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/guiferviz/happyml
Machine Learning Python library for academic purposes.
deep-learning deep-neural-networks learning machine-learning machine-learning-algorithms neural-network neural-networks numpy
Last synced: 03 May 2026
https://github.com/oguzhansarigol/expected-goals-xg-data-analysis
We will analyze in our code the expected goal locations of football players based on which areas of the field, at what times, with which feet, using which parts of their bodies, and from which angles and distances they are most likely to score.
data-analysis-python expected-goals numpy pandas-python python
Last synced: 02 May 2026
https://github.com/mirseo/pandas_learning
pandas_learning
data-analysis data-analysis-python data-science data-visualization numpy numpy-example pandas pd python python-3 python3
Last synced: 03 May 2026
https://github.com/celineboutinon/bottleneck
ENSAE-ENSAI Formation Continue (Cepe)/OpenClassrooms Data Analyst 2022-2023 - Projet 5
data-analysis data-analytics data-visualisation dataframes market-intelligence marketing-analytics matplotlib-pyplot missingno numpy pandas python seaborn
Last synced: 07 Sep 2025
https://github.com/alvinmurimi/jumia
Data analysis on smartphones listed on jumia.co.ke
beautifulsoup4 jumia matplotlib numpy pandas scraping seaborn
Last synced: 09 May 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.
Last synced: 03 May 2026
https://github.com/rakibhhridoy/machinelearning-featureselection
Before training a model or feed a model, first priority is on data,not in model. The more data is preprocessed and engineered the more model will learn. Feature selectio one of the methods processing data before feeding the model. Various feature selection techniques is shown here.
extratreesclassifier feature-selection gridsearchcv lasso-regression logistic-regression machine-learning numpy pandas pca rfe rfecv scikit-learn selectkbest
Last synced: 02 May 2026
https://github.com/code-taweezy/thermos-ai
An AI-powered thermal optimization and anomaly detection system for energy-efficient data centers. Note: this is a MVP
ai case-study data-visualization lovable-ai machine-learning matpplotlib mvp numpy pandas project python sckiit-learn seaborn solution tensorflow
Last synced: 02 May 2026
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/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/ryantusi/ai_ml_fundamentals
Welcome to my GitHub repository showcasing projects completed during the AI/ML Foundation course from Codecademy. This repository contains a collection of projects that demonstrate my skills and knowledge in the field of artificial intelligence and machine learning.
artificial-intelligence data-science data-visualization exploratory-data-analysis foundation machine-learning numpy pandas python
Last synced: 14 Apr 2026
https://github.com/nekruzash/machine-learning-decision-trees
This is from CS2023 - AI/DS/ML class, trained a machine learning model with heart disease data sets to predict a correlation using numpy and pandas.
jupyter-notebook numpy pandas python
Last synced: 02 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/gauranshgoel123/predictive-demand-analysis
Demand Forecasting Project A web application for predicting future demand for part numbers based on historical data. Built with React for the frontend and FastAPI with Python for the backend, this application visualizes demand trends and allows users to input additional data for improved accuracy. In render analyzer is frontend analysis is backend
chartjs data-analysis data-science data-visualization dataset deployment full-stack machine-learning numpy pandas predictive-analysis prophet-model python reactjs render
Last synced: 13 Apr 2026
https://github.com/saptak625/doublependulum
This repository is my derivation of the equations of motion of a double pendulum using Lagrangian Mechanics and then solving the nonlinear, coupled equations using a Runge-Kutta 45 integration scheme.
differential-equations lagrangian-mechanics matplotlib numerical-integration numpy python scipy vpython
Last synced: 03 May 2026
https://github.com/neerajcodes888/diwali-sales-analysis
An open-source repository for sales data analysis. Dive into insightful trends, metrics, and visualizations to empower data-driven decision-making. Ideal for data analysts, business professionals, and enthusiasts seeking comprehensive sales insights. Clone, customize, and contribute to enhance your sales analytics journey.
data-science-projects data-visualization numpy pandas-dataframe python3 sales-analysis seaborn-plots
Last synced: 26 Mar 2025
https://github.com/mtgsoftworks/blink-detecion-player
It is a software that has the ability to stop and play the videos watched on youtube and rewind when the eyes of this software are closed and opened.
dlib numpy opencv-python python3 scipy selenium-webdriver
Last synced: 13 Apr 2026
https://github.com/cchandre/rg
Renormalization for the break-up of invariant tori in Hamiltonian flows
expm hamiltonian hamiltonian-dynamics invariant-tori kolmogorov-arnold-moser numpy python3 renormalization-group scipy
Last synced: 01 May 2026
https://github.com/byigitt/smartmove
fake data generation and analysis for ankara metro station
ankara cv2 metro numpy pandas scikit-learn
Last synced: 03 May 2026
https://github.com/abdulfatir/subkmeans
Numpy and pyCUDA implementation of subKmeans
clustering cuda kdd kmeans numpy pycuda python subspace-clustering
Last synced: 09 May 2026
https://github.com/joshi-jyoti/heart-disease-prediction
This repository contains a Python-based project for predicting the likelihood of heart disease using a Logistic Regression machine learning model. It leverages a dataset of patient medical information to train and evaluate the model, providing insights into potential diagnoses.🩺
heart-disease-prediction heart-disease-predictor kaggle-dataset machine-learning numpy pandas python scikit-learn
Last synced: 01 May 2026