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/vyjayanthipolapragada/marketing_statistical_analysis
Statistical analysis of customer data and their impact on the sales of products based on marketing campaigns
customer-data data-analysis dataframes marketing matplotlib numpy pandas python seaborn statistical-analysis
Last synced: 11 Apr 2026
https://github.com/gkannan-codes/habitableexos
With Earth’s habitability under strain, we ask: which known exoplanets could humans live on? Using NASA’s Exoplanet Archive, we score planets 0–1 (1 ≈ Earth) from five Earth-normalized features to rank top candidates.
data html kaggle matplotlib-pyplot numpy pandas plotly python seaborn visualization
Last synced: 11 Apr 2026
https://github.com/ganesh774218/eda-book-store
Exploratory data analysis on a book store dataset to uncover sales trends, popular genres, and top publishers.
data-visualization datacleaning datamanipulation eda matplotlib numpy pandas python pythonp pythonproject seaborn
Last synced: 07 May 2026
https://github.com/nirmaldeepponnada/codeclauseinternshipproject1
This project involves Customer Segmentation using K-Means clustering to group customers based on Recency, Frequency, and Monetary (RFM) analysis from the Online Retail dataset. It also performs Sentiment Analysis on Amazon Product Reviews using Natural Language Processing techniques & Logistic Regression to classify reviews as positive or negative.
kmeans logistic-regression numpy pandas python3 regular-expressions scikit-learn tf-idf-vectorizer
Last synced: 11 Apr 2026
https://github.com/aathithya-shanmuga-sundaram/cyber-threat-intelligence-dashboard
Interactive Streamlit dashboard for visualizing and analyzing cyber threats, featuring real-time data insights, severity classification, geolocation mapping, and customizable dark-cyber UI.
cyber-threat-intelligence cyber-threat-tool cybersecurity cybersecurity-tools data-visualization dataset numpy pandas plotly python streamlit threat-intelligence
Last synced: 10 Nov 2025
https://github.com/ahmedmmahrous/medical-expenses-prediction-end-to-end-data-science-project-
Predict the future medical expenses of patients based on certain features.
data-science deployment exploratory-data-analysis flask machine-learning matplotlib numpy pandas plotly python regression statistics webapp
Last synced: 08 Apr 2026
https://github.com/theashishmavii/intelligent-crash-detection-and-emergency-notification
Intelligent Crash Detection: A deep learning-based system that detects vehicle accidents in real-time and sends emergency alerts with GPS location.
artificial-intelligence computer-vision deep-learning geolocation geopy keras machine-learning matplotlib numpy opencv pandas python tensorflow twilio vgg16
Last synced: 11 Apr 2026
https://github.com/jagroop2001/learning-numpy
Learning NumPy complete the exercise
Last synced: 16 May 2025
https://github.com/hectorta1989/py-images-classification
Images classification algorithms implemented by Python
ai computervision deeplearning imageclassification imageprocessing knn-classification machine-learning numpy pandas pca pca-analysis python3
Last synced: 04 May 2026
https://github.com/yelypk/nasa-farm-navigators
NASA Space Apps Challenge Hackathon
fastapi javascript numpy phaser postgresql python railway
Last synced: 11 Apr 2026
https://github.com/kersh1337228/tradenv
Trading strategies testing environment based on open stock market data
django django-rest-framework numpy pandas python react stock-market typescript
Last synced: 11 Apr 2026
https://github.com/mborne/numpy-experiments
[DEV] Some basic examples written to get started with numpy and pytorch
autograd basics get-started least-squares numpy torch
Last synced: 05 May 2026
https://github.com/xiaohaoo/machine-learning-examples
机器学习使用不同框架的常见模型的例子
keras matplotlib numpy python pytorch sklearn tensorflow
Last synced: 11 Apr 2026
https://github.com/reubenmathew/docscanner
📸 Document Scanner using an OpenCV Edge Detection Engine
Last synced: 11 Apr 2026
https://github.com/vansh-py04/convolution-net-from-scratch
A minimal NumPy-based implementation of a 3-layer convolutional neural network (CNN) from scratch — including custom forward and backward passes for conv, ReLU, pooling, affine, and softmax layers. Perfect for learning how CNNs actually work under the hood.
backpropagation cnn computer-vision convolutional-neural-networks cs231n cs231n-assignment deep-learning from-scratch from-scratch-in-python fully-connected-network machine-learning maxpool2d nueral-networks numpy softmax stanford-deep-learning
Last synced: 24 Apr 2026
https://github.com/ecrows/flippy
Python command-line utility for generating videos from image directories.
data-science image-processing numpy opencv python python3 video video-processing visualization
Last synced: 04 Mar 2026
https://github.com/staciax/data-science
data-science matplotlib numpy skit-learn
Last synced: 18 Nov 2025
https://github.com/pointer2alvee/machine-learning-algorithms-scratch
Core Machine Learning concepts , algorithms & maths implemented completely from scratch using Python & numpy only.
machine-learning-algorithms numpy pandas probabilistic-machine-learning python statistical-models
Last synced: 07 May 2026
https://github.com/mgitrov/kulo-chatbot
A retrieval based chatbot aiming to simulate human-like conversation with the user via text messages on chat.
artificial-neural-networks bag-of-words deep-learning json keras lemmatization natural-language-processing nltk numpy tkinter tokenization
Last synced: 07 May 2026
https://github.com/lorenzorottigni/ml-spam-filter
Machine Learning python bootcamp: natural language processing with spam filter purposes
machine-learning npl numpy pandas python scikit-learn seaborn spam-filtering
Last synced: 11 Apr 2026
https://github.com/muhammad-rebaal/eda-with-python-and-pandas
Explore, Analyze, and Visualize Data with Python and Pandas: Dive into the world of data analysis and visualization using Python and Pandas with this repository. Discover valuable insights, clean and preprocess your data, and create stunning visualizations to make data-driven decisions.
calmap matplotlib numpy pandas python python3 seaborn
Last synced: 07 May 2026
https://github.com/biasandrade/rede-neural-do-zero-classificacao-binaria
🧠 Rede Neural Artificial construída do ZERO (só NumPy) para detectar fraudes em transações | Forward/Backward Propagation | Sigmoid | Gradiente Descendente
backpropagation binary-classification deep-learning fraud-detection from-scratch gradient-descent machine-learning neural-network numpy python
Last synced: 18 Nov 2025
https://github.com/harmanveer2546/campus-recruitment-prediction
Student Campus-Placement Prediction ML Project using Python
decision-trees machine-learning matplotlib numpy pandas python random-forest scipy seaborn
Last synced: 11 Apr 2026
https://github.com/aadrianleo/book-recommendation-system
Book Recommender System using the Book-Crossing dataset. Compares content-based (TF-IDF + cosine similarity) and collaborative filtering (SVD) methods for book recommendations. Includes data cleaning, EDA, and model evaluation (Precision@5, RMSE) in Python.
artificial-intelligence collaborative-filtering content-based-filtering cosine-similarity data-preprocessing jupyter jupyter-notebook machine-learning matrix-factorization numpy pandas predictive-modeling python3 recommendation-system recommender-system scikit-learn sckit-surprise
Last synced: 10 Apr 2026
https://github.com/alaazameldev/text-based-search-engine
Implementation of a search engine using TF-IDF and Word Embedding-based vectorization techniques for efficient document retrieval
chromadb fastapi gensim-word2vec nltk numpy precision-recall python scikit-learn tf-idf-vectorizer
Last synced: 20 Jan 2026
https://github.com/venkatnvs/deep_learning-nn-python
Deep learning and Neural networks
keras matplotlib numpy pandas python sklearn tensorflow
Last synced: 11 Apr 2026
https://github.com/dmarks84/ind_project_obesity-multi-class-classification--kaggle
Independent Project - Kaggle Competition -- I worked on the obesity classification data set as part of a Kaggle Competition of the same name, scoring (for accuracy) above 0.9
classification correlation-analysis cross-validation data-modeling data-visualization dataframes eda gridsearchcv matplotlib multiclass-classification numpy pandas python seaborn sklearn statistics supervised-ml
Last synced: 11 Apr 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/sudarshanasrao/ee559-machine_learning-usc
USC graduate level Machine Learning course
cnn keras machine-learning neural-networks numpy python scikit-learn scipy tensorflow
Last synced: 11 Apr 2026
https://github.com/gustavoaca1997/placa-orificio-velocidad
script en python3 para obtener la velocidad de una placa orificio mediante tanteos
chemistry numerical-calculations numerical-methods numpy python
Last synced: 01 May 2026
https://github.com/benjifinance/benjimlmodel
This is the ML model of the Benji Application
ai ai-prediction analyzing-data forcasting matchine-learning ml numpy pandas python3 random-forest
Last synced: 11 Apr 2026
https://github.com/mramshaw/intro-to-ml
Intro to Machine Learning - Pattern Recognition for Fun and Profit
machine-learning matplotlib ml numpy pandas pip pip3 python scikit-learn scipy seaborn seaborn-plots sklearn statsmodels tensorflow weka
Last synced: 11 Apr 2026
https://github.com/engichang1467/cnn-sign-language
Built a Convolutional Neural Network to train to recognize sign languages
kaggle keras matplotlib numpy pandas sklearn tensorflow
Last synced: 14 Apr 2026
https://github.com/anubagre/predicting-price-of-pre-owned-cars
This project is solution to data science problem based on regression model to predict the price of pre owned cars. Programming language used is Python.
data-science machine-learning numpy pandas price-prediction python seaborn sklearn streamlit
Last synced: 11 Apr 2026
https://github.com/Gregoritsch3/Exercise_Pandas_1
A Pandas exercise demonstrating the loading, cleaning and reorganization of data in .xlsx or .csv files, descriptive statistics, data visualization, statistical approximation of data with the normal distribution, etc.). Libraries include Pandas, NumPy, Scipy, SymPy, MatplotLib,
data-cleaning data-visualization descriptive-statistics matplotlib numpy pandas scipy sympy
Last synced: 01 May 2025
https://github.com/abideen-olawuwo/vg_sales
Predicting Games Sales
machine-learning matplotlib numpy pandas seaborn sklearn
Last synced: 07 May 2026
https://github.com/sofiakhutsieva/analytical_report_for_hr_department
Подготовка аналитического отчета (SQL) (Проект в skillbox), 2020 г.
analytics matplotlib numpy pandas psycopg2 seaborn sqlalchemy
Last synced: 06 May 2026
https://github.com/krishbharadwaj5678/virtualmouse
computer-vision cv2 cvzone hand-tracking mouse numpy opencv python threading time virtual-mouse
Last synced: 11 Apr 2026
https://github.com/matiassenia/modelo-prediccion-temperatura
Proyecto de machine learning que utiliza TensorFlow para predecir temperaturas en grados Fahrenheit a partir de temperaturas en grados Celsius. Incluye un script de Python para entrenar el modelo y realizar predicciones, así como datos de entrenamiento y visualizaciones
adam-optimizer machine-learning numpy python python3 tensorflow
Last synced: 11 Apr 2026
https://github.com/waynewbishop/bishop-algorithms-quiver-package
Quiver is a Swift package that provides vector operations for Swift applications.
data-science linear-algebra numpy swift vectors
Last synced: 31 Mar 2025
https://github.com/emhash/numpy-tutorial
Just simple tasks of practice of NumPy library of python
numpy numpy-library numpy-tutorial python
Last synced: 11 Apr 2026
https://github.com/djdhairya/car-accident-detection
csv cv2 geocoder geolocation keras math matplotlib numpy opencv pandas scikit-learn system tiwilo transformer
Last synced: 12 Apr 2026
https://github.com/shwetapardhi/assignment-03-q1--hypothesis-testing
Q1.A F&B manager wants to determine whether there is any significant difference in the diameter of the cutlet between two units. A randomly selected sample of cutlets was collected from both units and measured? Analyze the data and draw inferences at 5% significance level. Please state the assumptions and tests that you carried out to check validit
hypothesis-testing numpy p-value pandas python scipy significance-testing stats t-test
Last synced: 11 Apr 2026
https://github.com/epsoft/embedding
Embedding
adam dense embedding flatten itertools numpy onehotencoder optimizers pandas sequential tensorflow
Last synced: 12 Apr 2026
https://github.com/andersoncrs/prediccion_precio_vehiculos_statsmodels
Este proyecto utiliza un modelo de regresión lineal para predecir el precio de vehículos basándose en sus características principales. El análisis incluye la definición del problema, exploración y limpieza de datos, conversión de variables categóricas a numéricas, evaluación de correlaciones y entrenamiento del modelo.
analisis-de-datos analisis-exploratorio-de-datos matplotlib numpy seaborn statsmodels visualizacion-de-datos
Last synced: 26 Apr 2026
https://github.com/prakshal0809/machine_learning_algorithms
This project showcases basic machine learning programs I developed during my studies, written in Python, intended for educational use or as a foundation for more advanced projects.
machine-learning matplotlib numpy pandas python
Last synced: 12 Apr 2026
https://github.com/bhiogade/hpi-analysis
House price index (HPI) Analysis
data-analysis data-cleaning data-visualization gathering-data numpy pandas-python
Last synced: 30 Apr 2026
https://github.com/jpcadena/ventas-facturas
Ventas con facturas
data data-analysis data-exploration data-extraction data-science excel feature-engineering matplotlib microsoft numpy pandas powerbi product-sales pylint python receipts sales
Last synced: 12 Apr 2026
https://github.com/bunu23/image-classification
This repository contains a notebook implementing a Convolutional Neural Network for multi-class image classification using transfer learning with a pre-trained ResNet-50 model. Covers dataset handling, model architecture customization, training, evaluation, fine-tuning, and external image prediction.
keras matplotlib numpy pil python tensorflow
Last synced: 11 Apr 2026
https://github.com/winterwind/ecg_signal_classification
Two-part project that involves detecting the R-peaks in an ECG signal to extract the individual ECG beats and making a machine learning model to classify them
csv csv-files data-science decision-trees ecg ecg-classification ecg-signal jupyter jupyter-notebook knearest-neighbors knn machine-learning matplotlib matplotlib-pyplot numpy pandas pyplot python random-forest scipy
Last synced: 11 Apr 2026
https://github.com/rahatmoktadir03/customer-churn-prediction
A machine learning project for predicting customer churn, enabling businesses to identify at-risk customers and develop retention strategies.
business-analytics customer-churn-prediction data-science google-colab machine-learning numpy pandas python sklearn strreamlit xception-model
Last synced: 11 Apr 2026
https://github.com/id-andyyy/alfahack
📈💰 Investment propensity prediction model
catboost hackathon-project jupyter lightgbm numpy optuna pandas python scikit-learn
Last synced: 12 Apr 2026
https://github.com/aksoni07/movie-recommendation
A hybrid movie recommendation system designed to deliver personalized and accurate suggestions by combining user preferences, item attributes, and collaborative patterns, ensuring a seamless and engaging experience.
clustering content-based-filtering data-analysis embeddings jupyter-notebook numpy ollaborative-filtering pandas personalization python recommendation-systems scikit-learn user-item-interactions
Last synced: 11 Apr 2026
https://github.com/swarnabhaghosh/house-price-prediction-model
Built an end-to-end regression pipeline to predict house prices using Linear Regression with automated preprocessing (PowerTransform, StandardScaling) via Scikit-learn's Pipeline and ColumnTransformer.
column-transformer linear-regression matplotlib-pyplot numpy pandas pipeline python scikit-learn seaborn
Last synced: 11 Apr 2026
https://github.com/shahsuvarli/election-voters-data-analysis-pandas
Educational project analyzing Azerbaijan voter demographics with pandas, focusing on data cleaning, grouping, and visualization.
cleaning data grouping matplotlib numpy pandas python visualization
Last synced: 12 Apr 2026
https://github.com/khushi130404/echobot
EchoBot is a chatbot built using TensorFlow to classify user inputs into predefined intents and respond accordingly. It uses a neural network trained with the data in intents.json.
keras nlp nltk numpy pickle tensorflow
Last synced: 12 Apr 2026
https://github.com/ayushpatel2026/stock_predictor
Neural Networks to Predict Stock Prices
data-science flask-api machine-learning neural-network numpy python pytorch
Last synced: 07 May 2026
https://github.com/nishi1612/knight-tour-problem
IT485 Logic of Inference Project on Knight's Tour. A hamiltonian path problem to determine path of knight to travel entire chessboard with every cell visited only once.
backtracking-algorithm bootstrap flask html knights-tour localhost numpy pygame python tkinter warnsdorff
Last synced: 11 Apr 2026
https://github.com/allenvox/statistics
Workspace for applied problems of probability theory & mathematical statistics & modelling class
acf autocorrelation distribution k-means k-means-clustering maths matplotlib numpy probability-theory python sklearn statistics
Last synced: 17 Apr 2026
https://github.com/talapanenivarshithchowdary/asteroid-detection-ml
This project uses Machine Learning to detect and classify asteroids based on trajectory and size, aiding in Near-Earth Object detection and planetary defense.
classification data-science decision-trees jupyter-notebook knn logistic-regression machine-lea matplotlib numpy pandas pillow prediction python3 random-forest scikit-learn
Last synced: 11 Apr 2026
https://github.com/fimbres/emotion-recognition
This is an AI project developed in Python to recognize emotions in people.
ai kaggle-dataset keras numpy opencv python tensorflow
Last synced: 12 Apr 2026
https://github.com/urvee1810/eda-time-series
A comprehensive time series analysis of French retail quarterly sales data from 2012 to 2017. The project focuses on analyzing sales patterns, seasonal decomposition, and trend analysis using various statistical techniques and visualizations.
arima-modeling data-visualization exploratory-data-analysis matplotlib numpy pandas pmdarima python scikit-learn seaborn statsmodels time-series-analysis trend-analysis
Last synced: 12 Apr 2026
https://github.com/vishnu-vamshii/heart-disease-prediction-using-ml
This project presents an end-to-end data analysis and machine learning pipeline for predicting heart disease using a publicly available dataset. The project includes data exploration, visualization, and implementation of various machine learning models to predict the likelihood of heart disease based on a set of clinical attributes.
machine-learning matplotlib numpy pandas python seaborn sklearn
Last synced: 11 Apr 2026
https://github.com/charles-l/rayboi
a raytracer written in futhark/python
futhark numpy pathtracing python3 raytracing
Last synced: 19 Apr 2026
https://github.com/mzayles/base_vendas_analise-exploratoria
💻📊✅ Curso de Programação em Python para Data Science | Identificando e analisando problemas.
Last synced: 24 Mar 2025
https://github.com/shefreenkaur/web-scraping-and-word-frequencies
This project analyzes word frequencies in BC Legislative documents using Stanford CoreNLP and Python. The program extracts text from PDF documents, processes it using natural language processing techniques, and generates a comprehensive word frequency analysis.
analytics chromedriver easyocr nlp numpy pandas pymupdf python selenium stanfordcorenlp webscraping wordfrequency
Last synced: 07 May 2026
https://github.com/andrehaguiar/curso_py-data_science-machine_learning
Ciência de Dados e Inteligência Artificial com Python e estatística.
anaconda3 data-science jupyter-notebook machine-learning matplotlib numpy pandas python scipy seaborn sklearn spyder sql sql-server statistics
Last synced: 11 Apr 2026
https://github.com/jonad/boston_housing_price
Predicting Boston Housing Prices.
boston-housing-dataset jupyter-notebook matplotlib numpy pandas python3 scikit-learn
Last synced: 11 Apr 2026
https://github.com/jimmymugendi/luxdev-week-2-boot-camp
correlation-analysis eda matplotlib numpy pandas seaborn-plots visualizations
Last synced: 07 May 2026
https://github.com/raduldev/ml-projects
End To End Machine Learning Project guided by Krish Naik from Ineuron.
catboost dill flask-application numpy pandas python scikit-learn xgboost
Last synced: 12 Apr 2026
https://github.com/ebadshabbir/bluff-detection-model-polynomial_regression-
This project predicts employee salaries based on position levels using Linear and Polynomial Regression models. It trains models with degrees 2, 3, and 4 on a dataset of job titles, position levels, and salaries, and predicts the salary for a position level of 6.5. The results are visualized to compare model performance.
jupyter-notebook linear-regression machine-learning matplotlib-pyplot multiple-linear-regression numpy polynomial-regression python
Last synced: 07 May 2026
https://github.com/sofiaalmaz/fanfictionproject
Анализ фанфиков по Гарри Поттеру с целью написания самого популярного фанфика
analysis fanfics fanfiction harry-potter jypyternotebook matplotlib ml networkx numpy pandas python scipy seaborn streamlit wordcloud
Last synced: 06 Jan 2026
https://github.com/gregoritsch3/ml_eda_clustering_aidassessment
An EDA and Machine Learning Clustering exercise on the Country Aid Assessment dataset demonstrating the use of PCA, KMeans and DBSCAN clustering, Elbow Methods, etc. The clustering algorithm successfully demarcates countries that are in most dire need of aid based on their GDPP and Child Mortality rate.
anova dbscan kmeans machine-learning matplotlib numpy pandas pca scikit-learn seaborn statistics
Last synced: 16 Apr 2026
https://github.com/azaz9026/car_price_prediction_model
This repository contains a machine learning model designed to predict car prices based on various features. Using historical data on car attributes such as make, model, year, mileage, and other relevant factors, the model aims to provide accurate and reliable price estimates for used cars.
data-analysis data-engineering liner-regestion machine-learning modeling numpy pandas python3 rendering
Last synced: 09 Apr 2026
https://github.com/ksharma67/anomaly-detection-on-temperature-device-failure
A typical anomaly detection task and performing KMeans, PCA, Gaussian distribution, and Isolation Forest.
eda ellipticenvelope feature-engineering gaussian-distribution isolation-forest kmeans-clustering numpy pca python sklearn
Last synced: 11 Apr 2026
https://github.com/samir-atra/license-plate-recognition
License plate recognition system
imageai-library knn lpr numpy object-detection opencv python tensorflow tensorflow-tutorials
Last synced: 03 May 2026
https://github.com/lmizner/grokking_data_science
Coding practice for basic data science interview questions in Python
data-science numpy pandas python scikit-learn
Last synced: 11 Apr 2026
https://github.com/c-mohammed-zaid/python
A diverse collection of Python projects showcasing skills in game development, data manipulation, and utility tools, including classic games, encryption, and data analysis.
jupyter-notebook matplotlib numpy pandas python scipy turtle
Last synced: 06 Jan 2026
https://github.com/chmohit91/Introduction-to-Python
A comprehensive collection of Python programming resources, from basics to advanced concepts. Built for learners, by learners
matplotlib numpy pandas plotly python python-library python3 seaborn
Last synced: 21 Jul 2025
https://github.com/abrarshahok/electric-vehicle-charging-station-energy-consumption-prediction
With the rapid adoption of electric vehicles, optimizing energy usage at charging stations has become crucial for improving operational efficiency and ensuring customer satisfaction. This tool leverages predictive modeling to forecast energy consumption for charging sessions based on various input features.
matplotlib numpy pandas plotly python3 scikit-learn xgboost
Last synced: 09 Jun 2026
https://github.com/byteshiva/getmaplocation
Automate Dummy data from the open data source. Parse International Address, Geopy to automate map locations using lat and lon, Cache geopy map location calls using sqlite3, Use Pandas to parse and convert CSV to JSON
csv-parser geopy json numpy pandas pandas-dataframe parser pickle python3 sqlite3
Last synced: 18 Apr 2026
https://github.com/akashash01/navie_bayes
It's an simple probabilistic classifiers based on applying Bayes theorem with strong independence assumptions between the features. Highly effective for text sequence oriented data(independent variables).
data-science machine-learning numpy pandas python sklearn supervised-learning
Last synced: 09 Apr 2026
https://github.com/susanketsarkar/nn-from-scratch
A pure NumPy implementation of a deep neural network, built for educational purposes and deep learning understanding. This project implements a multi-layer neural network with various features commonly found in modern deep learning frameworks.
deep-learning implementation-of-algorithms neural-network numpy python
Last synced: 10 May 2026
https://github.com/iamsaniasingh/heart_disease_prediction
This is my very first machine learning project, where I used a supervised learning algorithm—logistic regression—to predict heart disease. The model was trained and tested entirely on a pre-existing dataset, with no user input involved. The goal was to understand how ML models work and how they can be applied in healthcare predictions.
logistic-regression machine-learning machine-learning-algorithms numpy pandas python sklearn
Last synced: 11 Apr 2026
https://github.com/sumitkundu102022/ecobuddy
EcoBuddy: Personalized Carbon Footprint Tracker
bcrypt numpy pandas plotly pymongo python-dotenv requests streamlit
Last synced: 12 Apr 2026
https://github.com/imskully/python-cv-fault-detection
Fault detection algorithm that determines whether or not a fault exists within a ring using raw computer vision.
ccl computer-vision matplotlib morphology numpy opencv python
Last synced: 07 May 2026
https://github.com/misszeferino/erp-data-analysis
Data Analysis - ERP Data (merge and outliers)
data-analysis data-visualization matplotlib merge numpy outlier-detection python scipy
Last synced: 11 Apr 2026
https://github.com/dmarks84/coursework_project_apache-airflow-kafka-on-toll-booth-data
Project for IBM Data Engineering & Python course on ETL & Big Data -- Read in live toll booth data, wrangles and transformed, and wrote into a SQL database
apache-airflow apache-kafka automation dags data-modeling databases eda elt etl mysql numpy pandas pipelines python sql
Last synced: 11 Apr 2026
https://github.com/mahmoudnamnam/superstore-analysis
This project explores the SuperStore dataset to uncover insights into sales, profit, and customer behavior. It identifies key trends, regional variations, and product performance, using data analysis and machine learning techniques to guide business strategy and optimize performance.
clustering data-analysis data-science data-visualization geopandas jupyter-notebook machine-learning numpy pandas plotly regression seaborn sklearn
Last synced: 12 Apr 2026
https://github.com/gyselle-marques/reconhecimentofacial-desafiodio
Machine Learning: Sistema de Reconhecimento Facial criado com OpenCV e YOLO11.
colab-notebook dataset dio-bootcamp face-detection face-recognition image-classification machine-learning numpy object-detection opencv opencv-python portuguese-brazilian python transfer-learning yolo yolov11
Last synced: 12 Apr 2026
https://github.com/thariniselvakumar/kidney-disease-prediction
This project is about the kidney disease prediction using machine learning algorithms
machine-learning matplotlib numpy pandas scikit-learn seaborn
Last synced: 12 Apr 2026
https://github.com/hackintoshrao/first-neural-network
Simple Neural Network with a hidden layer written from scratch using Numpy for prediction the bike sharing sales
deep-learning neural-networks numpy python
Last synced: 07 May 2026
https://github.com/ahmed-maher77/diabetes-prediction-app-using-machine-learning
Diabetes Prediction: Using machine learning to classify individuals as diabetic or non-diabetic based on health data, enabling early intervention and improved healthcare outcomes.
ai css data-science gradientboostinclassifier javascript logisticregression machine-learning matplotlib numpy pandas python randomforestclassifier seaborn streamlit supportvectormachine webdevelopment
Last synced: 11 Apr 2026
https://github.com/leftcoastnerdgirl/extract_transform_load
This mini project introduces data cleaning through ETL
data-cleaning etl extract-transform-load json merge-sort numpy pandas-dataframe pandas-python
Last synced: 07 May 2026
https://github.com/gregoritsch3/project_radioactive_decay
An analytic ( system of coupled ODEs), numeric (Runge-Kutta 4, Newton-Raphson) and stochastic (Monte Carlo) treatment of the chained radioactive decay of Bi[210, 83] into Po[210,84], as well as the emission of alpha-particles. Associated comments and paper are in Croatian.
cplusplus matplotlib montecarlo-simulation numerical-methods numpy python radioactive-decay scipy
Last synced: 12 Apr 2026