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/nicolas-giacomelli/modelo-polinomial-api-streamlit
Codigo focado em treinamento de modelo de previsão de salario por tempo de empresa e nivel dentro da empresa disponibilizado por api e usando front-end streamlit para calcular basta inserir tempo de empresa e nivel e calcular o resultado de salario compativel
api fastapi joblib machine-learning matplotlib numpy pandas pingouin pydantic scikit-learn seaborn streamlit uvicorn
Last synced: 12 Apr 2026
https://github.com/nazwright/daria
Real-time fraud detection architecture powered by AWS Kinesis, KaggleHub, and SMOTE-augmented data — the foundation of DARIA, the Detection And Risk-Intelligence Agent.
aws evm fraud fraud-detection-using-machine-learning kaggle kinesis machine-learning math numpy pandas python random web3
Last synced: 12 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/manuelfay/numpydeeplearning
Deep Learning Framework built entirely using numpy
deep-learning deep-learning-framework minigrad numpy pytorch
Last synced: 06 May 2026
https://github.com/nisch-mhrzn/book-recommender-system
A Flask-based application that suggests books tailored to user preferences, leveraging collaborative filtering and a curated dataset.
Last synced: 12 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/yousefalaaali/video-game-sales
Data Analysis Project - Video Game Sales
k-means-clustering matplotlib numpy pandas principal-component-analysis python scikit-learn seaborn
Last synced: 12 Apr 2026
https://github.com/jvictor011/analise_de_precos_de_materias-primas_agricolas
Este projeto concentra-se na análise dos dados de preços de várias matérias-primas agrícolas ao longo do tempo. O conjunto de dados usado para esta análise é chamado de agricultural_raw_material.csv.
matplotlib numpy pandas python seaborn
Last synced: 07 May 2025
https://github.com/parkjungyoon/til-data_study
✍ 데이터분석, 데이터베이스, 클라우드 컴퓨팅 등을 공부하고 기록하는 저장소 입니다.
crawling machine-learning monodb mysql numpy pandas python
Last synced: 12 Apr 2026
https://github.com/mzayles/report_consolidado_analise-descritiva
💻📊✅ Curso de Programação em Python para Data Science | Mensuramento de dados com Matplotlib.
matplotlib numpy pandas python
Last synced: 24 Mar 2025
https://github.com/mzayles/base_vendas_dataprep
💻📊✅ Curso de Programação em Python para Data Science | Preparando e tratando dados com Pandas e NumPy.
Last synced: 24 Mar 2025
https://github.com/jvictor011/big-five-personality-test
Usando machine learning para fazer o agrupamento de um sistema de traço de personalidade
matplotlib numpy os pandas python seaborn
Last synced: 07 May 2025
https://github.com/sultanazhari/prediction-model-of-customers-leaving
Bank Beta Company focus on retain existing customers, our task is to create a model that predicts whether or not a customer will leave the bank soon.
accuracy-score confusion-matrix logistic-regression-algorithm matplotlib-pyplot numpy pandas python3 random-forest roc-auc-score seaborn train-test-using-sklearn
Last synced: 20 Apr 2026
https://github.com/sujalk777/signal_systems_lab
This repository contains the assignments for the Signal Systems Laboratory course offered at IIT Jammu Autumn 24
jupyter-notebook librosa linux matplotlib numpy python raspberry-pi
Last synced: 12 Apr 2026
https://github.com/shreeparab1890/chat-analyzer
This project is a Data Analysis project to analyze the WhatsApp chats.
data-analysis numpy pandas python
Last synced: 12 Apr 2026
https://github.com/shandilya1998/neurorobotics
Python tools for robotics, deep reinforcement learning and neuroscience research.
computational-neuroscience mujoco mujoco-py numpy openai-gym pytorch reinforcement-learning robotics
Last synced: 12 Apr 2026
https://github.com/raoulnormand/easygrader
A library to easily calculate course grades.
gradebook gradescope numpy pandas teaching-tool
Last synced: 10 Mar 2025
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/RedInfinityPro/AI_projects
Rating (7/10) The code is a chatbot that interacts with users based on article content. However, issues include incorrect sorting, typos, incorrect indentation, and lack of explanations for each part, potentially affecting the bot's robustness and understanding of context.
newspaper nltk numpy python random sklearn string warnings
Last synced: 30 Sep 2025
https://github.com/abideen-olawuwo/converted-web-app
Deploying model with Flask
flask jsonify matplotlib numpy pandas pickle python requests
Last synced: 12 Apr 2026
https://github.com/hediyeorhan/styletransfer
artificial-intelligence deep-learning numpy python tensorflow
Last synced: 12 Apr 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/varuntotakura/face-recognition
My own code for Face Recognition using Python
face-recognition numpy opencv python tensorflow
Last synced: 09 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/tugot17/linear-regression-from-scratch
Linear Regression concepts and intuitions presented using Jupyter Notebooks
from-scratch linear-regression numpy python
Last synced: 11 Jul 2025
https://github.com/khushi130404/catnet
CatNet is a simple machine learning project that classifies images as either a cat or not a cat using logistic regression. The dataset consists of labeled images of cats and non-cats, preprocessed and used to train a binary classification model.
h5py matplotlib numpy pillow scipy
Last synced: 12 Apr 2026
https://github.com/jeslipriya/emotion-detection
This project is an enhanced real-time facial emotion detection system that uses deep learning (OpenCV + mini-XCEPTION) to accurately recognize human emotions through a webcam or image input. It features advanced preprocessing, temporal smoothing, and a clean visual interface for smooth and stable emotion analysis.
7-emotions deep-learning emotion-detection fer2013 numpy opencv opencv-python python tensorflow
Last synced: 03 Jul 2025
https://github.com/theoldvalyria/python_projects
Проекты, направленные на анализ данных Python и АБ-тестирование.
ab-testing matplotlib metrics numpy pandas python scipy seaborn visualisation
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/kareem74x/data-mining-uni-project
A project focused on applying data mining techniques to extract insights from datasets
data-mining matplotlib numpy pandas python
Last synced: 25 Feb 2026
https://github.com/ds-python-programmers-spectrum/flipkart-sentimental_analysis-app
The Flipkart Sentiment Analysis project aims to analyze customer reviews of Flipkart products using Natural Language Processing (NLP) and visualize insights through a Streamlit-based web application. This system will classify customer feedback as positive, negative, or neutral
machine-learning nltk numpy pandas sentiment-analysis streamlit-webapp textblob vader-sentiment-analysis
Last synced: 22 Jun 2025
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/akashash01/random_forest
It enable learning method for classification, regression and other task. Operates by building multiple decision tree ay training time. It is much more robust than Decision Tree algorithm.
data-science machine-learning numpy pandas python random-forest-classifier sklearn supervised-learning
Last synced: 01 Apr 2025
https://github.com/urvee1810/market_basket_analysis
A data mining project analyzing Instacart's 3 million grocery orders to uncover customer shopping patterns and product associations. Using market basket analysis and the Apriori algorithm, the project reveals key insights about shopping behavior, product combinations, and temporal patterns, providing valuable recommendations for retail strategy
apriori-algorithm data-mining data-visualization machine-learning market-basket-analysis matplotlib mlxtend numpy pandas python seaborn
Last synced: 12 Apr 2026
https://github.com/rohitinu6/image_cartoonify
To Cartoonify an Image using opencv-python
image-processing matplotlib numpy opencv opencv-python python
Last synced: 12 Apr 2026
https://github.com/tnleite/credit-card-customer-clustering
Este repositório apresenta um projeto de segmentação e predição de clientes de cartões de crédito. Utilizando EDA, clusterização (K-Means) e machine learning, o objetivo é prever o grupo de novos clientes, apoiando estratégias de marketing personalizadas.
classification-algorithm clustering-algorithm clustering-analysis data-science exploratory-data-analysis kmeans-clustering logistic-regression machine-learning-algorithms machine-learning-models matplotlib numpy scikit-learn seaborn
Last synced: 07 May 2026
https://github.com/techcsispit/algorithmic-trading
This project focuses on algorithmic training using Python in Jupyter Notebooks. It covers various data structures and algorithms, providing a hands-on approach to solving algorithmic challenges. The notebooks are designed to be interactive and educational for learners of all levels.
matplotlib numpy pandas python sklearn
Last synced: 04 Sep 2025
https://github.com/aneeshmurali-n/python-tasks
Here we are going to learn data science and python by doing tasks by task
data-science data-visualization exploratory-data-analysis filter lambda lambda-functions map-reduce matplotlib numpy oops-in-python pandas python python-fundamentals regex regular-expression
Last synced: 12 Apr 2026
https://github.com/shreenidhi7700/skimlit-project
Natural Language Processing Project -SKIMLIT
google-colab lstm-neural-networks numpy pandas python3 rnn-tensorflow tensorflow
Last synced: 09 Apr 2026
https://github.com/hrolive/fundamentals-of-accelerated-data-science
How to use GPU-accelerated tools to conduct data science faster, leading to more scalable, reliable, and cost-effective results.
accelerated-computing bokeh cudf cugraph cuml cupy dask data-science jupyter numpy pandas python rapids xgboost
Last synced: 12 Apr 2026
https://github.com/naveen88112/healthcare
HealthCare Data Analysis and Forecasting This project examines healthcare data by processing missing values with KNN imputation, preprocessing features, and training classification models (Logistic Regression and Random Forest). The output includes performance metrics such as accuracy, confusion matrix, precision, recall, and ROC analysis.
data-visualization feature-engineering machine-learning model-evaluation numpy pandas python scikitlearn-machine-learning
Last synced: 12 Apr 2026
https://github.com/parth-jatav/super-store-analysis-project
The Super Store Analysis project leverages Python libraries such as pandas, matplotlib, and numpy to perform a comprehensive analysis of a retail store's data. This project includes data cleaning, visualization, and statistical analysis to identify key trends, optimize inventory, enhance decision-making processes for improved business performance.
data-analysis matplotlib numpy pandas python super-store
Last synced: 12 Apr 2026
https://github.com/apal21/tensorflow-linear-regression-fit-data
Fit a line passing through data with some random noise using Tensorflow linear regression with Gradient Descent Optimizer.
gradient-descent linear-regression numpy python3 tensorflow
Last synced: 12 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/mostafa-ghorab/global-happiness-analysis
An analysis of global happiness rankings based on various factors like GDP, family support, health, and freedom from the World Happiness Report (2015-2017). This project provides data visualizations and statistical insights into how these factors influence happiness scores in different regions.
business-analysis data-analysis data-visualization matplotlib numpy pandas python seaborn
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/lmizner/codecademy_life_expectancy_gdp
Utilize understanding of data visualization to analyze and plot data about GDP and life expectancy
barplot jupyter-notebook lineplot matplotlib-pyplot numpy pandas python scatterplot seaborn
Last synced: 12 Apr 2026
https://github.com/afnanenayet/kaggle-titanic
The classic Kaggle Titanic data science challenge
backprop backpropagation classification classifier data forest kaggle layer learn mlp multi numpy pandas perceptron random science scikit sklearn titanic
Last synced: 12 Apr 2026
https://github.com/mnitin-reddy/summer-olympics-data-analysis-web-app
An interactive web app for exploring trends in Olympic Games history, analyzing overall medal tallies, country-wise performance, and athlete demographics. Built with Python and Streamlit, this app offers insights through visualizations and data-driven statistics.
dataanalytics matplotlib numpy pandas python seaborn streamlit
Last synced: 12 Apr 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
https://github.com/jpcano/boston_housing
Predicting Boston Housing Prices using supervised Machine Learning algorithms
cross-validation machine-learning numpy pandas python regression-models scikit-learn
Last synced: 12 Apr 2026
https://github.com/themihirmathur/soiligator
Soiligator is an advanced machine learning project designed to optimize irrigation management by predicting whether irrigation is necessary based on environmental and soil-related data.
auc-score logistic-regression machine-learning matplotlib numpy pandas python random-forest-classifier roc-curve scikit-learn seaborn standardscaler support-vector-machine
Last synced: 12 Apr 2026
https://github.com/armahdavi/mlops
Productionizing ML Models using a variety of tools including FastAPI, Flask, Doocker, AWS, GCP, TensorFlow Extended (TFX), and TF.js.
apache-beam docker fastapi logistic-regression mlops mlops-workflow numpy random-forest sklearn tensorflow-extended unicorn xgboost
Last synced: 12 Apr 2026
https://github.com/lijesh010/employeeanalysis-
This is a simple data analysis project developed as part of my Entri Elevate Data Science and Machine Learning course. It serves as a practical demonstration of my skills in data analysis.
jupyter-notebook matplotlib numpy pandas python seaborn
Last synced: 12 Apr 2026
https://github.com/fabricioarendtorres/streamauc
Light-weight package for classification metrics computed on streams or minibatches of data. Mainly for area under the curve (AUC) of precision-recall (PR) or receiver operating characteristic (ROC) curves. Supports multi-class setting with either macro- or micro aggregation..
classification-model machine-learning metrics numpy precision-recall-curve receiver-operating-characteristic
Last synced: 06 Jan 2026
https://github.com/lorenzorottigni/ml-universities
Machine Learning python bootcamp: K mean clustering with public/private universities dataset
k-mean-clustering machine-learning numpy pandas python scikit-learn seaborn
Last synced: 05 Apr 2026
https://github.com/rizkyrajitha/ann_101
A really simple neural network for binary classification written from scratch using python
Last synced: 08 May 2026
https://github.com/alisonmitchell/countries-of-the-world
Exploratory Data Analysis of US Government data from the World Factbook to investigate GDP ($ per capita), Literacy (%) and Phones (per 1000).
data-science machine-learning matplotlib numpy pandas python seaborn
Last synced: 12 Apr 2026
https://github.com/bhushan148/ipl-stats-analysis
This project explores IPL data to show team and player performances. 📈 Key highlights include analyzing match results, highest scores, and performance at different venues. 🏟️ It uses charts to reveal trends like win margins and average scores by venue. 📉 Discover important insights into what affects match outcomes and team success.
jupyter-notebook markdown matplotlib-pyplot numpy pandas python seaborn
Last synced: 12 Apr 2026
https://github.com/visu512/spotify-music-recommender
Built Spotify Music recommendation system using Machine learning
csv-files dataset jupyter-notebook kmeans-clustering machine-learning matplotlib numpy panda python scikit-learn spotify-api stream vscode
Last synced: 12 Apr 2026
https://github.com/aleksandarbuk/machine-learning
The Machine Learning Library repository provides a collection of scripts and tools leveraging Scikit-Learn, Pandas, and NumPy for various machine learning tasks and data analysis.
matplotlib numpy python scikit-learn tensorflow
Last synced: 16 Apr 2026
https://github.com/22p31a0512/sentimental-analysis
Build a model to classify text as positive, negative, or neutral. Apply NLP techniques for preprocessing and machine learning for classification. Aim for accurate sentiment prediction on various text formats.
feature-engineering machine-learning natural-language-processing numpy pandas python supervised-learning text-classification text-processing tokenization
Last synced: 12 Apr 2026
https://github.com/ewakamoto/03.-python-projects
This is my collection of Python Projects
jupyter jupyter-notebook matplotlib numpy pandas python seaborn
Last synced: 12 Apr 2026
https://github.com/knightkun77/image_classification_project
Image Classification Using Python
keras machine-learning matplotlib numpy opencv python tensorflow tikinter
Last synced: 24 Jan 2026
https://github.com/sonatipek/matris_transactions_py
My "Python Programlama-I" lesson's homework. Some matris transactions with numpy library in Python
matrix numpy numpy-arrays python sonatipek
Last synced: 24 Mar 2025
https://github.com/vasulab/knightshock
Shock tube experiment planning and data analysis package.
cantera data-analysis matplotlib numpy shock-tube
Last synced: 18 Jul 2025
https://github.com/hariprasath-v/av-job-a-thon-november-2022
Build a machine learning/deep learning approach to forecast the total energy demand on an hourly basis for the next 3 years based on past trends.
exploratory-data-analysis kaggle lightgbm-regressor matplotlib numpy pandas python rmse-score seaborn sklearn statsmodels timeseries-forecasting
Last synced: 12 Apr 2026
https://github.com/akashkg03/feynn-labs-internship
This repository contains the projects I did as a Data Science intern with Feynn Labs.
data-science machine-learning matplotlib numpy pandas python scipy seaborn
Last synced: 07 Jan 2026
https://github.com/prarthana-singh/potato-disease-classification-using-deep-learning
🌱 Potato Disease Classification using Deep Learning – A deep learning-based model to detect and classify potato plant diseases using image processing and CNNs. Built with TensorFlow/Keras & Python.
agriculture cnn deep-learning image-classification keras machine-learning neural-network numpy pandas plant-disease-detection python3 streaming tensorflow
Last synced: 12 Apr 2026
https://github.com/linggarm/fruit-images-search-engine
A Content Based Image Retrieval (CBIR) application of Information Retrieval with fruit images
artificial-intelligence cbir computer-vision content-based-image-retrieval css flask html information-retrieval javascript machine-learning numpy pillow python search-engine tensorflow
Last synced: 12 Apr 2026
https://github.com/alejoduarte23/bs6472
Serviceability assessment as per BS 6472 for human exposure to vibration in buildings Vibration sources other than blasting
matplotlib numpy pydantic scipy
Last synced: 07 Jan 2026
https://github.com/otuemre/housepricingml
A machine learning project predicting house prices using regression models. Covers data preprocessing, feature engineering, and model comparison to achieve accurate results. Developed for a Kaggle competition, focusing on effective ML workflows and model interpretability.
eda encoding evaluation-metrics kaggle-competition lightgbm-regressor machine-learning matplotlib-pyplot neural-networks numpy pandas preprocessing python ridge-regression scikit-learn seaborn tensorflow xgboost-regression
Last synced: 13 Apr 2026
https://github.com/reckonsys/datascience-docker
A docker image with numpy, scipy, nltk and pandas pre-installed with pip
docker docker-image dockerfile nltk numpy pandas scipy
Last synced: 10 Mar 2025
https://github.com/manikantasanjay/data_analysis_using_python_libraries_series
This Series contains Data Analysis projects performed on different Kaggle datasets and providing valuable insights into the data by making use of Python libraries.
exploratory-data-analysis kaggle-datasets machine-learning matplotlib numpy opendatasets pandas python visualization
Last synced: 12 Apr 2026
https://github.com/the-developer-306/fake-review-detector
This project is a machine learning-based review classification system that predicts whether a product review is GENUINE or FAKE. It preprocesses review text, analyzes sentiment, and uses numerical features like ratings and helpfulness to make predictions. The model is deployed via a Flask web application for user interaction.
classification flask logistic-regression machine-learning numpy pandas python renderdeploy scikit-learn sentiment-analysis
Last synced: 12 Apr 2026
https://github.com/skywalkerSam/Python-101
Introduction to Python 3
bootcamp django flask jupyter-notebook matplotlib ml numpy pandas python-bootcamp python-development python-scripting python3 web-scraping
Last synced: 23 Apr 2025
https://github.com/chandkund/sentiment-analysis-using-nlp
This project focuses on Sentiment Analysis using the textual content from product reviews. The goal is to analyze user sentiments based on their written feedback, particularly focusing on the "reviewText" column in the dataset.
lemmatization matplotlib nlp nltk numpy pandas seaborn tokenization
Last synced: 31 Jan 2026
https://github.com/m-rishab/job-recruitment-prediction-and-hr-dashboard-using-plotly
This project features make it ideal for dynamic HR dashboards, offering insights into candidate profiles and recruitment processes.
correlation-analysis flask kmeans-clustering numpy pandas plotly python scikit-learn seaborn standardscaler
Last synced: 12 Apr 2026
https://github.com/soumyapro/heart-disease-prediction
This project is aimed at predicting the likelihood of coronary heart disease (CHD) in individuals over the next ten years using Logistic Regression.
logistic-regression numpy pandas simpleimputer sklearn
Last synced: 21 Jan 2026
https://github.com/nakshjainsonigara/football-eda
This EDA offers a comprehensive exploration of football analytics, leveraging Python libraries to analyze players, club games, and various other aspects of the sport. Through statistical analysis and visualization, we uncover insights into player performance, club strategies, and league dynamics providing valuable insights for football enthusiasts.
dash exploratory-data-analysis matplotlib numpy pandas plotly python scipy seaborn statistics
Last synced: 07 Jan 2026
https://github.com/hariprasath-v/av_job-a-thon-august-2022
Build a Machine Learning model to predict the CTR(click through rate) of an email campaign based on the email campaigning information.
exploratory-data-analysis klib machine-learning matplotlib numpy pandas pycaret-library regression seaborn sklearn
Last synced: 12 Apr 2026
https://github.com/ieCecchetti/Python_ML_DL_examples
A variety of Machine Learning and Deep Learning scripts in Python. Included some theorical info about that in the Readme
bayes-classifier bayesian-statistics deep-learning kernel machine-learning matplotlib neural-network numpy pandas pca pca-analysis python scikitlearn-machine-learning scipy shi
Last synced: 10 Mar 2025
https://github.com/raghavendra317/brain-tumor-detection
A deep learning-based project for classifying brain MRI images into Glioma, Meningioma, No Tumor, and Pituitary Tumor using Convolutional Neural Networks (CNNs). This project aims to assist in early tumor detection, improving diagnostic accuracy and healthcare outcomes.
cnn-classification keras numpy opencv scikit-learn tensorflow
Last synced: 12 Apr 2026
https://github.com/nilayhangarge/data-analysis-with-python
This repository provides a practical introduction to data acquisition and analysis using Pandas. It covers loading datasets, exploring data, manipulating data, and gaining insights through statistical summaries. Ideal for beginners, it offers code examples and explanations to enhance your data manipulation skills using Pandas for Python.
data-acquisition data-analysis data-analytics data-binning data-cleaning data-engineering data-fundamentals data-insights data-integration data-preprocessing data-science data-wrangling numpy pandas python
Last synced: 12 Apr 2026
https://github.com/d1ogocs/afinador-de-instrumentos
Desenvolvimento de um afinador que se ajusta automaticamente ao instrumento musical escolhido pelo utilizador
butterworth-filter instrument-tuner matplotlib numpy pyaudio python scipy threading tkinter
Last synced: 07 Jan 2026
https://github.com/konynour/facedectection
This project demonstrates real-time face detection using OpenCV and a pre-trained SSD (Single Shot MultiBox Detector) model. The system captures video from a camera, processes the frames, detects faces, and displays the results with bounding boxes and confidence scores. This application showcases the use of deep learning models for object detection
cv2 jupyter-notebook lambda-functions matplotlib numpy opencv python3
Last synced: 12 Apr 2026
https://github.com/wisdom-osborn/data-analytics-course-online-
🔍 Data Analytics with Python — Hands-on Course Materials Jupyter notebooks, projects, and datasets based on the freeCodeCamp Data Analysis with Python certification. Learn NumPy, Pandas, data cleaning, and visualization through real-world examples
data data-analysis data-science data-visualization freecodecamp numpy pandas pandas-dataframe project python
Last synced: 19 Apr 2026
https://github.com/mairagalvao/steak_risk_data
A data analysis based on correlations and comparisons among the samples.
database matplotlib numpy pandas python3 sql
Last synced: 12 Apr 2026
https://github.com/chenshuliu/python-guide-to-numpy
This repository is dedicated to explaining the functionalities of Numpy in Python
Last synced: 18 Jan 2026
https://github.com/supriya811106/whatsapp-chat-analyzer-app
Analyze WhatsApp chats with Python, Streamlit, and data visualization. Explore messaging patterns, content trends, and emoji usage to uncover insights from your conversations.
analyzer-web-app chat-analytics chat-analyzer data-preprocessing data-visualization emojis machine-learning matplotlib natural-language-processing nltk numpy pandas plotly python3 seaborn sentiment-analysis streamlit-webapp text-analysis user-engagement
Last synced: 30 Dec 2025
https://github.com/miguelszzz/simple_mnist
Minimalist MNIST implementation with two hidden layers written in C
ddpm densenet-tensorflow generative-model image-processing keras machine-learning neural-network numpy scratch tensorflow-mnist-train transformer triplet-loss vit vit-mnist
Last synced: 25 Mar 2025
https://github.com/bearddan2000/python-web-3d-matplotlib-wireframe-graph
A demo of creating a 3d wireframe graph.
3d graph matplotlib numpy pandas python web wireframe
Last synced: 12 Apr 2026