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-26 00:18:09 UTC
- JSON Representation
https://github.com/manjotkaurgill/agritech
Enter details of your soil and weather, and find best suitable crop for farming. With our advanced AI system, you can make informed decisions and optimize your agricultural practices.
flask generative-ai insight-generation machine-learning matplotlib mongodb nextjs numpy pandas python scikit-learn seaborn
Last synced: 12 Apr 2026
https://github.com/chandkund/stock-price-prediction-
Predict Tesla stock prices using historical data. The project preprocesses data, applies normalization and standardization, trains a linear regression model, and evaluates its performance. Visualizations include box plots and time series plots.
data-science linear-regression numpy pandas plotly python sklearn sklearn-model
Last synced: 21 Jan 2026
https://github.com/greatepee/book-recommendation-system
Book Recommendation System
collaborative-filtering cosine-similarity evaluation-metrics k-precision kaggle kaggledatasets mae numpy pandas python scikit-learn scipy svd svd-matrix-factorisation
Last synced: 12 Mar 2026
https://github.com/null-byte-00/fargasht
A simple evolution simulator written in python
ai data-science evolution evolutionary-algorithms machine-learning neural-network numpy pygame
Last synced: 18 Jan 2026
https://github.com/rachakondaganesh/superstore-sales-data-analysis-project
Analyzed retail sales data to uncover key business insights using Python and Power BI. Explored patterns in profit, sales, and customer segments across regions. Built interactive dashboards to visualize trends, identify top-performing categories, and highlight areas for improvement in shipping and discount strategies.
dashboard exploratory-data-analysis matplotlib-pyplot numpy pandas powerbi seaborn
Last synced: 02 May 2026
https://github.com/amish5ingh/cricket-data-analytics-ipl
Data analysis and visualization of IPL 2022 matches using Python, Pandas, Matplotlib, and Seaborn. Includes insights on match outcomes, player performances, toss trends, and venue stats with 12+ charts.
data-analysis data-visualization ipl-data-analysis ipl-data-visualization jupiter-notebook matplotlib-pyplot numpy pandas python seaborn
Last synced: 09 May 2026
https://github.com/faisal-khann/ipl-analysis
The IPL Analysis project is a comprehensive data-driven exploration of the Indian Premier League (IPL), analyzing historical match data to uncover patterns in team performance, player statistics, and match outcomes.
data-analysis exploratory-data-analysis jupyter-notebook matplotlib numpy pandas seaborn
Last synced: 08 May 2026
https://github.com/netbr3ak/planetary-system-simulation
Planetary System Simulation enables users to simulate the trajectories of two planets in a gravitational system. Through a simple web interface, users can predict planetary movements using technologies such as Flask, NumPy, and SciPy.
astronomy flask gravitational-dynamics numerical-analysis numpy physics planetary-systems scipy simulation web-application
Last synced: 14 Apr 2026
https://github.com/bhavnanahar/coral_project
ChatGPT said: This project analyzes and predicts the health of coral reefs in the Florida Keys by examining coral cover and species richness trends over time.
colab-notebook matplotlib numpy pandas plotly python random-forest scikit-learn seabo
Last synced: 14 Apr 2026
https://github.com/arsh-pixel-cmd/ai-image-classifier
AI Image Classifier is a web app that uses AI and deep learning to classify images in real-time. Built with Streamlit, TensorFlow (MobileNetV2), OpenCV, and NumPy, it allows users to upload single or multiple images and get the top-3 predictions with confidence scores instantly in the browser.
docker numpy opencv python3 streamlit tensorflow2 uv
Last synced: 10 Apr 2026
https://github.com/sohitbennett/roadsafe
A Deep learning computer vision system for real-time traffic safety monitoring.
computer-vision esrgan keras numpy pandas python scikit-learn tensorflow tesseract-ocr yolov5 yolov8
Last synced: 08 Apr 2026
https://github.com/ianhaggerty/final-capstone
This represents the final capstone project in my HyperionDev Data Science (fundamentals) course. A dataset of Amazon customer reviews is analysed using natural language processing.
amazon data-analytics data-science data-visualization dataset matplotlib nlp nlp-machine-learning numpy pandas plotly reviews seaborn spacy tabulate textblob wordcloud
Last synced: 19 Jan 2026
https://github.com/gurramankit/censusproject_ml_randomforest
The objective of this project is to build a classification model using the Census Income dataset from the UCI Machine Learning Repository. The model predicts whether an individual's income exceeds $50,000 per year, based on their demographic and employment-related attributes.
matplotlib numpy pandas python random-forest scikit-learn seaborn
Last synced: 14 Apr 2026
https://github.com/thekartikeyamishra/colorextractor
A Python-based project that extracts the dominant colors from an image using the KMeans clustering algorithm. This project is useful for applications like image processing, color palette generation, or analyzing the most prominent colors in images.
kmeans-clustering matplotlib matplotlib-pyplot numpy p pillow python sklearn
Last synced: 05 May 2026
https://github.com/rscr1/summer_practice_mai_2
Решение всех заданий летней практики
matplotlib numpy pandas python scipy sympy
Last synced: 14 Apr 2026
https://github.com/gustavodinizmonteiro/pagehank
gephi information-retrieval numpy pagerank pandas pipenv python python3
Last synced: 14 Apr 2026
https://github.com/tnel7/data-science-yandex-practicum
Проекты из Яндекс Практикума "Специалист по Data Science"
data-science machine-learning nlp-machine-learning numpy pandas seaborn sklearn
Last synced: 19 Jan 2026
https://github.com/paulokarabyna/ml-foundations-day1
🔧 Set up a Python environment and practice linear algebra with NumPy while plotting vectors and reflections in this Day 1 ML foundations starter repository.
ai data-science education jupyter-notebook linear-algebra machine-learning matplotlib numpy terminal-mac tutorial visualization
Last synced: 18 May 2026
https://github.com/chandkund/housing-price-prediction
Predict housing prices using the Boston Housing Dataset. Covers data loading, cleaning, preprocessing, EDA, normalization, standardization, and regression models (Linear Regression, Decision Tree, Random Forest, Extra Trees). Evaluated with Mean Squared Error (MSE). Tech: Python, Pandas, NumPy, Scikit-learn, Seaborn, Matplotlib.
data-science data-visualization matplotlib numpy pandas pyhton sklearn sklearn-library sklearn-metrics
Last synced: 21 Jan 2026
https://github.com/anjaliwork20/heart-failure-prediction
Heart Failure Prediction in Humans
failure-detection heart heart-disease machine-learning machine-learning-algorithms matplotlib numpy pandas python scikit-learn scikitlearn-machine-learning seaborn svc-model
Last synced: 21 Jan 2026
https://github.com/salma-mamdoh/the-android-app-market-on-google-play-project
My project aims to practice Data Analysis and Data Visualization on DataCamp
data-analysis data-visualization datacamp jupyter-notebook matplotlib numpy pandas python seaborn
Last synced: 12 Apr 2026
https://github.com/allanreda/automated-k-means-clustering-engine
An interactive K-Means clustering tool built with Flask and Scikit-Learn, supporting Excel file uploads, cluster analysis, and data export, deployed on Google Cloud Run via Docker with CI/CD integration.
cicd css data-visualization deployment docker flask google-cloud-run html javascript k-means-clustering machine-learning matplotlib numpy pandas python scikit-learn
Last synced: 19 Jan 2026
https://github.com/alisonmitchell/titanic
Exploration of a subset of the Titanic passenger manifest to create a predictive classification model to determine which passengers were more likely to survive.
deep-learning keras machine-learning matplotlib numpy pandas python scikit-learn scipy seaborn tensorflow
Last synced: 14 Apr 2026
https://github.com/bharath-tars/deeptumor2.0
DeepTumor2.0 is a project aimed at developing a flask webapp with robust front end and highly trained model using tensorflow in the backend with several features like with automatic html template reporting. **NOTE: DeepTumor2.0 has been moved from Azure to On-Render to save costs**
css datetime docs flask github html javascript keras numpy onrender os pandas python sheety smtp tensorflow
Last synced: 21 Jan 2026
https://github.com/jatin-mehra119/paris_housing_price-kaggle-
Paris Housing Price Kaggle Competiton
data data-visualization kaggle-competition machine-learning numpy pandas predictive-modeling scikit-learn
Last synced: 29 Apr 2026
https://github.com/saifalibaig/covid-19-death-rate-analysis-using-python
Analysis of Covid-19 data along with the world happiness report to identify if there is any relationship between death rate and happiness rate of countries all over the world.
data-analysis data-visualization numpy pandas python3 sns visualization
Last synced: 03 May 2026
https://github.com/ricardorobledo/paymentcardfrauddetection2025
Comparative analysis of probabilistic classification models for credit card fraud detection, focusing on model calibration and threshold optimization in highly imbalanced datasets.
imbalanced-learn matplotlib numpy pandas python3 scikit-learn search
Last synced: 14 Apr 2026
https://github.com/ayodimeji1/ai_clustering
artificial-intelligence clustering-algorithm machine-learning numpy pandas seaborn sklearn
Last synced: 13 Apr 2026
https://github.com/sayidmushtaq/reportcard
Tracking and analyzing student grades. It calculates averages, identifies top performers, and generates performance reports with ease.👨🏼🎓👨🏼🎓
begginer-project numpy reporting-tool
Last synced: 27 Jan 2026
https://github.com/jlmsc/gaussian-elimination
Python implementation of the Gaussian Elimination method for solving systems of linear equations.
algorithms back-substitution educational gaussian-elimination linear-algebra linear-systems math matrix numerical-methods numpy pysimplegui python row-echelon-form scientific-computing sympy
Last synced: 31 May 2026
https://github.com/semanurbilada/chatbot
Developing ChatBot [ open source ]
custom-dataset intents keras keras-neural-networks keras-tensorflow model-training nlp nlp-machine-learning nltk-python numpy open-source pickle tensorflow
Last synced: 14 Apr 2026
https://github.com/abhishekyadav915/multiple_disease_prediction_using_ml
Developed a web-based application for predicting the likelihood of multiple diseases using machine learning models with accuracy up to 95%.
colab-notebook logistic-regression numpy pandas python3 sklearn spyder-python-ide streamlit-web streamlitcloud svm-classifier
Last synced: 05 May 2026
https://github.com/wasifsohail5/amusic-ai_powered_musicrecommendationsystem
AMUSIC is an AI-driven music recommendation system that helps users discover personalized songs. Using Python, Streamlit, and Scikit-learn, it offers smart recommendations, advanced search, and interactive music insights. Users can save favorites, create playlists, and export data for a seamless music discovery experience.
joblib k-nearest-neighbours matplotlib minmaxscaler numpy pandas pickle plotly python scikit-learn seaborn streamlit
Last synced: 14 Oct 2025
https://github.com/helabenkhalfallah/art-bloom
ArtBloom is a backend application designed for art enthusiasts and researchers.
analytics backend-api numpy pandas-python python recommendationsystem
Last synced: 22 Jan 2026
https://github.com/yahiazakaria445/ensemble-learning-voting-classifier
Ensemble Learning Using KNN, Naive Bayes, Decision Tree on Biomechanical Data
matplotlib numpy pandas scikit-learn seaborn
Last synced: 30 Apr 2026
https://github.com/hansalemaos/cirdhighspeedcoverter
High speed conversion of IP addresses represented in CIDR notation into their corresponding start and end IPs, along with their respective subnet masks.
cidr data-manipulation ip-addresses ip-conversion network network-management network-security numpy pandas subnet-mask
Last synced: 27 Jan 2026
https://github.com/ananupam/eda-titanic
An Exploratory Data Analysis project done on Titanic Dataset.
Last synced: 14 Apr 2026
https://github.com/5hraddha/ice-video-games-sales-analysis
Analysis of video game sales data of an online store Ice, which sells video games all over the world & identify patterns that determine whether a game succeeds or not.
data-visualization matplotlib numpy pandas requests-module scipy seaborn
Last synced: 14 Apr 2026
https://github.com/hossein-cod/parking-space-detection
Identifying empty spaces in the parking lot with openCV
cv2 jupyter-notebook numpy opencv pickle python
Last synced: 14 Apr 2026
https://github.com/architj6/gesture-control-system
This Gesture Control System allows users to control various system functions (like mouse movement, volume adjustment, and screen brightness) using hand gestures through a webcam. It leverages MediaPipe for hand tracking and PyAutoGUI for controlling the system. The project enables intuitive, hands-free control for everyday tasks.
brightness-control cursor cursor-control doubleclick drag-and-drop gesture handgesture handgesture-recognition mediapipe numpy opencv os pyautogui pycaw python python3 scroll volume-control
Last synced: 17 Apr 2026
https://github.com/deepcloudlabs/dcl702-2021-jul-12
DCL-702: Data Analytics using Python
data-analytics numpy pandas python3
Last synced: 05 May 2026
https://github.com/sharif-minhaz/rag-system
Ingest and vectorize content upon publication, store embedding, then retrieve and augment user queries with context to generate high-quality responses.
faiss flask mysql2 nodejs numpy rag react transformers
Last synced: 14 Apr 2026
https://github.com/bhuvantenguria/adobe-gensolve
Adobe-Gensolve
cv2 dotenv firebase-admin flask numpy pandas python react svgpathtools svgwrite
Last synced: 23 Jan 2026
https://github.com/mlicamele/neural-network
Project focused on exploring the computations behind neural networks by building one from scratch with only numpy and testing it with the MNIST dataset.
gradient-descent matrix-computations neural-networks numpy python
Last synced: 12 Apr 2026
https://github.com/chirindaopensource/search_benford_law_compatibility
End-to-End Python scalable forensic accounting toolkit implementing Benford's Law analysis for FTSE financial data. Delivers automated anomaly detection with Chi-Squared/MAD testing, comprehensive validation pipelines, and risk-based prioritization of investigative resources. Replicates Ausloos et al.'s (2025) methodology with full reproducibility.
academic-research anomaly-detection benfords-law chi-squared-test data-validation econometrics financial-analysis financial-data forensic-accounting fraud-detection ftse goodness-of-fit jupyter-notebook numpy pandas python reproducible-research risk-management scipy statistical-testing
Last synced: 12 Apr 2026
https://github.com/harmanveer-2546/reducing-data-entries
Way to delete data entries from csv/excel file using. For excel file, use excel instead of csv in the code.
csv data data-entry delete-data excel numpy pandas python
Last synced: 05 May 2026
https://github.com/zombietdv/hm_gpt_v1.0
Homemade GPT( not that good ).
attention-mechanism backpropagation deep-learning numpy
Last synced: 19 Apr 2026
https://github.com/alefair/ds
Data Science projects
ipython jupyter matplotlib numpy pandas python sklearn
Last synced: 15 Mar 2026
https://github.com/hellymodikalpesh/numpy
This repository is designed as a comprehensive resource for learning the NumPy library. It covers nearly all functions and features of NumPy, providing a thorough exploration of its capabilities for numerical computing and data analysis.
Last synced: 28 Jan 2026
https://github.com/hafaio/homeotopy
A python library for computing homeomorphisms between some common continuous spaces
Last synced: 24 Feb 2026
https://github.com/ggrbill/phd-plot-scripts
My personal plot scripts used to generate graphs for my PhD Thesis
hacktoberfest matplotlib numpy python
Last synced: 18 Apr 2026
https://github.com/sonaligill/olympics-analysis
The outcome of this project is an interactive streamlit web application that visualizes the analysis of Olympic data while rendering different aspects of Olympic history, compare country performances, and gain insights into athlete demographics.
numpy plotly python scikit-learn scipy streamlit
Last synced: 28 Jan 2026
https://github.com/alejandro945/insurance-risk
This project aims to predict the risk of insurance claims using a dataset from Kaggle. The dataset consists of 26 columns and 205 rows, providing various features related to insurance risk. By analyzing this data, we seek to build predictive models that can help insurers assess the risk of claims.
data-analytics ipython-notebook numpy pandas python
Last synced: 06 Feb 2026
https://github.com/jaybfn/single-molecule-electrophysiology-data-analysis
Pynanopore serves as a sophisticated toolkit for analyzing single molecules, designed to interpret complex states within nanopore data automatically.
docker numpy pandas plotly pytest python3 streamlit streamlit-webapp
Last synced: 28 Jan 2026
https://github.com/maia-bastos/an-lise-descritiva-ibge
analise-de-dados estatistica numpy pandas seaborn
Last synced: 15 Apr 2026
https://github.com/jaypanchal9/fraud-detection-case-study
A comprehensive case study applying machine learning techniques to detect fraudulent transactions effectively.
machine-learning matplotlib numpy pandas python3 scikit-learn seaborn xgboost
Last synced: 15 Apr 2026
https://github.com/hercules-peters/learn-ml-with-me
Welcome to **ML-Journey**, my personal progress tracker for mastering machine learning! This repository showcases my projects, notebooks, and explorations as I advance my skills, starting with hands-on projects.
machine-learning numpy pandas python sklearn
Last synced: 15 Apr 2026
https://github.com/muhkartal/fr-photo
face-recognition system works on images first of all you need to register valid image as recognition
face-recognition numpy opencv pillow python streamlit
Last synced: 15 Apr 2026
https://github.com/tamk-kol/project_orbital_data_analysis
The goal of this project is to develop an automatic method to detect orbital maneuvers using machine learning.
matplotlib numpy pandas scikit-learn
Last synced: 30 Jan 2026
https://github.com/ayuub34/siesta-smart
This project is designed to be a AIaaS 2-Way-PMS optimized with AI and ML models. The goal is to enhance the efficiency of the system through advanced technology solutions.
ai data-analysis-python data-processing data-science jupyter-python machine-learning matplotlib numpy pandas powerbi-report pyqt5 scipy seaborn sklearn
Last synced: 25 Feb 2026
https://github.com/thkox/uni_2023-compression-and-object-removal
This project is a team assignment for the "Multimedia Systems" course, offered in the 6th semester of the 2023 academic year at the University of Piraeus, Department of Informatics.
2023 6th-semester colorama compression-algorithm department-of-informatics heapq lossless-compression-algorithm motion-compensation multimedia-systems numpy object-removal opencv-python pickle python scipy-stats university-of-piraeus
Last synced: 07 Feb 2026
https://github.com/sarmad426/ai
AI basic to advanced featuring Machine Learning, Deep Learning and Data Science.
ai data-science deep-learning hugging-face machine-learning numpy pandas python scikit-learn
Last synced: 15 Apr 2026
https://github.com/karishmagupta05/airbnb-data-scraping-and-analysis
This project involves web scraping Airbnb listings using Python and BeautifulSoup, followed by data analysis with Pandas. The goal is to extract meaningful insights from the data, clean and preprocess it, and visualize the results using libraries like Matplotlib and Seaborn.
beautifulsoup4 matplotlib numpy pandas python scraping seaborn visualization
Last synced: 15 Apr 2026
https://github.com/nmerka/practicum_rep
Проекты курса Аналитик данных (Яндекс.Практикум)
jupyter-notebook matplotlib numpy pandas plotly python scipy seaborn sql tableau
Last synced: 31 Jan 2026
https://github.com/dipeshgoyal013/salary-data-analysis
Salary Analysis according department and agency.
analysis matplotlib numpy pandas salary sklearn-library
Last synced: 15 Apr 2026
https://github.com/samiyaalizaidi/nn-ml-homeworks
Homework solutions for CPE-4903: Neural Networks & Machine Learning at Kennesaw State University.
machine-learning machine-learning-workflow neural-networks numpy scikit-learn
Last synced: 15 Apr 2026
https://github.com/vyask21/opencv-drowsy
Drowsiness detection can be quickly done using shape predictor face landmarks.dat model file that mark the essential landmarks on the face using OpenCV modules.
Last synced: 08 Feb 2026
https://github.com/danish-jamil-01/kidney-tumor-detection
Demonstrating how changes in input image resolution affect the algorithm's output
disease-prediction imbalanced-learn ipynb-jupyter-notebook jupiter-notebook kidney-disease-prediction matplotlib matplotlib-figures matplotlib-pyplot numpy numpy-python opencv opencv-python pandas pandas-python pathlib python scikit-image seaborn seaborn-python tensorflow
Last synced: 01 Feb 2026
https://github.com/bineet-ratna-shakya/data-science-salary-analysis
analyzing a dataset containing salaries of data science professionals from 2020 to 2023.
data-analysis data-science data-visualization jupyter numpy pandas python
Last synced: 01 Feb 2026
https://github.com/rissh/titanicsurvivalpredictionusingml
Predicting Titanic passenger survival through machine learning. This project includes data preprocessing, exploratory data analysis, feature engineering, and model training using Python. 🚢
data data-analysis data-science data-visualization dataanalysis jupiter-notebook machine-learning machine-learning-algorithms machinelearning matplotlib numpy pandas prediction prediction-model python python3 seaborn tenserflow tflearn titanic
Last synced: 01 Feb 2026
https://github.com/sarowarahmed/advertising-sales-app
📈 Advertising Sales Predictor: A web app powered by a Machine Learning model, built with Numpy, Pandas, Scikit-learn, and Streamlit, to forecast sales based on TV, Newspaper, and Online Advertising. Deployed on Streamlit Cloud for real-time, easy-to-use predictions.
advertising app machine-learning multiple-linear-regression numpy pandas sales scikit-learn streamlit
Last synced: 07 Feb 2026
https://github.com/sharkb8t/credit-risk-classification
Demonstrates my abilities to use Jupyter Notebook with scikit-learn to train and evaluate a machine learning model.
jupyter-notebook numpy pandas pathlib python scikit-learn
Last synced: 15 Apr 2026
https://github.com/giihcastro/trabalho-fisica
3D VPython Electromagnetic Particle Motion Simulator
Last synced: 15 Apr 2026
https://github.com/ryancswallace/npdb
Parallel NumPy-like interface for large n-dimensional arrays on disk.
mapreduce-designpatterns numpy numpy-arrays parallel-computing python
Last synced: 09 Feb 2026
https://github.com/ankits-21/smartspectro
This is Mobile Based Spectrometer
flask-application jvascript kd-tree matplotlib numpy pandas python react-native scipy
Last synced: 09 Feb 2026
https://github.com/harmanveer-2546/statistics-for-machine-learning
Statistical tools help you clean and organize your data. You can identify outliers, manage missing values, and ensure your data is in a format that the ML algorithms can understand.
inline matplotlib matplotlib-styles numpy pandas probability python seaborn statistics
Last synced: 18 Apr 2026
https://github.com/foggysmile/ml_labs_itmo
Лабораторные работы по машинному обучению
bert decision-trees jupyter-notebook machine-learning numpy pandas random-forest xgboost
Last synced: 11 Feb 2026
https://github.com/leftcoastnerdgirl/matplotlib_and_numpy
This project applies lessons using Matplotlib and Numpy
bar-charts box-and-whisker-plots correlation-analysis data-analytics data-visualization jupyter-notebook linear-regression numpy pandas-dataframe pandas-python r-value scatter-plot scipy scipy-stats
Last synced: 16 Apr 2026
https://github.com/mustafaozvardar/image-classification-webapp
This project features an AI model for diagnosing pneumonia from chest X-ray images. Users can upload a chest X-ray image through the app, and the model will classify it.
artificial-intelligence computer-vision keras numpy python streamlit streamlit-webapp tensorflow
Last synced: 27 Feb 2026
https://github.com/sproc01/alcuinproblem
A resolver for a generic Alcuin problem
alcuin cplex cplex-optimization-solver graph matplotlib mip networkx numpy operations-research optimization pandas pyomo python python3 seaborn
Last synced: 09 Apr 2026
https://github.com/arserchung/ml_cnn
Basis CNN intro& project of recognize to cat or dog
glob keras keras-models numpy opencv os sklearn tensorflow
Last synced: 13 Feb 2026
https://github.com/dpgitaccount/project---hospital-readmission-analysis
The goal of this project is to build a predictive model to estimate the likelihood of a hospital readmission based on patient data. By identifying factors that contribute to readmissions, hospitals can optimize care and reduce costs associated with repeated visits.
boxplot confusion-matrix datamodeling exploratory-data-analysis heatmap histplot numpy pandas plotly python random-forest seaborn smote-sampling visualization
Last synced: 16 Apr 2026
https://github.com/islamshahil/neuralnetworks
Hello World to Neural Network.
deeplearning neural-network numpy python
Last synced: 16 Apr 2026
https://github.com/codersales/machine-learning-project
Machine Learning Project
code data-science filtered-4 jupyter last-quarter machine-learning not-this-month numpy over-100-commits pandas pseudo-current python repository-6 scikit-learn sub-critical supervised supervised-learning
Last synced: 02 Mar 2026
https://github.com/mattia-hulathduwage/wine-quality-analyzer
A machine learning project that analyzes wine quality using clustering, regression, and classification techniques. The model predicts wine quality scores based on chemical properties and determines the most influential features affecting quality.
machine-learning matplotlib numpy pandas python scikit-learn seaborn
Last synced: 16 Apr 2026
https://github.com/saurabh274/netflix-eda
Analyze the data and generate insights that could help Netflix in deciding which type of shows/movies to produce and how they can grow the business in different countries.
matplotlib numpy pandas python seaborn
Last synced: 28 Feb 2026
https://github.com/killervardhan8/gesturedecode
The Sign Language Interpretation project focuses on recognizing and interpreting hand gestures to facilitate communication for individuals who use sign language. This project leverages computer vision and machine learning techniques to accurately identify and translate hand signs into text
csv mediapipe numpy python tensorflow
Last synced: 28 Feb 2026
https://github.com/tomaslopera/truncamiento
matplotlib modeling-and-simulation numpy scipy seaborn
Last synced: 16 Apr 2026
https://github.com/pramodyasahan/health-insurance-cost-prediction
This project focuses on predicting health insurance costs using a polynomial regression model. By employing machine learning techniques in Python, the project aims to accurately estimate insurance costs based on various personal attributes. The model takes into account several features including age, sex, BMI, number of children, smoking status etc
machine-learning matplotlib numpy pandas python3 scikit-learn
Last synced: 16 Apr 2026
https://github.com/eljandoubi/predict-customer-churn-with-clean-code
Clean Code Principles
autopep8 logging numpy pandas pylint pytest scikit-learn
Last synced: 16 Apr 2026
https://github.com/eljandoubi/breakout-strategy
Implementation of the Breakout Strategy
breakout numpy pandas scipy trading-algorithms trading-strategies training
Last synced: 16 Apr 2026