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/alphacrypto246/air-quality-prediction
The Air Pollution Prediction project forecasts pollution levels using the Air Quality UCI dataset, including variables like CO, NOx, temperature, and humidity. It analyzes temporal and environmental factors to predict air quality trends.
machine-learning numpy pandas scikitlearn-machine-learning sckiit-learn
Last synced: 10 May 2026
https://github.com/sahaavi/color-detection
Colour detection is the process of detecting the name of any color. Well, for humans this is an extremely easy task but for computers, it is not straightforward. Human eyes and brains work together to translate light into color. Light receptors that are present in our eyes transmit the signal to the brain. Our brain then recognizes the color. Since childhood, we have mapped certain lights with their color names. We will be using the somewhat same strategy to detect color names.
color-detection color-detector numpy opencv-python pandas
Last synced: 10 May 2026
https://github.com/isratafrin826/linear-regression-ml-algorithm
googlecolab matplotlib-pyplot numpy pandas
Last synced: 10 May 2026
https://github.com/rebeccamorolong/market--basket--analysis
Market Basket Analysis using the Apriori algorithm to predict association rules and frequent itemsets from transactional data. The goal was to uncover product combinations that frequently co-occur in transactions, which can be used for recommendations, promotions, and inventory management.
apriori-algorithm numpy pandas seaborn
Last synced: 10 May 2026
https://github.com/prateekrajsrivastav/question-answering-model
This project is an NLP-based Question-Answering System that leverages machine learning and natural language processing techniques to provide answers to user queries based on a given context or dataset. The system processes textual input, extracts meaningful insights, and returns relevant answers to the user's question.
huggingface-transformers matplotlib nltk numpy pandas seaborn spacy
Last synced: 10 May 2026
https://github.com/jupfu/beck-view-movie
Assemble mp4 video from list of images
multithreading numpy opencv python3 threadpool tqdm
Last synced: 10 May 2026
https://github.com/prakashjha1/email-sms-spam-classifier
Many email services today provide spam filters that are able to classify emails into spam and non-spam email with high accuracy.
machine-learning natural-language-processing numpy pandas python
Last synced: 10 May 2026
https://github.com/jjerphan/joml
A minimalist numpy-baked Neural Network API
deep-learning fun minimalist neural-network neural-networks numpy python wheel-implementing
Last synced: 10 May 2026
https://github.com/mahmood-anaam/grid-world-value-iteration
An implementation of the Value Iteration algorithm for solving the Grid World problem. This project provides a function to compute the optimal value function for a grid-based environment where a robot navigates to maximize rewards while avoiding penalties.
dynamic-programming grid-world numpy optimization-problem python value-iteration-algorithm
Last synced: 10 May 2026
https://github.com/florasteve/ml-foundations-day2
Day-2 ML foundations: probability/stats refresh and NumPy logistic regression; notebooks with visuals.
data-science jupyter-notebook logistic-regression machine-learning matplotlib numpy statistics
Last synced: 10 May 2026
https://github.com/pravalika-hub11/marketing
CHECKIG
matplotlib-pyplot numpy pandas python
Last synced: 10 May 2026
https://github.com/niteshchawla/loantap-logisticregression
Given a set of attributes for an Individual, determine if a credit line should be extended to them. If so, what should the repayment terms be in business recommendations?
confusion-matrix encoding feature-engineering featureimportance hyperparameter-tuning logistic-regression machine-learning numpy pandas-python precision-recall roc-auc-curve sklearn-metrics smote-sampling
Last synced: 10 May 2026
https://github.com/shubhansu-kr/int213-python-programming
Python Programming | Semester 3 | Python | OOPS | Tkinter | Pandas | Numpy
lpu numpy oops-in-python pandas python sem3 tkinter-gui
Last synced: 10 May 2026
https://github.com/jatin-s16/neuron_from_scratch
Hey! I am learning to build neural networks from scratch without the use of built-in Python libraries.
deep-learning neural-networks nnfs numpy python
Last synced: 10 May 2026
https://github.com/saagnik-mondal/chessengine
This is a simple and efficient chess engine implemented entirely in Python. It allows users to play chess against the computer, using an AI based on a Minimax algorithm with Alpha-Beta pruning for decision-making. The engine is designed to be easy to understand, extend, and play against the computer.
Last synced: 10 May 2026
https://github.com/shriansh2002/stock-prediction
This project predicts Apple stock prices using linear regression. It's based on historical stock price data and uses Python and popular data science libraries like Pandas, NumPy, Matplotlib, and scikit-learn.
apple datascience finance linearregression machinelearning matplotlib ml numpy pandas prediction python scikitlearn stock-prediction stockmarket
Last synced: 10 May 2026
https://github.com/jsnevt/regressao_logistica
CΓ‘lculos de probabilidades sobre uma eleiΓ§Γ£o
matplotlib numpy pandas-dataframe python
Last synced: 11 May 2026
https://github.com/iamfarrokhnejad/neural-network
A simple neural network without reliance on any NN library.
classification matplotlib mnist mnist-classification mnist-dataset mnist-handwriting-recognition neural-network neural-networks neuralnetwork neuralnetworks numpy pandas python
Last synced: 11 May 2026
https://github.com/monarch1108/customerinsights-kmeans
understanding customers using KMeans and RFM(recency, frequency & monetary) analysis
data-analysis data-visualization kmeans-clustering machine-learning matplotlib numpy pandas scikit-learn
Last synced: 11 May 2026
https://github.com/9bow/deep-learning-from-scratch
examples in the book
book deeplearning example-code jupyter-notebook numpy python3
Last synced: 11 May 2026
https://github.com/akashash01/decision_tree
A very specific type of probability tree that enables you to make a decision on certain process(chance event outcomes, resources cost, utility).
data-science decision-tree-classifier machine-learning numpy pandas-dataframe python sklearn
Last synced: 11 May 2026
https://github.com/parthds02/customer-segmentation-with-kmeans-clustering
Analyze customer behavior using Python and KMeans Clustering on transactional data. Features RFM analysis, data cleaning, clustering insights, and actionable visualizations to support business decision-making.
data-analysis data-visualization feature-engineering kmeans-clustering numpy pandas vscode
Last synced: 11 May 2026
https://github.com/mihirh19/uber-analysis
Uber's 2016 dataset analysis offers insightful information about the company's operations and user behaviour. Patterns and trends can be discovered by looking at variables like trip time, distance travelled, and pickup/drop-off locations. Uber may use this information to detect high-demand locations, increase overall efficiency, and optimise driver
matplotlib numpy opendatasets pandas seaborn
Last synced: 11 May 2026
https://github.com/omogbolahan94/google-play-store-app-analysis
Data exploration, data cleaning, interactive data visualisation and insight presentation
matplotlib numpy pandas plotly
Last synced: 11 May 2026
https://github.com/khalidelboray/image_processing
Notes about image processing
image-processing numpy python3
Last synced: 11 May 2026
https://github.com/zilean12/digital-image-processing
Digital Image Processing
bit-plane-slicing computer-vision digital-image-processing numpy opencv warping
Last synced: 12 May 2026
https://github.com/diogoribeiro7/vortex2d
2D vortex particle method (Gaussian-core) with RK4, viscosity, plots, animations
cfd matplotlib numpy python simulation vortex-method
Last synced: 12 May 2026
https://github.com/mituskillologies/dkte-da-mar25
Programs conducted at DKTE's Engineering Institute, Ichalkaranji in training on Python Data Analytics March 2025.
data-analysis matplotlib numpy pandas python-programming tkinter-python
Last synced: 13 May 2026
https://github.com/jsnevt/knn_neighborhood
ML - classificaΓ§Γ£o por vizinhanΓ§a
kneighborsclassifier matplotlib numpy pandas seaborn
Last synced: 13 May 2026
https://github.com/andydevs/optipy
Optimization algorithms written in python
numpy optimization optimization-algorithms
Last synced: 13 May 2026
https://github.com/gmcgibbon/udacity-dlnd-project-1
Udacity Deep Learning Nanodegree - Project 1
deep-learning jupyter-notebook nn numpy udacity
Last synced: 13 May 2026
https://github.com/maroshmka/np-mlp-clf
Raw implementation of mlp classifier in python using numpy.
classification example-code learning machine-learning multilayer-perceptron neural-network numpy
Last synced: 14 May 2026
https://github.com/neelimabonangi/defect-detection-hot-rolling
Defect Detection in Hot Rolling Using Machine Learning
classification data-analysis data-science defect-detection jupyter-notebook machine-learning manufacturing numpy pandas predictive-analytics python random-forest scikit-learn
Last synced: 12 Jun 2026
https://github.com/khushi130404/gradient_realm
Gradient_Realm is a Python project exploring regression techniques and optimization methods like Regularization, Batch, Stochastic, and Mini-batch Gradient Descent. It uses scikit-learn and custom implementations for hands-on learning.
batch-gradient-descent mini-batch-gradient-descent numpy stochastic-gradient-descent
Last synced: 14 Jun 2026
https://github.com/gsaini/streamlit-ui-getting-started
Streamlit is an open-source Python framework for data scientists and AI/ML engineers to deliver dynamic data apps with only a few lines of code. Build and deploy powerful data apps in minutes. Let's get started!
codecov github-actions numpy pandas python streamlit unittest
Last synced: 14 Jun 2026
https://github.com/goessl/complex-random
A package for the most basic complex random sampling.
complex complex-numbers complex-plane normal-distribution numpy pip python random random-number-generator uniform-distribution unit-circle
Last synced: 15 Jun 2026
https://github.com/pnguyen215/pycelize
Pycelize is a Flask application designed for processing Excel and CSV files. It provides RESTful APIs for common data operations including extraction, normalization, mapping, SQL generation, and file binding.
excel lib numpy openpyxl pandas py-app pycelize python-service python3
Last synced: 17 Jun 2026
https://github.com/tomdewildt/interactive-and-explainable-ai-design
Code for The Interactive And Explainable AI Design course of my master's degree
jupyter lime numpy pandas python scikit-learn shap
Last synced: 18 Jun 2026
https://github.com/dino-kupinic/pocolocosolver
algorithmic solution with 3D visualization
algorithms numpy panda3d puzzle pytest python solver
Last synced: 19 Jun 2026
https://github.com/williyam-m/sentiment_analysis
A Django-based Sentiment Analysis web app leveraging the power of the BERT transformer model to classify text sentiment accurately.
beautifulsoup bert django numpy pandas python torch transformers
Last synced: 20 Jun 2026
https://github.com/huzaifa12466/neuralnetscratch
A simple neural network implemented from scratch in Python using NumPy, trained on the Moons dataset
artificial-intelligence artificial-neural-networks backpropagation deep-learning forwardpropagation machine-learning matplotlib neural-network neural-networks numpy
Last synced: 23 Jun 2026
https://github.com/no0bitah/pdf-highlight-extractor
A Python tool for extracting highlighted text from PDF files while preserving formatting attributes (headers, bold, italic) and removing unwanted line breaks and page breaks. Perfect for integrating with content management systems.
automation crm documentation-tool numpy opencv pdf pdf-document-processor pillow pymupdf pypdfium2 python3 scrapping
Last synced: 23 Jun 2026
https://github.com/mnitin-reddy/coffee-shop-sales-analytics
This project analyzes coffee shop sales data to uncover key insights, focusing on customer behavior, product performance, and sales trends. Using Pandas, Matplotlib, and Seaborn, the analysis identifies peak sales hours, popular product categories, and opportunities for upselling or bundling.
datasceince datavisualization exploratory-data-analysis matplotlib numpy pandas python seaborn
Last synced: 07 May 2026
https://github.com/dhaase-de/dito
Yet another toolbox for the daily work with OpenCV under Python.
Last synced: 22 Aug 2025
https://github.com/kunalshelke90/wine-quality-testing
This project is about creating a machine learning algorithm that can predict the quality of wine based on the given dataset. Different machine learning algorithms such as logistic regression, decision tree and random forest are used in this project.
eda feature-engineering flask machine-learning numpy pandas python
Last synced: 10 Apr 2026
https://github.com/ankman007/python-100-days-of-code
Daily logs of my progress and mini-projects made over the course of this challenge
100daysofpython backend-development bootstrap5 css3 flask game-development hacktoberfest html5 jinja matplotlib numpy pandas python python-gui selenium tkinter turtle web-development webscraping
Last synced: 10 Apr 2026
https://github.com/marknature/machine-learning-intern
Machine Learning tasks involving the Titanic Dataset and Breast Cancer Wisconsin (Diagnostic) dataset
data-analysis github jupiter-notebook machine-learning matplotlib numpy pandas python scikit-learn sklearn
Last synced: 10 Apr 2026
https://github.com/sc0v0ne/blueflix
Simple Application Recommend Movies and Tv Shows
csv k-means k-means-clustering kaggle movies numpy pandas python recommends-movies sklearn streamlit
Last synced: 10 Apr 2026
https://github.com/sawaira-iqbal/data-visualization-project-on-car-sales-data
Explore Sales Data Visualization with Interactive Charts & Insights! π Uncover trends and patterns to drive smarter automotive decisions.
bivariate-analysis data-science data-visualization interactive-visualizations matplotlib multivariate-analysis numpy plotly python seaborn univariate-analysis
Last synced: 12 Apr 2026
https://github.com/zenithclown/agine
Library for finding Nearest Neighbor or to find if two points on Earth have a Direct Line of Sight.
bearing bearing-calculations distance-calculation euclidean-distance geometry haversine manhattan-distance nearest-neighbor-search numpy pandas rasterio shapely
Last synced: 28 Jan 2026
https://github.com/yeonjaee/statistics
ν΅κ³κΈ°μ΄ with using python libs
matplotlib numpy pandas statistics
Last synced: 06 May 2026
https://github.com/shubhammittal-data/hr_dashboard_tableau
An interactive HR Analytics Dashboard built using Tableau. Provides insights into workforce demographics, hiring trends, salary analysis, and employee records for data-driven decision-making.
chatgpt4 data data-analysis data-visualization drawio-tools faker-generator hr-analytics hr-analytics-dashboard human-resources numpy python tableau tableau-public
Last synced: 17 May 2026
https://github.com/thiagohrcosta/machinelearning-temperature
A Small Machine Learning application leveraging Scikit-Learn and statistical learning to extract knowledge from data without explicit programming.
machine-learning numpy pandas python3 scikit-learn
Last synced: 08 Apr 2026
https://github.com/thatguychandan/adoptimization
This project implements an ad optimization system using a hybrid approach combining Thompson Sampling and Upper Confidence Bound (UCB) algorithms. The system learns to select the most effective ads based on user context and historical performance.
numpy pandas plotly python pytorch reinforcement-learning scikit-learn streamlit thompson-sampling upper-confidence-bound
Last synced: 10 Apr 2026
https://github.com/hasnainroopawalla/sudoku-generator
This algorithm can generate and solve a random Sudoku Puzzle Board using Backtracking
backtracking numpy python sudoku-generator
Last synced: 16 May 2026
https://github.com/teslaproduuction/data_analiz_al
ΠΡΠΎΠ³Π½ΠΎΠ·ΠΈΡΠΎΠ²Π°Π½ΠΈΠ΅ ΠΊΡΡΡΠ° Π°Π»ΡΠΌΠΈΠ½ΠΈΡ Ρ ΠΈΡΠΏΠΎΠ»ΡΠ·ΠΎΠ²Π°Π½ΠΈΠ΅ΠΌ ΠΌΠΎΠ΄Π΅Π»ΠΈ ARIMAX
arimax csv django html-css-javascript numpy pandas python rss scipy sklearn sqlite yfinance-library
Last synced: 10 Apr 2026
https://github.com/null-none/pyignite
Simple deep learning library
deep-learning machine-learning ml numpy python
Last synced: 06 May 2026
https://github.com/s0fft/learning-lab
Code Notes & Test-Learn // Micro Pet-Projects: Python / Asynchrony / FastAPI / Django-Tastypie / DRF / Parsing / Telegram-Bot / SQL / Docker / DS / ML / etc.
asynchrony data-science django-rest-framework docker fastapi jupyter-lab jupyter-notebook mashine-learning matplotlib notes numpy pandas parsing python3 scikit-learn seaborn sql sqlalchemy tastypie telegram-bot
Last synced: 10 Apr 2026
https://github.com/ahmedabdalkreem/machine_learning_with_cv
In this project work to extraction feature from shapes to be input of machine learning model.
chaincode computer-vision contour-detection feature-extraction machine-learning matplotlib numpy open-cv pandas python sklearn svc-model
Last synced: 10 Apr 2026
https://github.com/als8446/tripleten-data-science-projects
Projects Overview Projects made in the Data Scientist course from TripleTen LatAm
data data-analysis hypothesis-tests machine matplotlib numpy pandas python scipy sklearn
Last synced: 10 Apr 2026
https://github.com/roaajadaa/text-classification
Classify documents using custom naΓ―ve bayes model
matplotlib nlp nltk numpy pandas python sklearn
Last synced: 10 Apr 2026
https://github.com/gaball1/alzheimer-prediction-ai
Alzheimer Prediction is a machine learning-based project designed to predict the likelihood of Alzheimerβs disease using clinical and imaging data. The project features an interactive web application built with Streamlit, enabling users to input key data, view predictions, and explore visualizations .
ai data-mining gradient-boosting jupyter-notebook logistic-regression logistic-regression-algorithm machine-learning matplotlib-python models numpy pandas python random-forest-classifier streamlit xgboost-classifier
Last synced: 11 Apr 2026
https://github.com/bharath-tars/deeptumor
DeepTumor is a project aimed at developing a deep learning model with over 1 million parameters using TensorFlow. with automatic reporting feature
keras machine-learning numpy pandas pyhton tensorflow webdevelopment
Last synced: 10 Apr 2026
https://github.com/theanujsinha01/seoul-bike-sharing-demand-prediction
This project predicts the demand for bike-sharing services in Seoul using machine learning algorithms. It utilizes historical data and environmental factors to provide accurate predictions that can aid in resource optimization and planning.
data-cleaning data-science exploratory-data-analysis feature-engineering jupyter-notebook machine-learning matplotlib model numpy pandas seaborn
Last synced: 10 Apr 2026
https://github.com/adi3042/credit-card-fault-detection
ππ³ Secure Your Finances! Detect anomalies and safeguard transactions with our Credit Card Fault Detection system. Dive into cutting-edge classification techniques to identify fraud and protect financial data. Your journey to secure payments starts here! π¨π FraudDetectionTech
classification credit-card css datetime fault-detection flask functools html ipykernel jupyternotebooks machine-learning numpy pandas python3 readme scikit-learn setuptools venv
Last synced: 03 Apr 2026
https://github.com/pramodyasahan/car-safe-predictor
This repository contains a machine learning project that applies the K-Nearest Neighbors (KNN) classification algorithm to predict car safety ratings. The project uses a dataset of cars, with features such as buying price, maintenance cost, number of doors, persons, lug boot size, and safety.
classification k-nearest-neighbours machine-learning numpy pandas scikit-learn
Last synced: 10 Apr 2026
https://github.com/abideen-olawuwo/converted-logistic-regression
Converted Prediction Model
logistic-regression numpy pandas sklearn
Last synced: 10 Apr 2026
https://github.com/psavarmattas/covid19-dashboard
The goal of this project is not to build just another dashboard for Covid 19. But, to focus on collaborative plot ideas, and a mobile friendly UI/UX.
appseed bootstrap covid covid-19 css dashboard django docker html javascript json numpy plotly python travis-ci
Last synced: 10 Apr 2026
https://github.com/anuppm9917/super-store-sales-analysis-power-bi-project
My drive to know which products, regions, categories and customer segments a company should target or avoid, I search and selected an appropriate dataset on kaggle which will match a standard superstore requirement.
data data-analysis data-visualization datacleansing excel exploratory-data-analysis jupyter-notebook numpy pandas plotly powerbi python3
Last synced: 10 Apr 2026
https://github.com/dipto9999/ml_introduction
An Introduction to Machine Learning, primarily using Python scikit-learn library.
data-science decision-trees jupyter-notebook k-means-clustering k-nearest-neighbors linear-regression logistic-regression machine-learning machine-learning-algorithms matplotlib numpy pandas principal-component-analysis python random-forest scikit-learn seaborn support-vector-machines
Last synced: 10 Apr 2026
https://github.com/ngangawairimu/automating_farming_analysis
This project automates farming in Maji Ndogo, analyzing soil fertility, climate, and geography to recommend optimal crop locations. Python-based data analysis I uncovers patterns guiding farming practices.
matplotlib-pyplot numpy pandas python seaborn sqlite
Last synced: 10 Apr 2026
https://github.com/rooneyrulz/cat-dog-classifier
Building a model using a convolutional neural network that well-classifying custom cat vs dog image data. including visualizations, data-preprocessing, future predictions, model-evaluation, identifying overfitting, and more.
artificial-intelligence convolutional-neural-networks data-preprocessing data-visualizations deep-learning keras matplotlib numpy pandas predictive-modeling python3 seaborn tensorflow2
Last synced: 10 Apr 2026
https://github.com/bearddan2000/python-web-3d-matplotlib-surface-graph
A demo of creating a 3d surface graph.
3d graph matplotlib numpy pandas python surface web
Last synced: 10 Apr 2026
https://github.com/ramarav/house_price_prediction
Machine learning approach for house price prediction using tensorflow.
jupyter-notebook jupyter-notebooks keras keras-models keras-neural-networks keras-tensorflow numpy python python-3 python3 tensorflow
Last synced: 10 Apr 2026
https://github.com/ksasi/customer_segments
machine-learning numpy pandas python scikit-learn
Last synced: 10 Apr 2026
https://github.com/sunnyrao07/stroke-risk-prediction
Predicting stroke risk using machine learning models based on healthcare and demographic data.
data-cleaning data-visualization decision-trees feature-engineering label-encoding matplotlib model-evaluation numpy outlier-detection pandas python random-forest scikit-learn seaborn standard-scaler
Last synced: 10 Apr 2026
https://github.com/smirnovlad/data-science-notebooks
A collection of various data analysis approaches
data-science deep-learning kaggle machine-learning numpy pandas pytorch
Last synced: 10 Apr 2026
https://github.com/amruta33/heart_disease_prediction
predict whether a person has a heart disease or not.
classification decision-trees gridsearchcv heart-disease hyperparameter-tuning male-female numpy pandas
Last synced: 30 Mar 2025
https://github.com/shivammg/coursera-ml-numpy
Coursera Machine Learning course done using Python, NumPy, and Seaborn
machine-learning numpy python seaborn
Last synced: 09 May 2026
https://github.com/aniruddhakhedkar/eda_for_chinese_automotive_company_teclov_chinese
Exploratory_Data_Analysis_Python_Project_1
datavisualization duplicate-detection imputation-methods numpy outlier-removal pandas seaborn statistical-analysis
Last synced: 10 Apr 2026
https://github.com/szymon-budziak/fundamentals_of_deep_learning
Fundamentals of Deep Learning NVIDIA course.
deep-learning machine-learning numpy nvidia pandas python tensorflow
Last synced: 10 Apr 2026
https://github.com/sahil210695/gradient-descent
A simplified explanation of gradient descent for linear regression in python using numpy
gradient-descent gradient-descent-algorithm linear-regression matplotlib mini-batch-gradient-descent numpy python stochastic-gradient-descent
Last synced: 03 May 2026
https://github.com/mogankumar/virtual-mouse
A Python-based Virtual Mouse that uses hand gestures for cursor control, clicking, scrolling, and taking screenshots. Powered by OpenCV, PyAutoGUI, and a custom hand tracking module for a touch-free experience.
autopy numpy opencv pyautogui python3
Last synced: 10 Apr 2026
https://github.com/anubhavkumar31/simple-heart_disease_prediction-using-logisticregression
Its a simple yet good model which predicts if a person have heart disease or not. This is a binary classification model i.e its output is either 0(dont have heart disease) or 1 (have heart disease).
logistic-regression machine-learning numpy python sklearn sklearn-linear-model sklearn-metrics
Last synced: 10 Apr 2026
https://github.com/rama1997/lane-line-detection
Uses computer vision to detects lane lines on the road from images/videos using the POV of a driving vehicle
numpy opencv opencv-python python
Last synced: 10 Apr 2026
https://github.com/ahmedabdalkreem/connected_component_labeling
Technique used to detect small object in the image like shapes and number can used this technique in OCR.
computer-vision connected-components matplotlib numpy object-detection python rgb2gray threshold
Last synced: 11 Apr 2026
https://github.com/ahmedabdalkreem/speech-recognition
In this project we deal with audio dataset to make classification between ten audio and make preprocssing in it using Librosa and Scipy then be input of Neural Network Model.
librosa matplotlib neural-network numpy pandas python3 scipy sklearn tensorflow
Last synced: 11 Apr 2026
https://github.com/fedesgh/parkinson_volatility_spread_on_cedears
Creating a function that returns a graph with the difference between Parkinson's volatility and regular volatility given a certain bounds
Last synced: 10 Apr 2026
https://github.com/asghar-rizvi/youtube-statistics-project
This project analyzes a dataset of global YouTube statistics to uncover insights about YouTube channels, their ranks, and other attributes. The dataset used for this analysis was obtained from Kaggle.
data-analysis data-analysis-python data-science data-science-projects matplotlib numpy pandas pycharm-ide python seaborn
Last synced: 13 Jun 2026
https://github.com/tsungtsetu122/datamining-cifar10-classification
Data mining project on CIFAR-10 extracted features, applying preprocessing, classification models, and evaluation techniques to improve classification performance.
matplotlib numpy pandas python scikit-learn
Last synced: 10 Apr 2026
https://github.com/mohamed15058/text_classification-digital-egypt-pioneers-initiative-project-
Text_Classification(Digital-Egypt-Pioneers-Initiative-Project )
depi mlops nlp nltk numpy panadas python3 twnsorflow
Last synced: 10 Apr 2026