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/lmizner/codecademy_airline_analysis
Using visualization to explore a dataset
histplot jupyter-notebook lmplot math matplotlib-pyplot numpy pandas python seaborn
Last synced: 08 May 2026
https://github.com/elvisrock/government_analysis
Esse projeto, tem como objetivo, analisar, explorar algumas técnicas e propor uma sugestão ao governo de forma geral, sem qualquer viés politico.
data-science machine-learning numpy pandas python sklearn
Last synced: 05 Apr 2026
https://github.com/dibsthegreat/titantic-dataset-analytics
DASC4850 Final Project where I did EDA to determine the survivability of Titanic guests depending on Age, Gender, Wealth, etc.
data-science data-visualization matplotlib numpy pandas python random-forest-classifier
Last synced: 13 Apr 2026
https://github.com/farhad-here/height-distribution-analysis
Statistical comparison of height distributions in two groups using mean, standard deviation, and boxplots.
coefficient-of-variation data-analysis interquartile-ranges matplotlib mean numpy python scipy standard-deviation variance
Last synced: 13 Apr 2026
https://github.com/ashishgoswami13/handgesture_recognition
Real-time hand gesture recognition using computer vision and deep learning. Collect gesture images, train a model with Google Teachable Machine, and classify gestures live for applications like drone control or human-computer interaction.
computer-vision cvzone handgesture-recognition keras numpy python teachable-machine
Last synced: 18 Apr 2026
https://github.com/18mahi/tweet-sentiment-analysis
Classify tweets into happy, sad, angry, excited, and neutral with this interactive Python model. Combining TF-IDF text features with engineered numeric features like emoji sentiment, polarity, subjectivity, and punctuation counts, it demonstrates intermediate-level NLP, feature engineering, and visualization skills.
data-science data-visualization jupyter-notebook machine-learning matplotlib nlp numpy pandas sklearn string textblob
Last synced: 30 Apr 2026
https://github.com/thejvdev/ml-from-scratch
Repository for Implementing ML Models from Scratch in Python
classification data-analysis data-mining data-science deep-learning jupyter-notebook machine-learning matplotlib neural-networks numpy pandas prediction python regression seaborn sklearn visualization
Last synced: 02 Apr 2026
https://github.com/ricardorobledo/malicious_server_hack_detection
Predictive model to detect malicious hacking patterns in banking servers. Utilizes advanced Machine Learning techniques such as SMOTE, Gradient Boosting, and probability calibration to predict attacks befor
anaconda cibersecurity imbalanced-data imbalanced-learning imblearn kaggle matplotlib numpy pandas pandas-library python3 sklearn
Last synced: 14 Apr 2026
https://github.com/ahmrina/unetbraintumorseg
UNetBrainTumorSeg is a 3D Slicer extension named "seg_module" that integrates a 3D UNet trained on BraTS2020 dataset to segment brain tumor area from MRI volumes
3d-slicer-extension monai numpy python pytorch slicer unet vtk
Last synced: 07 May 2026
https://github.com/hiftd22/wpattern
📈 Analyze and visualize stock patterns with wPattern for better trading insights. Simplify your investment decisions through data-driven analysis.
cli finance financial-analysis financial-data matplotlib numpy pandas pattern-recognition python scikit-learn stock-scanner technical-analysis yfinance
Last synced: 29 Apr 2026
https://github.com/alex-s2222/mem_chat_bot
телеграмм бот для создания gif из текста введённого пользователем
cv2 google-api moviepy numpy python python-telegram-bot requests
Last synced: 08 Oct 2025
https://github.com/davityak03/object-detection-in-images-using-yolo
This project demonstrates object detection using the YOLO (You Only Look Once) model, providing a solution for detecting and labeling multiple objects within images or video streams. This implementation covers image preprocessing, model inference, and visualization of detected objects.
computer-vision matplotlib-pyplot numpy object-detection opencv-python pandas python yolo
Last synced: 18 Jan 2026
https://github.com/piragashparam36/image-classification
classification numpy pickle sklearn supervised-learning svm
Last synced: 18 Jan 2026
https://github.com/harshavardh8n/machine-learning-projects
Machine Learning Projects: A collection of machine learning projects developed as part of the curriculum, utilizing libraries such as NumPy, Pandas, Seaborn, and Matplotlib. These projects demonstrate various algorithms, including Apriori and Decision Trees, showcasing practical applications and data analysis techniques.
apriori-algorithm decision-trees jupyter-notebook machine-learning numpy pandas python
Last synced: 18 Jan 2026
https://github.com/hmotez/medclaimml
An AI-powered machine learning application designed to process healthcare reimbursement claims. It analyzes medical documents, client information, insurance policies, and legal regulations to predict accurate reimbursement amounts, ensuring efficiency, compliance, and fraud detection.
healthcare jest-tests mern-stack mongodb nodejs nosql numpy pytorch react scikit-learn tailwindcss
Last synced: 12 Apr 2026
https://github.com/samuelpuerta/modelosiasaberprocolombia
PROYECTO KAGGLE - Crear un modelo para predecir el redimiento de los estudiantes en las pruebas Saber Pro
ai ia jupyter-notebook machine-learning numpy pandas prediction-model predictive-modeling python
Last synced: 06 May 2026
https://github.com/winterwind/mlp_and_cnn
A short two-part project involving using an MLP and a CNN for ECG signal data
cnn convolutional-neural-network csv-files jupyter jupyter-notebook mlp neur numpy python pytorch
Last synced: 14 Apr 2026
https://github.com/tuokri/rs2simlib
Python library for Rising Storm 2: Vietnam physics objects simulation and automated data collection.
numba numpy physics rising-storm-2-vietnam simulation unreal-engine-3
Last synced: 23 Feb 2026
https://github.com/rakesh3596/apple-phone-sales-analysis
Apple Phone Sales Analysis using Python tools like Pandas, Matplotlib, Numpy, Plotly, Apple csv file
csv-files csv-reader matplotlib numpy pandas plotly python
Last synced: 14 Apr 2026
https://github.com/cinnaavox/loan-prediction
Machine Learning project predicting loan approvals using Decision Tree Classification. Includes data cleaning, feature engineering, model evaluation and key business insights.
decision-trees matplotlib numpy pandas python scikit-learn seaborn
Last synced: 14 Apr 2026
https://github.com/sabdikay/analysis-of-biodiversity
This project analyzes biodiversity data from the National Parks Service, focusing on species in various park locations. Conducted in Jupyter Notebook, it uses pandas, matplotlib, NumPy, seaborn, and chi2_contingency for analysis and visualization.
data-analysis data-analysis-python data-visualization exploratory-data-analysis jupyter-notebook matplotlib numpy pandas python seaborn
Last synced: 14 Apr 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/dpbm/extract_frames
extract frames from videos
frames frames-extract linux numpy opencv pip pipenv py python python-opencv python3 simple-program study terminal tool video videos
Last synced: 14 Apr 2026
https://github.com/ljadhav25/false-alarm-detection
The data was first pre-processed and analysis libraries like Numpy and Pandas were used to make it ready to be utilized by a machine learning algorithm.Problems like standard scaling, categorical data and missing values were handled with appropriate techniques. Then, we used LogisticRegression model.
flask flask-api logestic-regression numpy pandas pkl pycharm-ide python
Last synced: 19 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/zohrabgulushev/data-science-with-python
machine-learning matplotlib numpy pandas seaborn skicit-learn sklearn statsmodels
Last synced: 19 Jan 2026
https://github.com/fairlytales/machine_learning
Workbooks for machine learning and neural network courses, textbooks, etc.
jupyter-notebook machine-learning machine-learning-algorithms matplotlib numpy opencv opencv-python pandas python pytorch scikit-learn scipy
Last synced: 14 Apr 2026
https://github.com/sweta2501/ml
Consist of ML projects based on Python along with DataSheets
machine-learning matplotlib-pyplot numpy pandas python seaborn sklearn sklearn-model
Last synced: 14 Apr 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/soumyapro/parkinson-disease-prediction
This project predicts Parkinson's disease using machine learning models.
logistic-regression numpy pandas scikit-learn svc xgboost
Last synced: 19 Jan 2026
https://github.com/lorenzorottigni/ml-kyphosis
Machine Learning python bootcamp: decision trees & random forest on kyphosis dataset
decision-trees ipynb machine-learning numpy pandas python random-forest seaborn
Last synced: 14 Apr 2026
https://github.com/waghraj1699/pokemon-predicton
Predict which type of pokemon it is using CNN
data-science deep-learning keras numpy python tensorflow utils
Last synced: 05 Apr 2026
https://github.com/sultanazhari/game-trend
Ice as a online store Video Games want to know a new trend of video game to help them prepare a video games which is more profitable to sell. As a data Analyst we're giving a trend of video game by genre, platform, console and the others clasification.
matplotlib-pyplot numpy pandas python3 scipy-stats video-game
Last synced: 11 Apr 2026
https://github.com/sabbir45ali/cam-board
This is Python based project which is a virtual board and we write there using our finger and clear it and color changing.
Last synced: 14 Apr 2026
https://github.com/dwija12903/ai-lab
A collection of practical implementations from my AI Labs course
keras numpy sckit-learn tensorflow
Last synced: 19 Jan 2026
https://github.com/zahediparsa/nlp_ta_uok
This repository contains exercises designed for students in the Natural Language Processing (NLP) course at the University of Kurdistan, taught by Dr. Fatemeh Daneshfar. The course took place from February 2024 to July 2024.
cbow jupyter-notebook matplotlib nlp nltk numpy pandas python tf-idf
Last synced: 19 Jan 2026
https://github.com/aaaastark/breast_cancer_analysis
Breast_Cancer_Analysis
data-science dataset machine-learning numpy pandas python sklearn tensorflow
Last synced: 10 Apr 2026
https://github.com/nikita620/churn-prediction-using-machine-learning-
Major project on Python and AI
decision-tree-classifier matplotlib numpy pandas pickle python random-forest-classifier xgboost-classifier
Last synced: 28 Apr 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/jsimell/sleepanalysis
A Python data analysis project analyzing the sleep quality affecting factors and temporal patterns in the sleeping data of a single subject.
data-analysis matplotlib numpy pandas python scikit-learn seaborn
Last synced: 14 Apr 2026
https://github.com/abideen-olawuwo/heart-diseases
A Heart diseases Machine Learning classification problem
decision-tree-classifier kneighborsclassifier logistic-regression matplotlib numpy pandas python random-forest-classifier scikit-learn seaborn
Last synced: 14 Apr 2026
https://github.com/hoyirul/flask-starter-fs
Flask-Starter-FS is a concise full-stack starter kit for Flask web development, offering quick setup and pre-configured settings for seamless integration of front-end and back-end components. Accelerate your full-stack web application development with Flask-Starter-FS.
flask machine-learning numpy pandas python sklearn
Last synced: 14 Apr 2026
https://github.com/grand-27-master/fingers-tap
A real-time multi-finger tap detection system
mediapipe numpy opencv python3
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/ljubogdan/solar-cycle-lstm
This project predicts sunspot activity using an LSTM model for time series data. Built with TensorFlow and Keras, it uses Huber loss for outlier handling and MAE for performance evaluation. The dataset, sourced from Kaggle or SIDC, spans over 270 years of monthly sunspot data.
conv1d huber-loss-regression kaggle keras lstm machine matplotlib numpy pandas scikit-learn seaborn solar sunspots tensorflow time-ser
Last synced: 13 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/sralter/potential_talents
Using NLP techniques (word and sentence embedding tools like SBERT and Learning-to-Rank systems like RankNet and LambdaRank) to rank candidates.
lambdarank learning-to-rank lightgbm matplotlib nlp numpy pandas python pytorch ranknet
Last synced: 09 Apr 2026
https://github.com/architj6/gesture-volume-control
Easily control your system volume with simple hand gestures! This project leverages OpenCV, MediaPipe, and Pycaw to track hand movements and adjust the system volume dynamically. Say goodbye to keyboard shortcuts and volume buttons—just move your hand to set the volume!
handgesture mediapipe numpy opencv os pycaw python python3 volume-control
Last synced: 03 May 2026
https://github.com/navindafernando/lane-detection
Lane Detection with Image Feature Extraction Techniques :aerial_tramway:
image-feature-extraction kernel-filters machine-learning neighborhood numpy opencv sobel-filter
Last synced: 13 Apr 2026
https://github.com/icepanorama/internship-visualizations-and-demonstrations
A collection of some of the programs that I've written over the course of my internship.
artificial-intelligence machine-learning matplotlib numpy pandas python3 pytorch scikit-learn
Last synced: 14 Apr 2026
https://github.com/samir-atra/experiments_and-_improvements
A repository showing the knowledge in some of the machine learning technologies there are.
dcgan-tensorflow numpy tensorflow-tutorials tensorflow2
Last synced: 23 Jan 2026
https://github.com/shuyib/pimadlkeras
Using keras specify-compile-fit- predict workflow on this binary classification problem to investigate if i'll get better predictions.
diabetes hidden-layers keras-neural-networks matplotlib-figures model-validation numpy pima-indians-dataset prediction predictive-modeling python-3-5 seaborn
Last synced: 15 Mar 2026
https://github.com/hifly81/photox
photo and album organizer for gtk3
gtk3 numpy opencv-python photography pil pillow python
Last synced: 24 Oct 2025
https://github.com/kriss024/python
Python for Data Science
anaconda anaconda3 data-science jupyter-notebook lightgbm machine-learning numpy opencv pandas python3 sklearn tensorflow2 xgboost
Last synced: 24 Oct 2025
https://github.com/apbetioli/neural-network
A simple neural network implementation
machine-learning neural-network numpy python3
Last synced: 29 Apr 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/manuel-lang/numpymongo
A python package to export NumPy data to MongoDB
Last synced: 23 Feb 2026
https://github.com/shreshthvashisht/bank-loan-case-study
Risk Analytics using Python
data-cleaning data-imputation data-normalization data-standardization exploratory-data-analysis jupyter-notebook loan-analytics loan-default-prediction matplotlib-pyplot numpy pandas python-data-analysis python-data-science risk-analysis seaborn-plots
Last synced: 07 May 2026
https://github.com/tugot17/neural-network-from-scratch
Simple neural network implemented from scratch using numpy package
from-scratch neural-network numpy python
Last synced: 26 Oct 2025
https://github.com/anhquoc533/neural-network
A Neural Network framework for building Multi-layer Perceptron model.
artificial-intelligence artificial-neural-networks deep-learning framework machine-learning machine-learning-algorithms neural-network neural-networks numpy python3
Last synced: 26 Oct 2025
https://github.com/nordszamora/ds-ml-projects
My repository for Data Science & Machine Learning projects.
data-analysis data-science data-visualization jupyter-notebook kaggle machine-learning matplotlib numpy pandas python scikit-learn seaborn
Last synced: 15 Apr 2026
https://github.com/OneMoreDavid/python-like-a-boss
This is where I stash my Python study material.
data data-analysis data-engineering data-science data-visualization datascience ipynb ipynb-jupyter-notebook ipynb-notebook numpy pandas python python3
Last synced: 28 Oct 2025
https://github.com/bedirk/portfolio-projects
Data Analytics Portfolio Projects
dataanalysis excel mssqlserver numpy pandas powerbi python sql tableau
Last synced: 16 Mar 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/ambrish8/bell-s-palsy
BELL’S PALSY SEVERITY DETECTION USING DEEP LEARNING
cnn-architecture imagedatagenerator keras numpy opencv python pytorch resnet-50
Last synced: 15 Apr 2026
https://github.com/andres29ac/website_heatmaprisk
Mapa hecho con Streamlit y Folium para mostrar la distribución delictiva de cada distrito de Trujillo mediante Mapas de Calor.
folium-maps heatmap-visualization numpy pandas ploty python stadistics streamlit
Last synced: 15 Apr 2026
https://github.com/sa001gar/password-manager-on-the-top-of-streamlit
Secure Password Manager is a Python-based application developed by Sagar Kundu, designed to provide users with a secure and convenient way to manage their passwords. With features like user authentication, password generation, and secure storage using bcrypt and MongoDB, it ensures the safety of sensitive information while offering an intuitive use
bcrypt gui-application mongodb numpy numpy-library pandas-dataframe pandas-library pandas-python password-generator password-manager pymongo python python3 streamlit-application streamlit-webapp urllib
Last synced: 15 Apr 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/matheusafonseca/c213-trabalho-1
Repository dedicated to storing and managing the first assignment for C213 - embedded systems.
matplotlib numpy pid-controller python scypi streamlit
Last synced: 29 Jan 2026
https://github.com/linggarm/poultry-meat-freshness-classification-with-transfer-learning-using-resnet
The utilization of the ResNet architecture and Transfer Learning methods to classify Poultry Meat Freshness images into two categories, namely Fresh and Rotten.
artificial-intelligence binary-classification cnn colab-notebooks computer-vision deep-learning fine-tuning imagenet machine-learning meat-classification numpy pandas poultry python residual-networks resnet scikit-learn supervised-learning tensorflow transfer-learning
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/ishinzoo/songrecommendation
This project is a machine learning-based system that recommends songs based on the user's detected emotions. The application uses facial expression recognition to determine the user's current emotional state and suggests songs that align with that emotion. This system can be particularly useful for personalized music streaming services, helping use
machine-learning mediapipe numpy opencv os python tenserflow
Last synced: 25 Feb 2026
https://github.com/keyurparalkar/breast-cancer-detection
Predict whether the cancer is benign or malignant
gradient-descent logistic-regression machine-learning numpy
Last synced: 26 Apr 2026
https://github.com/moh-27sl/image-alignment--python-edition
Alignment of an unaligned image with a base/reference image using feature detection, feature matching, and homography in OpenCV.
ai classical-computer-vision classical-image-processing computer-vision computervision image-alignment image-processing imageprocessing neural-network numpy opencv python python3
Last synced: 15 Apr 2026
https://github.com/breadrock1/ml-labs
Machine Learning. There is a suite of Machine Learning laboratory tasks.
classification knn knn-classification machine-learning nlp nlp-machine-learning numpy pandas pandas-dataframe python python3 random-forest regression scikit-learn-python skele trees
Last synced: 15 Apr 2026
https://github.com/l-gre/data_analytics_for_finance
Comprehensive course materials for the Data Analytics for Finance - Master Programme, covering data manipulation, statistical analysis, visualisation, automation, and real-world case studies using industry-standard tools.
automation data-cleaning data-manipulation data-visualization excel hypothesis-testing industry-applications matplotlib numpy pandas python real-world-case-studies regression-analysis seaborn sql statistical-analysis tableau workflow-automation
Last synced: 15 Apr 2026
https://github.com/lulunac27a/number-statistics-jupyter-notebook
Number statistics app in Jupyter Notebook
jupyter jupyter-lab jupyter-notebook jupyter-notebooks jupyternotebook notebook number number-statistics number-stats numpy numpy-arrays numpy-python python python-notebook python-notebooks statistics stats
Last synced: 15 Apr 2026
https://github.com/dmitruzik/python_projects
All python projects are here
matplotlib numpy pandas python seaborn
Last synced: 15 Apr 2026
https://github.com/martincastroalvarez/python-video-processing
Movie generator using MoviePy, OpenCV2 and Numpy.
Last synced: 15 Apr 2026
https://github.com/chandkund/sentiment-analysis-on-movie-reviews
Project on Sentiment Analysis of Movie Reviews using K-means clustering. This project clusters movie reviews based on their sentiment scores to understand audience reactions. Includes data preprocessing, feature selection, model development, and visualization.
data-science eda jupyter-notebook machine-learning matplotlib numpy pandas preprocessing python sklearn
Last synced: 01 Feb 2026
https://github.com/tanzim-prog/sentiment_analysis_ml_stringdata
The motive of this project is to find out the customer satisfaction of some residential hotels of Dhaka.
accuracy-score classification confusion-matrix f1-score logistic-regression machine-learning model-evaluation modelbuilding nlp nltk numpy pandas precision-score recall-score scikit-learn sentiment-analysis
Last synced: 01 Feb 2026
https://github.com/hygull/pyrandocs
A repository (pyrandocs i.e. Python's v2/v3 random documents/files) containing different Python v2/v3 based resources (files/documents etc.) from random topics. A project to try different Python's features.
base64 beautifulsoup class exception-handling hashlib json jwt-authentication loops matplotlib nltk numpy pandas python2 python27 python3 requests searching time-complexity urllib urllib2
Last synced: 15 Apr 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/chandkund/customer-segmentation
Customer segmentation divides customers into distinct groups based on characteristics and behaviors. This project uses K-Means clustering, an unsupervised machine learning algorithm, to segment customers and provide insights for targeted marketing strategies
kmeans-clustering matplotlib numpy pandas python seaborn
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/rampal-punia/data-science-toolkit
Your Go-To Resource for Essential Data Science Related Commands, Concepts, Quick Overviews and Useful Functions.
artificial-intelligence data-science keras machine-learning matplotlib nlp nlp-machine-learning numpy pandas pythorch sql tensorflow
Last synced: 09 Feb 2026
https://github.com/hansalemaos/all_against_all
Each item of a list against all others
Last synced: 02 Apr 2026
https://github.com/sahilk12nayak/data-capstone-projects-using-python-libraries
In this data project we will focus on exploratory data analysis. This project utilizes Python libraries such as NumPy, Pandas, Matplotlib, and Seaborn for data manipulation, analysis, and visualization.
matplotlib numpy pandas seaborn
Last synced: 15 Apr 2026
https://github.com/murugavl/forage_tata_genai_powered_data_analytics
This repository showcases my work from the TATA GenAI Powered Data Analytics Virtual Experience on Forage, where I applied data cleaning, analysis, and visualization techniques to derive actionable business insights.
excel genai matplotlib numpy pandas powerbi python
Last synced: 09 Feb 2026
https://github.com/carterbox/libimage
Provides large (2k) test images as NumPy arrays.
Last synced: 15 Apr 2026