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/coderooz/image_classification_transfer_learning
This project involves using transfer learning to classify images into categories such as cats vs. dogs by leveraging a pre-trained model like VGG16 or ResNet. Transfer learning allows you to adapt a pre-trained model to your specific problem, making the training process faster and often more effective.
colab image-classification matplot neural-network numpy python tensorflow vgg16-model
Last synced: 20 Apr 2026
https://github.com/amiriiw/speech_recognition
Welcome to the Speech Recognition Project! This project is designed to train a model for recognizing voice commands and using it to control a simple Snake game in real-time. The project involves training a TensorFlow model for speech recognition and integrating it with a Pygame-based game.
key-word-recognition numpy pygame queue random sounddevice speech-recognition tensorflow threading
Last synced: 13 Mar 2025
https://github.com/RedInfinityPro/Python-Finance
Rating: (8/10) The code performs a linear regression analysis on stock data using the yfinance library, importing necessary libraries, selecting stock symbols, downloading data, fitting a model, making predictions, and visualizing results.
datetime matplotlib numpy pandas random sklearn yfinance
Last synced: 13 Mar 2025
https://github.com/filipporanza/rc4
A simple RC4 implementation in Python3. Useful for testing and studing RC4 properties
matplotlib numpy python3 rc4 university-project
Last synced: 15 May 2026
https://github.com/greatmonster11/ct202
Machine Learning Theorety
clustering decision-tree iris-dataset k-fold linear-regression numpy pandas perceptron-learning-algorithm python sklearn
Last synced: 05 Apr 2026
https://github.com/mohammadshabazuddin/secure-image-classification---deep-learning-for-image-based-authentication
This project implements a CNN to classify CAPTCHA images. The code preprocesses images, applies Otsu's thresholding, and uses morphological transformations for character separation. The CNN model includes convolutional, batch normalization, dropout, and fully connected layers. Training, validation, and testing are performed on labeled datasets.
keras numpy opencv pandas pil python tensorflow
Last synced: 08 Apr 2026
https://github.com/kartmaan/fire-simulation
A realistic simulation of fire propagation using thermodynamic and combustion principles, developed in Python with Pygame and NumPy
combustion combustion-models fire fire-simulation heat-transfer ignition materials materials-science numpy pygame simulation thermal-capacity thermal-conductivity
Last synced: 19 Aug 2025
https://github.com/andreazoccatelli/kmeans_fromscratch
kmeans implementation in numpy
clustering kmeans-clustering machine-learning numpy
Last synced: 04 May 2026
https://github.com/abideen-olawuwo/netflix
A recommendation engine
linear-kernel matplotlib netflix numpy pandas plotly python seaborn sklearn tfidf-vectorizer
Last synced: 12 Apr 2026
https://github.com/krichelj/dl_bgu_2021
Deep Learning course, Computer Science M.Sc., Ben Gurion University of the Negev, Israel, 2021
computer-science computer-vision computer-vision-algorithms convolutional-neural-networks deep-learning facial-recognition generative-adversarial-network neural-network nlp numpy recurrent-neural-networks rnn siamese-neural-network supervised-learning tensorboard tensorflow tensorflow-models text-generation
Last synced: 03 Feb 2026
https://github.com/ljadhav25/knn-algorithm-data-science-
This repository contains a project demonstrating the implementation and application of the K-Nearest Neighbors (K-NN) algorithm in Data Science. The objective is to provide a comprehensive understanding of the K-NN algorithm, including data preprocessing, model training, evaluation, and visualization of results. This project is ideal for beginners
data-analysis data-science knn-classification machine-learning matplotlib-pyplot numpy pandas-library seaborn
Last synced: 16 Apr 2026
https://github.com/offthetab/statistics_homework
Практические работы по статистике МИРЭА 3 курс.
numpy pandas python statsmodels
Last synced: 05 Apr 2026
https://github.com/hariprasath-v/advanced_cricket_tournament_simulation
Simulate cricket matches between two teams with this command-line program.
cricket cricketgame cricketsimulation ipython matplotlib numpy pandas python random seaborn
Last synced: 04 Apr 2026
https://github.com/kristijanh1998/reu-summer-internship
Helium Network Blockchain Data Analysis - Big data mining research project for Cybersecurity Research in a Multidisciplinary Environment internship program (Old Dominion University, Summer 2022)
analytics api big-data blockchain-technology cryptocurrency data-mining data-science helium-blockchain helium-network internet-of-things json matplotlib numpy pickle python requests-library-python
Last synced: 10 Apr 2026
https://github.com/alanmenchaca/numpy-notes
collection of notes to learn numpy!
jupyter-notebooks numpy python
Last synced: 08 May 2026
https://github.com/offthetab/gans
Just testing out different GAN models
gans matplotlib numpy seaborn torch torchvision
Last synced: 19 May 2026
https://github.com/emanuelefavero/machine-learning
This repository contains code for various machine learning concepts and algorithms
algorithms machine-learning numpy pandas python
Last synced: 13 Apr 2026
https://github.com/nickklos10/Compressive-Strenght-Prediction
This project predicts concrete compressive strength using a neural network regression model built with Keras.
jupyter-notebook keras matplotlib numpy pandas python scikit-learn
Last synced: 12 Mar 2025
https://github.com/aahad91/covid-19-visual
IDV-Mini Project
covid-19 germany numpy panda plotly visualization
Last synced: 13 May 2026
https://github.com/danieljvickers/fluid_simulation
An educational example for learning the Navier-Stoke equations. Also included is a C++ and CUDA shared object library, buildable with CMake, for use in your personal projects.
cpp cuda differential-equations navier-stokes numpy physics python simulation
Last synced: 04 May 2026
https://github.com/anathonic/big-data-mining-project
This repository contains the implementation of a machine learning project aimed at predicting movie ratings based on user reviews and tags. The data used for this project comes from the MovieLens dataset, which includes ratings and tags for over 9000 movies collected from 1995 to 2016.
decision-tree-regression gradient-boosting-regressor linear-regression machine-learning matplotlib mlp-regressor numpy pandas python random-forest-regression scipy sklearn
Last synced: 26 Jun 2025
https://github.com/samuelbarbosadev/dataexpert
Elaborar modelos estatísticos, criar algoritmos, solucionar problemas e expandir a estratégia de negócios.
classification clustering crisp-dm data-cleaning data-visualization data-wrangling descriptive-statistics inferential-statistics inferre machine matplotlib numpy pandas pyplot recomendation-algorithm regresion-lineal seaborn skit-learn supervised-machine-learning
Last synced: 17 Apr 2026
https://github.com/badranalyst/restaurant-reviews-sentiment-analysis-nlp-case-study
This project analyzes restaurant reviews using Natural Language Processing (NLP) for sentiment analysis. It covers data exploration, pre-processing (NLTK text cleaning), model building, prediction, and deployment. The goal is to predict sentiment from reviews using Python libraries such as Pandas, NumPy, Matplotlib, and Seaborn.
data-analysis data-science eda exploratory-data-analysis matplotlib-pyplot model model-building numpy pandas pre-processing predictive-modeling python seaborn
Last synced: 13 Apr 2026
https://github.com/Akhil-krishnan-r/super_market_analysis
The growth of supermarkets in most populated cities are increasing and market competitions are also high. This dataset is one of the historical sales of supermarket company which has recorded in 3 different branches for 3 months data. Predictive data analytics methods are easy to apply with this dataset
data-visualization matplotlib numpy pandas seaborn
Last synced: 03 Feb 2026
https://github.com/girishkolhe/bike-sharing-multiple-linear-regression-assignment
Assignment for building a linear regression model for predicting the demand for bike sharing
data-science data-visualization eda linear-regression machine-learning matplotlib numpy pandas-dataframe python rsquare-values seaborn sklearn-library statsmodels vif
Last synced: 02 May 2026
https://github.com/nermeenkamal/image-processing-system
This Python application provides a graphical user interface (GUI) for performing various image processing operations. Users can upload, manipulate, and save images using a range of techniques, including grayscale conversion, binary conversion, histogram equalization, and more.
matplotlib numpy opencv python tkinter
Last synced: 01 May 2026
https://github.com/separatrixxx/tmandcm_labs_3_sem
👓 Laboratory works for 3 semester of MAI on theoretical mechanics
matplotlib numpy python theoretical-mechanics
Last synced: 20 May 2026
https://github.com/HarshilChampaneri/Titanic_Survival_Prediction
I have Created a Machine Learning Model based on the Logistic Regression algorithm. This Model is capable of predicting whether the person will survive or not survive based on the given data of that particular person.This Model is highly accurate in predicting the result.
artificial-intelligence jupyter kaggle logistic-regression machine-learning matplotlib numpy pandas python seaborn titanic-kaggle titanic-survival-prediction
Last synced: 30 Dec 2025
https://github.com/jigyasag18/fake-news-prediction-project
The Fake News Prediction App Repository offers a machine learning project that focuses on identifying the authenticity of news articles as fake or real. It uses a dataset of 20,000 articles and employs methods such as TF-IDF vectorization and the Porter stemming algorithm, achieving around 97% classification accuracy with logistic regression model.
data datapreprocessing logistic-regression machine-learning machine-learning-algorithms numpy pandas prediction stemming vectorization
Last synced: 08 Jun 2026
https://github.com/tsungtsetu122/patternanalysis-gnn-node-classification
This project implements a Mixed Graph Neural Network (GNN) for semi-supervised multi-class node classification using the Facebook Large Page-Page Network Dataset. The goal of the project is to predict the class of each node (page) based on 128-dimensional feature vectors and the graph structure connecting the nodes.
evaluation-metrics gnn matplotlib networkx numpy optimization pandas python pytorch-geometric
Last synced: 03 Mar 2025
https://github.com/pyfig/s21_data-science-bootcamp
School21 Bootcamp Data Science
data data-science numpy pandas python school21
Last synced: 26 Jun 2025
https://github.com/j-nobull/noble_ana-500
Apply Advbanced Python programming to data science problems
dash machine-learning-algorithms neural-network numpy pandas plotly scikit-learn tensorflow
Last synced: 03 Mar 2025
https://github.com/anodicpassion/printing-accuracy-analyzer
This project provides a web-based application for analyzing the print quality of scanned documents by comparing them against a template. It identifies issues such as misalignment and blur, providing visual feedback and quantitative metrics.
Last synced: 20 May 2026
https://github.com/ola-kaznowska/first-steps-in-numpy
My first steps in the NumPy library
mathematics numpy python python3
Last synced: 20 May 2026
https://github.com/elifftosunn/textdataclean
Kirli veri çekildiğinde ön işleme adımlarına gerek kalmadan model eğitimi için hazır hale getirmek amacıyla yapılan uygulamadır.
corpus deasciifier morphological-analysis ngram nltk numpy pandas sentence-embedding sentence-tokenizer stemmer stopwords string turkish turkish-sentence-tokenizer word-tokenizer
Last synced: 20 May 2026
https://github.com/kr1shnasomani/speedvision
Vehicle speed detection using Computer Vision, Deep Learning and Neural Network
bytetrack computer-vision deep-learning neural-network numpy opencv pytorch supervision tqdm yolo
Last synced: 05 Mar 2025
https://github.com/dilipgjadhav/cs_encryption_decryption_project
🔐 Secure Data Hiding in Images using Steganography | AICTE & IBM SkillsBuild Internship Project. This Python-based tool hides secret messages in images using OpenCV & PyQt6, with password-protected decryption. Secure, user-friendly & efficient for cybersecurity. Future scope: multi-format support, AES encryption & web/mobile integration.
cyrptography data-hiding image-encryption image-processing numpy opencv pyqt5-gui python-project python-security secure-communication steganography
Last synced: 06 May 2026
https://github.com/satyacoder29/crm-analytics
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: 03 Mar 2025
https://github.com/jt4v4res/neural-networks-and-deep-learning
Some neural networks implementation with purpose of understanding the use of this learning algorithm and deep learning.
deep-learning machine-learning machine-learning-algorithms neural-networks numpy perceptron-learning-algorithm
Last synced: 16 Jan 2026
https://github.com/davgiles/ML-Projects
This repository contains my projects from the Data Science & Business Analytics Post-Graduate Program through UT Austin.
eda matplotlib numpy pandas python scikit-learn scipy seaborn visualization xgboost
Last synced: 20 Jan 2026
https://github.com/makoczoro/credit-default-risk-analysis-eda
This repository contains the detailed EDA Analysis of Home Credit Group Dataset. The analysis aims to find demographic and financial factors associated with higher or lower default risks, providing actionable insights for risk mitigation and improved lending practices
bivariate-analysis correlation-analysis data-preprocessing exploratory-data-analysis exploratory-data-visualizations matplotlib numpy pandas seaborn univariate-analysis
Last synced: 20 May 2026
https://github.com/pransu-code/marathonprediction
Case-based Time Prediction for Recreational Marathon Runners
gbm machine-learning-algorithms numpy pandas python random-forest regression-models scikit-learn seaborn sklearn
Last synced: 07 Mar 2026
https://github.com/pzuehlke/ml-with-numpy
Basic ML algorithms using only NumPy
deep-learning machinelearning numpy
Last synced: 20 May 2026
https://github.com/nour-zayed/face-recogntion
This project implements a real-time face recognition system using Computer Vision and Deep Learning. The system is capable of detecting and recognizing faces in real-time using a webcam, as well as from images and video files. The project leverages OpenCV, dlib, and the face_recognition library to accurately detect, encode, and identify faces.
database dlib face-recognition numpy opencv python
Last synced: 05 May 2026
https://github.com/viivianreine/carbon-footprint-calculator-using-advanced-machine-learning-cnn-
🌍 An AI-powered Carbon Footprint Calculator built with Python, TensorFlow (CNNs), and Streamlit. Delivers real-time emission predictions, visual insights, and country-wise comparisons from user lifestyle data. Adaptive, scalable, and designed to drive sustainability through intelligent software solutions.
api-based-ai-integration cloud-ready convolutional-neural-networks data-featuring data-preprocessing ipcc keras keras-tensorflow matplotlib model-optimization numpy pandas python realtime-database seaborn streamlit streamlit-deployment streamlit-webapp supervised-machine-learning tensorflow
Last synced: 08 Apr 2026
https://github.com/udayraj04/facialemotion_musicrecommendations
A web application that detects facial emotions via webcam and recommends music tracks that match the user’s mood in real-time. Built with Flask, TensorFlow/Keras, OpenCV, and a React frontend.
cnn flask machine-learning numpy opencv pil reactjs tensorflow
Last synced: 08 Apr 2026
https://github.com/pramodyasahan/house-price-prediction
This repository contains the code for a machine learning model aimed at predicting housing prices. The model is based on the RandomForestRegressor algorithm from the scikit-learn library and utilizes feature selection, preprocessing, and pipeline techniques for improved performance.
machine-learning numpy pandas python scikit-learn
Last synced: 08 Apr 2026
https://github.com/s-h-i-v-i-s/bangalore-housing-price-prediction
A Machine Learning Project to predict Bangalore House Prices.
jupyter-notebook machine-learning matplotlib numpy pandas python pythonflask sklearn
Last synced: 08 Apr 2026
https://github.com/matheusotenio/catdog_imageclassifier
Classificar imagens de gatos e cães, utilizando um conjunto de dados misto.
deep-learning freecodecamp-project ipynb machine-learning matplotlib numpy tensorflow
Last synced: 29 Nov 2025
https://github.com/annygutierrez/data-preprocessing
Preprocessing deep learning template.
matplotlib numpy pandas sklearn
Last synced: 02 May 2026
https://github.com/ramankishore08/sales-data-analytics
Sales data analysis using Python and Power BI
datacleaning datavisualization exploratory-data-analysis linear-regression numpy pandas python seaborn
Last synced: 20 May 2026
https://github.com/harrisonwelch/pythondatascience
Repo of code from the linked-in lesson "Python: Data Analysis"
data data-science matplotlib notes numpy python tutorial
Last synced: 12 Apr 2026
https://github.com/thekartikeyamishra/aipoweredmarketingassistant
AI-Powered Marketing Assistant, an advanced tool designed to enhance your digital marketing campaigns using the power of machine learning (ML) and large language models (LLMs). This project empowers small businesses and MSMEs to create compelling content, analyze campaigns, and strategize effectively.
artificial-intelligence llm matplotlib numpy openai pandas python scikit-learn streamlit
Last synced: 08 Apr 2026
https://github.com/itskoushik/eyecue-intellisense
A project related to Smart Intellisense mouse controller which can be controlled by Eye tracking and hand gestures
cv2 machine-learning mediapipe numpy pynput
Last synced: 15 Apr 2026
https://github.com/carinquantifiable119/data-science-handbook
📝 Explore Jupyter notebooks and reusable code to master data science workflows and enhance your skills effectively.
analytics aws biostatistics causal-inference computer-science ipython machine-learning meta neural-networks notebook numpy probability probability-cheatsheet python scicloj seaborn statistics-cheatsheet targeted-learning
Last synced: 27 Apr 2026
https://github.com/jha2001/movie-recommender-system
machine-learning nltk numpy pandas pickle scikit-learn streamlit
Last synced: 05 Mar 2025
https://github.com/abrahamkoloboe27/fruits-recognition-streamlit-app
🍎 Fruits Classification App (Streamlit) 🍌
convolutional-neural-networks deep-learning image-classification image-processing keras logging machine-learning machine-learning-engineering mlops numpy pandas plotly prototype python streamlit streamlit-application tensorflow
Last synced: 08 Apr 2026
https://github.com/ksharma67/eda-on-ipl
In this python notebook, analysis of IPL matches from 2008 to 2020 is done using python packages like pandas, matplotlib and seaborn.
data-analysis data-science eda matplotlib numpy pandas python seaborn
Last synced: 07 May 2026
https://github.com/adamouization/superconductors-critical-temperature-predictions-regression
:chart_with_upwards_trend: Machine Learning & Data Visualisation/Processing techniques for predicting the critical temperatures required for different superconductors to conduct electrical current with no resistance.
jupyter jupyter-lab jupyter-notebook machine-learning matplotlib matplotlib-pyplot numpy pandas prediction python python-3 regression regression-algorithms scikit-learn scikitlearn-machine-learning scipy
Last synced: 12 Apr 2026
https://github.com/tuokri/rs2-weapon-damage-analysis
Data visualization app for Rising Storm 2: Vietnam.
dash data-display data-visualization numba numpy pandas plotly postgres rising-storm-2-vietnam sqlalchemy timescaledb
Last synced: 17 Jul 2025
https://github.com/matheusotenio/oficina-python
https://oficina-python.streamlit.app/
matplotlib numpy python streamlit
Last synced: 27 Jun 2025
https://github.com/laurobmb/data_analise
Analise quantitativo de números de processos judiciais existentes no Nordeste brasileiro
data-science matplot numpy python python3
Last synced: 15 May 2026
https://github.com/sandeepannandi/slicecam
SliceCam is a fun, camera-controlled game powered by OpenCV and Mediapipe that lets you slash flying fruits with real-time hand tracking.
collision-detection handtracking mediapipe mediapipe-hands motiondetection numpy opencv pygame python
Last synced: 06 May 2026
https://github.com/miltiadiss/TSLA-stock-price-prediction
matplotlib numpy pandas scipy sklearn
Last synced: 31 Dec 2025
https://github.com/claby2/mouse-track
Track, display, and graph the position of a mouse cursor.
c cpp matplotlib numpy python sdl2 windows
Last synced: 12 Apr 2026
https://github.com/baschin1103/principal_component_analysis
In this repository you find a python program and the prints and 3D-visualization of it. After the KNN-Classification I wanted to know which variables have the most relevance for the results. One approach for this is the Principal-Component-Analysis (PCA). More details in the python program as comments.
3d-printing labelencoder matplotlib numpy pandas principal-component-analysis sklearn-library sqlalchemy standardization variable-importance
Last synced: 13 May 2026
https://github.com/ibrahimfazili/stock-market-model
machine-learning numpy python3 quandl
Last synced: 15 May 2026
https://github.com/harinisri012/plant-leaf-disease-detection-system
A deep learning project to detect and classify plant leaf diseases using CNN and VGG16 models. This system aids in early disease identification to support agricultural sustainability by helping farmers protect crops.
cnn cv keras keras-tensorflow neural-networks numpy vgg16
Last synced: 20 Jan 2026
https://github.com/abdelmajidlh/fifa19
Ce projet conciste à analyser et visualiser les données FIFA19. Il est destiné aux jeunes data analystes ou ceux et celles qui souhaite apprendre la programmation Python. Le projet sera mis à jour au fur et à mesure.
fifa matplotlib numpy pandas python seaborn
Last synced: 16 Apr 2026
https://github.com/pramodyasahan/titanic-survival
This repository contains a machine learning project focused on predicting the survival of passengers on the Titanic. The project uses a Support Vector Regression (SVR) model from the sklearn library and involves data preprocessing and prediction.
data-preprocessing matplotlib numpy pandas python scikit-learn support-vector-regression
Last synced: 08 Apr 2026
https://github.com/tushar365/titanic---machine-learning-from-disaster
"Titanic: Machine Learning from Disaster" is a classic Kaggle competition for beginners https://www.kaggle.com/competitions/titanic. The goal is to use machine learning to predict which passengers survived the sinking of the Titanic based on historical data. This teaches data analysis and model building skills in a real-world context.
data-science dicision-tree logistic-regression machine-learning matplotlib-pyplot numpy pandas python seaborn
Last synced: 19 Apr 2026
https://github.com/khaja-shaik-21/heart-disease-prediction-system
This form allows users to enter key health details like age, blood pressure, cholesterol levels, and exercise results to predict the likelihood of heart disease. The data is submitted to the backend for processing, where a machine learning model provides a prediction. The form is styled for a clean and responsive user experience.
css3 flask-application git html5 logestic-regression numpy pandas python3 scikit-learn
Last synced: 12 Apr 2026
https://github.com/kumpatlapavankumar/recognizing-flowers-with-convolutional-neural-networks
This project uses a Convolutional Neural Network (CNN) to classify flower images into five categories: Daisy, Dandelion, Rose, Sunflower, and Tulip. The model is trained on the Flowers Recognition dataset with image augmentation techniques to enhance generalization.
cnn-keras coding data-science deep-learning enjoying flower-classification machine-learning numpy opencv2 pandas pathlib pillow python tensorflow testing training
Last synced: 08 Apr 2026
https://github.com/yashpandey1405/numpy-assignment-solution
This repository contains solutions to all questions from the NumPy Assignment, organized for clarity and easy navigation. 🚀
Last synced: 29 Apr 2026
https://github.com/suryavamsi-p/youtube-trends-and-tracks-engagement
This project aims to leverage Python’s robust visualization libraries to derive deep insights from YouTube video trends data. Using the 'youtube.csv' dataset, this analysis explores the dynamics of YouTube video attributes such as views, likes, dislikes, and comment counts to understand user engagement and their emotional insights.
dash datavisualization hypothesis-testing matplotlib normality-test numpy pandas python3 scipy seaborn visual-studio-code
Last synced: 03 Nov 2025
https://github.com/mhmudfzli/loan-approval-prediction
This project demonstrates a comprehensive approach to solving a regression problem using various machine learning models. The notebook includes: Data Preprocessing, Exploratory Data Analysis (EDA), Model Training, Hyperparameter Tuning, Model Evaluation, Feature Importance
automl catboost numpy pandas python scikit-learn seaborn
Last synced: 08 Apr 2026
https://github.com/praju-1/data_science_projects
It contains the necessary code, datasets, and documentation to understand, replicate, and build upon the project's findings and methodologies.
data-science datasets deep-learning exploratory-data-analysis machine-learning matplotlib numpy pandas predictive-analytics python seaborn sklearn statistics visualization
Last synced: 08 Apr 2026
https://github.com/ronakbediya310/campus-placement-project
This Flask web application leverages machine learning models to predict campus placements based on user-provided input. It provides an intuitive and user-friendly interface for users to input relevant features, such as academic performance, gender, work experience, and more. The application then processes these inputs through a trained algorithms
flask machine-learning numpy pandas python3 sklearn webapp
Last synced: 10 Apr 2026
https://github.com/hrolive/deep-learning-nanodegree
As one of the top 3% students from the first phase, "PyTorch Scholarship Challenge" by Facebook AI, I have earned a full scholarship to Udacity’s Deep Learning Nanodegree program
api-gateway aws aws-lambda aws-sagemaker computer-vision convolutional-neural-networks deep-learning deployment machine-learning natural-language-processing numpy pandas python pytorch scikit-learn
Last synced: 12 Apr 2026
https://github.com/singhvishal003/email-spam-detector-model
Email Spam Detector model to detect spam messages.
Last synced: 08 Apr 2026
https://github.com/abhishekbagdiya01/movies-recommendation-system
This repository contains the code for a movie recommendation system built using Jupyter Notebook.
aiml jupyter-notebook numpy pandas python scikit-learn
Last synced: 08 Apr 2026
https://github.com/ahmedabdalkreem/sentiment-analysis
This project performs sentiment analysis on a Twitter dataset, aiming to classify tweets into positive, negative, or neutral sentiments. Sentiment analysis is crucial for understanding public opinion on various topics, brands, or events based on social media data.
bert-model lematization matplotlib nlp nltk numpy pandas python3 sentiment-analysis stopwords streamlit
Last synced: 08 Apr 2026
https://github.com/ricomeetsworld/ml-roadmap
Opinionated roadmap to machine learning in 2023
conda huggingface machine-learning matplotlib numpy pandas python pytorch
Last synced: 06 Apr 2025
https://github.com/mr-chang95/datascience_airbnb
Data Science Project for Udacity's Data Scientist Program. Using Python in Jupyter Notebook.
airbnb data-analysis data-science data-visualization jupyter-notebook numpy pandas python sklearn
Last synced: 08 Apr 2026
https://github.com/marknature/opencv-bootcamp
If you are looking to take your first steps towards learning Computer Vision and AI using OpenCV, this is the best OpenCV course to jumpstart your career.
anaconda computer-vision cv2-library ffmpeg jupyter-notebook matplotlib numpy opencv os urllib zipfile
Last synced: 02 Mar 2025
https://github.com/abhishek-k-git/feature-engineering-using-stock-exchange-data
Creating quantitative trading strategies requires historical and real-time data and involves comparing models against future returns post-training.
lightgbm matplotlib numpy pandas plotly seaborn
Last synced: 12 Apr 2026
https://github.com/aniket2021448/fakenewspredictionapp
The web app uses logistic regression on a dataset of 20,000 news articles, achieving 96% accuracy. It employs NLTK for text preprocessing and TF-IDF for feature extraction.
huggingface ml news nltk-python numpy pandas-python streamlit-webapp transformers-models
Last synced: 24 Jun 2026
https://github.com/rusenaite/frame-quality-clustering
Python application that processes video files to extract frames and analyze their quality using blur detection and clustering techniques.
Last synced: 11 Apr 2026
https://github.com/salamanderxing/jax-gaussian-bayes
A Multivariate Gaussian Bayes classifier written using JAX
cifar10 gaussian-bayesian-processes gaussian-naive-bayes jax multivariate-gaussian naive-bayes-classifier numpy xla
Last synced: 27 Apr 2026
https://github.com/trivedikavya/food-redistribution-platform
Food Redistribution Console base platform
console-application consolebase-application contributions-welcome kavyatrivedi numpy open-source python3 sklearn
Last synced: 29 Apr 2026
https://github.com/caioandrian/data-analyst-procon
Análise dos dados do Procon, período de 2013 à 2016.
Last synced: 11 Apr 2026
https://github.com/sahilmaurya28/youtube-data-analysis
YouTube Data Analysis using Python — uncovering trends, engagement patterns, and correlations between likes, comments, views, and categories to understand what drives content success.
analysis data-analysis data-visualization matplotlib-pyplot numpy pandas portfolio-project python seaborn youtube
Last synced: 13 Apr 2026
https://github.com/emredemirbas/google-playstore-eda
Exploratory Data Analysis (EDA) of the Google Play Store dataset — examining trends in app ratings, categories, pricing, and user engagement using Python and LaTeX.
exploratory-data-analysis matplotlib numpy pandas python seaborn
Last synced: 03 May 2026
https://github.com/michabirklbauer/neuralnet
Neural Network Implementation in NumPy
backpropagation classification educational feedforward-neural-network from-scratch neural-network numpy
Last synced: 16 May 2026
https://github.com/isk-daniar/-contrast-improvements-on-pil
Contrast improvements on PIL
Last synced: 10 Jun 2026
https://github.com/shibbir-ahmad24/a-data-driven-approach-to-food-security-and-supermarket-accessibility
A Data-Driven Approach to Food Security and Supermarket Accessibility
data-analysis matplotlib numpy pandas python3 seaborn
Last synced: 05 Apr 2025
https://github.com/apuravdivekar2032/real-estate-price-prediction
A real estate price prediction website developed using Python with Numpy and Pandas for data cleaning Matplotlib for data visualization and scikit-learn for model building, featuring a Flask server to handle HTTP requests and integrates a user-friendly UI built with HTML, CSS, and JavaScript
flask html-css-javascript jupyter-notebook matplotlib numpy pandas pycharm python3 sklearn vscode
Last synced: 20 Jan 2026
https://github.com/ijproject/calculate-absorption-rate
大気を構成する分子ごとの赤外線吸収割合を計算するプログラム。
Last synced: 11 May 2026