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-25 00:18:02 UTC
- JSON Representation
https://github.com/jbayardo/dip-tps
coursework image-processing introduction jupyter-notebook matplotlib notebook numpy python scikit-image scipy
Last synced: 13 Apr 2026
https://github.com/abhinavraj009/x_ray-conversion-csv-
To convert an X-ray image into a CSV format for machine learning or data analysis, you'll typically want to represent the image as numerical pixel values.
machine-learning numpy opencv pandas python
Last synced: 13 Apr 2026
https://github.com/takana671/partiallytransparentimage
A simple tool to make an image partially transparent
geomipterrain numpy opencv pillow python3 transparent-image
Last synced: 07 May 2026
https://github.com/spear97/montecarlo-simulaton
This project involved developing a Monte Carlo Simulation using Python, implemented with libraries like NumPy, Pandas, and Matplotlib within Visual Studio. The program's primary goal is to generate figures illustrating compound interest results over time for a specified amount.
data-science matplotlib matplotlib-figures numpy pandas-python python python-3 python3
Last synced: 13 Apr 2026
https://github.com/tkc/node-neural-network
Built with only pure typescript, neural network iris sample.
javascript machine-learning neural-network node numpy typescript
Last synced: 09 Apr 2026
https://github.com/ola-kaznowska/numpy-matrix-arrays
Practice working with the NumPy library and multiple arrays. Copy() and view() functions
Last synced: 18 Apr 2026
https://github.com/hotequil/computer-vision
Study about computer vision.
jupyter-notebook matplotlib numpy python scikit-learn
Last synced: 13 Apr 2026
https://github.com/patex1987/ghcn-temperature-dataset
Analysis of GHCN (Global Historical Climatology Network) temperature dataset using Numpy
climate-data jupyter-notebook numpy python temperature-data
Last synced: 10 May 2026
https://github.com/anikdascodes/fantasy-cricket-project
🏏 Python simulation for generating 20K+ unique fantasy cricket teams with probability-based player selection and constraint optimization. Advanced algorithms, data analysis & visualizations included.
algorithm constraint-satisfaction cricket data-science fantasy-sports jupyter machine-learning numpy optimization pandas plotly probability python simulation sports-analytics
Last synced: 28 Apr 2026
https://github.com/18mahi/digital_cave
An intermediate-level deep learning project that compares Convolutional Neural Networks (CNN) and Multi-Layer Perceptrons (MLP) on the MNIST handwritten digits dataset. This project demonstrates data augmentation, learning rate scheduling, and visual comparison of model performance
cnn confusion-matrix data-augmentation data-science deep-learning evaluation-metrics jupyter-notebook keras learning-rate-scheduler machine-learning matplotlib mlp numpy python3 scikit-learn seaborn tensorflow
Last synced: 13 Apr 2026
https://github.com/pranavsp108/time-series-forcasting
A time-series forecasting project to predict hourly energy consumption using Python, Pandas, and an XGBoost regression model.
data-analysis data-science energy-consumption forecasting matplotlib numpy pandas python scikit-learn sustainability time-series xgboost
Last synced: 10 Apr 2026
https://github.com/ahmadbuilds/fake-news-classifier
Classifies news articles as real or fake using an NLP pipeline with TF-IDF + n-grams and machine learning models. Includes text preprocessing, feature engineering, model training, and evaluation.
fastapi logistic-regression matplotlib n-grams nextjs nltk numpy pandas python3 random-forest-classifier react scikit-learn seaborn supervised-learning tf-idf typescript xgboost-classifier
Last synced: 11 Apr 2026
https://github.com/nihanthbhargav/time-series-stock-market
This project combines computer vision and NLP by segmenting pet images with a U-Net model and generating captions using CNN-RNN/LSTM. Using the Oxford-IIIT Pets dataset, it demonstrates a unified pipeline that integrates pixel-level segmentation with automatic caption generation for meaningful image understanding.
matplotlib numpy pandas plotly python scikit-learn seaborn
Last synced: 11 Apr 2026
https://github.com/patilsukanya/assignment-06.-logistic-regression
Used libraries and functions as follows:
classifier concatination confusion-matrix eda linear-models logistic-regression logistic-regression-algorithm logit-model matplotlib-pyplot numpy one-hot-encoding pandas python roc-auc-score roc-curve seaborn
Last synced: 05 Oct 2025
https://github.com/mehediehteshum/minesweeper
Building classic 'Minesweeper' game from scratch using Pygame with VS Code.
Last synced: 06 Oct 2025
https://github.com/hotequil/image-processing
Image processing.
jupyter-notebook matplotlib numpy opencv python
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/pedasoft-consult/employee-attrition-prediction
This project implements a machine learning pipeline for predicting employee attrition using HR data. The system analyzes various factors that contribute to employee turnover and provides predictions to help HR departments take preventive measures.
joblib numpy pandas python3 sklearn streamlit
Last synced: 10 Apr 2026
https://github.com/thkox/uni_2023-content-based-image-retrieval
This project is a team assignment for the "Image Analysis" course, offered in the 7th semester of the 2023 academic year at the University of Piraeus, Department of Informatics.
7th-semester cartesian-product content-based-image-retrieval department-of-informatics hyperedge-similarity-calculation hypergraph image-analysis matplotlib networkx numpy python rank-normalization scipy torchvision university-of-piraeus
Last synced: 08 Oct 2025
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/eiichiroito/numpharo
NumPy like tools for Pharo Smalltalk
matplotlib-pyplot numpy pharo pharo-smalltalk smalltalk
Last synced: 18 Jan 2026
https://github.com/piyushxbhardwaj/credit-card-fraud-detection
In this project, we focus on developing a machine learning model to detect fraudulent transactions within credit card data. Credit card fraud poses a significant challenge to financial institutions and consumers globally, with traditional rule-based detection systems often struggling to adapt to new fraud tactics.
matplotlib numpy pandas python scikit-image seaborn
Last synced: 16 Feb 2026
https://github.com/mkdirer/disaster-tweet-nlp-adaboost-transformers
A machine learning project that classifies tweets as disaster-related or non-disaster-related using transformers and the AdaBoost technique. Achieved an accuracy of approximately 80% on the validation set
geopy keras matplotlib numpy pandas python sklearn tensorflow
Last synced: 12 Apr 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/ahmedabdalkreem/lung-cancer
It help to know the patient have lung cancer or not and show what depenent in this disease that lead to this disease.
matplotlib numpy pandas python sklearn-library
Last synced: 14 Apr 2026
https://github.com/gherrada22/spanish-sign-translator
This project uses Python and the OpenCV and MediaPipe libraries to detect and translate signs in real time.
language matplotlib mediapipe numpy opencv pycharm-ide python python3 spanish-language toml
Last synced: 18 Jan 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/03-bunny-06/japan-heart-attack-analysis
This project analyzes heart attack data in Japan, focusing on gender-based differences in risk factors such as smoking, diabetes, alcohol consumption, and regional variations. The dataset is cleaned and processed using Pandas and NumPy, extracting insights on affected individuals based on lifestyle and health conditions.
data-cleaning dataframes numpy pandas python risk-analysis
Last synced: 20 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/amruta33/telecom-churn-case-study
Building a classification model for reducing the churn rate for a telecom company.
logistic-regression matplotlib numpy pandas plotly python seaborn skit-learn statmodels
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/farhannirzhor/python_eda_project_on_diwali_sales_analysis
In this project, I was given a sales data. I analyzed their sales data and shared a summary
data-cleaning data-manipulation exploratory-data-analysis matplotlib numpy pandas python seaborn
Last synced: 04 May 2026
https://github.com/gopikrsmscs/mycinepick-recommendation-system
MyCinePick is a user-specific movie recommendation system built using collaborative filtering techniques. This project aims to provide personalized movie suggestions tailored to each user's unique viewing preferences and habits.
collaborative-filtering movie-recommendation-app numpy python3 recommendation-system sklearn streamlit
Last synced: 14 Apr 2026
https://github.com/amiridk/statistics-and-algebra-in-python
simple and important statics operations and Famous statistical problems , also algebra operations
algebra itertools matplotlib numpy pandas python scipy seaborn static
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/yaswanth1702/python
matplotlib numpy pandas python scipy
Last synced: 15 Feb 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/pedrolustosa/energyforecasting
This project offers a complete solution for solar energy generation analysis and forecasting, using different machine learning models and a modern, intuitive web interface.
artificial-intelligence axios bootstrap5 chartjs css data-science fastapi fontawesome html5 numpy pandas python r react react-bootstrap rpy2 sklearn spinner toastr typescript
Last synced: 04 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/priyanshulathi/air-quality-index-prediction
Machine learning based air quality index prediction using environmental and pollutant data to classify and forecast pollution levels.
machine-learning matplotlib numpy pandas python scikit-learn seaborn
Last synced: 19 Jan 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/ramchaik/cinebrain
CineBrain uses ML & NLP to analyze movies and recommend similar ones based on user preferences through cosine similarity.
cosine-similarity flask htmx kaggle machine-learning movie-recomendation-system nlp nltk numpy pandas sklearn tailwind tmdb tmdb-api unsupervised-learning vectorization
Last synced: 19 Jan 2026
https://github.com/omcodewizard/nasa-battery-analysis
This repository contains code for analyzing battery data from NASA's battery testing dataset. The analysis involves processing battery impedance, electrolyte resistance, and charge transfer resistance across charge/discharge cycles to track the aging and performance of various batteries.
battery-impedence nasa-battery-dataset numpy pandas plotly python
Last synced: 09 May 2026
https://github.com/charancholaveti/imdb-sentimentanalysis
IMDB Movie Review Sentiment Analysis-It will give the sentiment of the review whether it is Positive or Negative
deeplearning keras numpy rnn-tensorflow tensorflow
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/azaz9026/python_project_for_data_analysis
numpy pandas postgresql python3
Last synced: 14 Apr 2026
https://github.com/mr-chang95/udacity-starbucks-challenge
Data Science Project for Udacity's Data Scientist Program. Using Python in Jupyter Notebook.
data data-science data-visualization numpy pandas sklearn
Last synced: 14 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/ashutosh65000/invisible-cloak
Have you watched the Harry potter movie? The Invisible Cloak scene pushed me to make this small code.
image-processing numpy opencv-python
Last synced: 19 Apr 2026
https://github.com/guybanbo/qr-algorithm
QR alogrithm for finding eigenvalues and eigenvectors of a large symmetric matrix
haskell hmatrix numpy optimization python qr-algorithm symmetric-matrix
Last synced: 19 Jan 2026
https://github.com/chandkund/ev-market-segmentation
This project focuses on segmenting the Electric Vehicle (EV) market in India to identify key customer groups based on their preferences, behaviors, and demographics.
machine-learning matplotlib numpy pandas seaborn sklearn visualization
Last synced: 19 Jan 2026
https://github.com/jonad/quora_w2v
In-domain word embedding using Quora dataset.
gensim-word2vec matplotlib numpy pandas python3
Last synced: 11 Apr 2026
https://gitlab.com/DLR-SY/boxbeam
Boxbeam is a legacy Fortran tool translated to python. It calculates effective beam properties of composite cross sections comprised of rod-like elements.
Last synced: 12 Oct 2025
https://github.com/angelarreola/ai_notes
Notas de la materia "Inteligencia Artificial" para su posterior extraccion mediante algun modelo de lenguaje que nos permita dar respuestas personalizadas con base a la informacion presente en este repositorio.
ai matplotlib numpy pandas phaserjs python scikit-learn
Last synced: 21 Jan 2026
https://github.com/chandkund/sms-spam-detection
The goal is to develop a classification model that can accurately differentiate between spam and non-spam messages. This is crucial for applications like email filtering, SMS spam detection, and improving overall user experience by reducing the influx of unwanted or malicious content.
matplotlib nlp-machine-learning numpy pandas seaborn stemming tfidf-vectorizer tokenization
Last synced: 19 Jan 2026
https://github.com/aniruddhakhedkar/eda_to_evaluate_bank_telemarketing_campaign_for_revenue_enhancement
Exploratory_Data_Analysis_Python_Project_2
datavisualization duplicate-detection imputation-methods numpy outlier-removal pandas seaborn statistical-analysis
Last synced: 27 Jan 2026
https://github.com/ayorick23/python-data-science-cheat-sheet
Guía rápida y práctica de sintaxis, comandos y funciones esenciales de Python para Ciencia de Datos. Perfecta para recordar cómo usar las librerías más comunes como NumPy, Pandas, Matplotlib y Scikit-learn en tus análisis diarios.
cheat-sheet data-analysis data-science data-visualization deep-learning jupyter-notebook machine-learning matplotlib ml numpy pandas python scikit-learn scipy seaborn statistics sympy tensorflow
Last synced: 07 Apr 2026
https://github.com/polyee99/kaggle-titanic-data-analytics
Jupiter notebook to predict the outcome of passengers who died or not in the tragical Titanic event.
data eda jupiter-notebook matplotlib numpy pandas python regression-analysis test-train-split visualization
Last synced: 05 Feb 2026
https://github.com/gerlero/generala
🎲 Probabilistic tool for the dice game of Generala
Last synced: 27 Jan 2026
https://github.com/sadafasad/banks-mc-etl-pipeline
Banks' market capital ETL data pipeline
apache-airflow beautifulsoup docker numpy pandas python requests sqlite
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/aqueeqazam/student-placements-using-machine-learning-and-flask
Through the use of Flask and machine learning, I show how to implement the student placement prediction model.
flask machine-learning numpy pandas
Last synced: 14 Apr 2026
https://github.com/mizcausevic-dev/embedding-drift-graph
Track how entity embeddings drift across encoder model versions. SQLite store + Strawberry GraphQL API. Cosine drift events computed automatically on every record. Reference impl for RAG/eval pipelines re-encoding their corpus.
ai-governance drift-detection embeddings graphql llm numpy python rag sqlite strawberry-graphql vector-search
Last synced: 01 Jun 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/anish37860/python_party
Python summer party by Interview Master & in partnership with DataCamp
Last synced: 06 May 2026
https://github.com/alansteinbarth/irysy
🪻 Irysy 🌼 eksploracyjna analiza danych – wizualizacje, ML, transparentny kod i autorskie grafiki. Projekt łączący AI, estetykę i praktyczne umiejętności!
ai classification clean-code data-science exploratory-data-analysis feature-engineering github-pages iris-dataset jupyter-notebook machine-learning matplotlib modern-ui numpy open-source pandas portfolio-project python reproducible-research seaborn visualization
Last synced: 17 Oct 2025
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/yulia-momotyuk/dla-data-analysis-practice
This repository contains my homework assignments completed during the "Data Analyst in IT" course at Data Loves Academy.
analytics data-analysis data-visualization excel mysql numpy pandas postgres powerbi python seaborn sql tableau
Last synced: 14 Apr 2026
https://github.com/muhammadshavaiz/hand-sketch-recognition--inceptionv3
The Hand Drawn Sketch Classification project uses PyTorch to classify hand-drawn sketches. It evaluates model Inception_v3, with Inception_v3 achieving the highest accuracy of 57%. The repository features scripts for dataset management, model training, and evaluation.
inception-v3 matplotlib numpy pandas python pytorch
Last synced: 14 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/bhuvantenguria/adobe-gensolve
Adobe-Gensolve
cv2 dotenv firebase-admin flask numpy pandas python react svgpathtools svgwrite
Last synced: 23 Jan 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/satyacoder29/crm-analytics-power-bi
CRM Analytics Dashboard – An interactive dashboard using Tableau, SQL, and Salesforce CRM Analytics (CRMA) to analyze sales performance, customer segmentation, and churn prediction. Features automated ETL pipelines, predictive analytics, and real-time insights for data-driven decision-making. 🚀📊
advanced-excel data-analysis data-cleaning data-collection data-transformation data-visualization matplotlib numpy pandas powerbi python seaborn sql tableau
Last synced: 14 Apr 2026
https://github.com/harmanveer-2546/nba-homecourt-advantage-data-analysis
In this repo we're diving into NBA game data to explore the phenomenon of home court advantage.
analysis homecourt learning-curve linear-models logisticregression metrics model-selection nba nba-analytics nba-stats numpy pandas preprocessing seaborn sklearn standardscaler
Last synced: 06 Feb 2026
https://github.com/miasanromen/math-modeling
Math modeling with Python. Statistics, math, graphics
math matplotlib numpy probality-theory scipy-stats statistics
Last synced: 14 Apr 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/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/salvatoreamaddio/pipeline-assessment
Pipeline Simulation
anaconda jupiter-notebook mysql mysql-database numpy pandas pandas-python python sparql sparql-query
Last synced: 08 Apr 2026
https://github.com/harmanveer2546/heart
Predicting the presence of heart disease based on several health-related factors and Performing - i.) Data Cleaning ii.) Data Pre-Processing iii.) EDA iv.) Compare 5 different classification algorithms (Logistic Regression, Decision Tree, Random Forest, KNN and SVC)
data-preprocessing decision-tree eda knn logistic-regression machine-learning numpy pandas random-forest roc-auc-curve svc
Last synced: 03 May 2026
https://github.com/lavkalsi/creditcardfrauddetector
Credit Card Fraud Detector is a React web app that predicts if a credit card transaction is fraudulent using a Python machine learning model. Users can input transaction data, and Flask facilitates communication between the backend and frontend. Backend files are located in the res folder. This app provides simple UI for user interaction.
fraud-detection machine-learning nodejs numpy pandas python reactjs sklearn-library
Last synced: 15 Apr 2026
https://github.com/slovnicki/matematicki-softver
homeworks and projects for Mathematical Software course
ipython jupyter latex markdown mathplotlib numpy pandas scikit sympy
Last synced: 15 Apr 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/djdhairya/parkinson-s-disease-detection
datapreprocessing machine-learning modeling numpy pandas scikit-learn svm
Last synced: 15 Apr 2026
https://github.com/subh888999/car-prices--analysis-projects
This repository houses projects focused on data collection, assessment, cleaning, visualization, and analysis. It includes workflows and methodologies for handling data, from initial gathering and evaluation to processing, visualizing insights, and performing in-depth analysis
jupyter-notebook matplotlib numpy panda seaborn statistics
Last synced: 03 May 2026
https://github.com/shahaba83/airplane-ticket-cancellation
In this project, we try to predict the possibility of canceling the plane ticket by the buyer
datatime numpy pandas python scikit-learn seaborn
Last synced: 25 Feb 2026
https://github.com/asherk7/house-price-prediction
House Prices - Advanced Regression Techniques - Predict sales prices and practice feature engineering, RFs, and gradient boosting
data-science numpy pandas regression scikit-learn
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