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-23 00:21:44 UTC
- JSON Representation
https://github.com/qua77i20/ai2
A simple single-layer neural network (perceptron) built in Python. Demonstrates backpropagation training from scratch for beginners.
ai backpropagation data-science deep-learning machine-learning neural-network numpy perceptron python
Last synced: 15 May 2026
https://github.com/manjillama/machine-learning-101
Introduction to machine learning, conda environment, Jupyter Notebook, Pandas, NumPy and Matplotlib.
conda-environment jupyter-notebook machine-learning matplotlib numpy pandas python
Last synced: 13 Apr 2026
https://github.com/jai0212/cash-app-bias-busters
A platform developed with Cash App to help ML engineers detect and visualize biases in models using Fairlearn. Features include a collaborative and interactive dashboard (React, Chart.js), a Flask backend, and a secure MySQL database for data storage and analysis.
bias-detection chartjs fairlearn flask machine-learning mysql numpy pandas pytest python react scikit-learn scipy
Last synced: 16 Feb 2026
https://github.com/antonvagabond/maze
Operation and functionality of two mazes.
matplotlib maze numpy pillow python python3
Last synced: 07 May 2026
https://github.com/iBz-04/DiabetesCL
Predicting instances of diabetic & non-diabetic patients with Support vector machine classifier
data-science diabetes-prediction google-colab-notebook machine-learning machine-learning-projects medical-informatics numpy pandas-python python3 sckiit-learn svm-classifier
Last synced: 21 Oct 2025
https://github.com/gandhasiri-rahul-mohan/association-rules-q1-books
Prepare rules for the all the data sets 1) Try different values of support and confidence. Observe the change in number of rules for different support,confidence values 2) Change the minimum length in apriori algorithm 3) Visulize the obtained rules using different plots
apriori-algorithm association-rules data-science machine-learning numpy pandas python unsupervised-machine-learning
Last synced: 04 May 2026
https://github.com/iver56/cython-region-growing
A quick experiment: Region growing (AKA flood fill) algorithm implemented in Cython and Python
benchmark cython flood-fill numpy python region-growing
Last synced: 25 Apr 2026
https://github.com/gaurav9364/credit-card-fraud-detection
Credit Card Fraud Detection using Machine Learning โ A classification project that detects fraudulent credit card transactions using supervised learning, with data preprocessing, handling class imbalance, and model evaluation (ROC-AUC, Precision, Recall, F1-score).
googlecolab imbalanced-learn matplotlib numpy pandas python scikit-learn seaborn xgboost
Last synced: 08 Apr 2026
https://github.com/kwanit1142/sars-cov-2-detection-radiology-based-multi-modal-multi-task-framework
Keras-based Implementation for "SARS-CoV-2 Detection: Radiology based Multi-modal Multi-task Framework" (Accepted in 45th IEEE EMBC 2k23)
gans keras matplotlib numpy opencv os pandas pillow scipy sklearn tensorflow transfer-learning wasserstein-distance
Last synced: 14 Apr 2026
https://github.com/mohidex/analyze-movie-rating
Analyzing the distributions of IMDB and Metacritic movie ratings to see if we find anything interesting. To do this, first scrape data for over 2000 movies from imdb website.
beautifulsoup4 jupyter-notebook matplotlib numpy pandas python3 requests webscraping
Last synced: 20 Apr 2026
https://github.com/ankushmallick1100/django-insurance-premium-predictor-web-app
This is a web app where a user can signup to the website first and then login to access the website. Then, he/she can give their age, select his/her gender, bmi, number of children, select whether he/she is a smoker or not, and select his/her region. Gradient Boosting Regressor is used in this project which gives the best accuracy of 89.798.
bootstrap bootstrap5 css django gradientboosting gradientboostingregressor html insurance-prediction insurance-premium-predictor machine-learning matplotlib numpy pandas python regression regression-models sklearn tailwind tailwind-css tailwindcss
Last synced: 09 Apr 2026
https://github.com/datarohit/garbage-image-classification
This is Garbage Image Classification End-To-End Project built using Python and Streamlit.
cnn-classification cnn-keras inceptionv3 keras-tensorflow matplotlib numpy
Last synced: 30 Apr 2026
https://github.com/bhargav-joshi/img-caption-generator
Automatically creating the description or caption of an image using any natural language sentences is a very challenging task. It requires both methods from computer vision to understand the content of the image and a language model from the field of natural language processing to turn the understanding of the image into words in the right order. In addition to that we have discussed how this model can be implemented on web and will be accessible for end user as well.
flask jupyter-notebook keras machine-learning nlp nltk numpy pandas python tensorflow
Last synced: 09 Apr 2026
https://github.com/nisaaragharia/neural-networks-from-scratch
Neural Networks from scratch
artificial-intelligence beginner machine-learning neural-network numpy pandas
Last synced: 07 May 2026
https://github.com/fatma-moanes/deep-learning-labs
My implementation for the labs of the Neural Networks and Deep Learning course that I studied at my university, Zewail City.
classification cnn data-science deep-learning gan keras matplotlib neural-network-architectures neural-networks numpy pandas preprocessing python regression-models regularization seaborn tensorflow time-series-analysis
Last synced: 14 Apr 2026
https://github.com/datarohit/nlp-course-files
The files in this Repo are files for the online NLP-Course from Udemy.com which I completed.
nlp nlp-machine-learning nltk numpy panda python sklearn spacy
Last synced: 12 Apr 2026
https://github.com/dhruvsrikanth/pynn
Purely NumPy based API for building deep neural networks.
deep-learning deep-learning-framework machine-learning numpy python pytorch
Last synced: 09 May 2026
https://github.com/kavayk29/quora-duplicate-question-pair
This project improves information retrieval by detecting duplicate question pairs in the Quora dataset using data exploration, text preprocessing, feature engineering, and models like Random Forest and LSTM, aiming to streamline question-answering.
beautifulsoup4 bilstm gensim keras lstm matplotlib numpy pandas pytorch random-forest seaborn sklearn tensorflow xgboost
Last synced: 21 Jan 2026
https://github.com/aakashks/ct-reconstruction-2d
Python Implementation of Computed Tomography (CT) reconstruction for 2D images
computed-tomography ct-reconstruction numpy
Last synced: 09 Aug 2025
https://github.com/akashshnkr/multi-disease-prediction
Developed and integrated three machine learning models for predicting diabetes, Parkinson's, and heart disease into a Streamlit-based web application. The interface allows users to input data and receive accurate health predictions, enhancing early detection and healthcare outcomes.
logistic-regression machine-learning-algorithms numpy pandas python scikit-learn streamlit-webapp svm
Last synced: 02 Jan 2026
https://github.com/gracysapra/pandas-numpy-data-visualisation
This repository contains essential Python scripts and notebooks for data analysis and visualization. It includes: pandas: Data manipulation and analysis, including operations on series and dataframes. NumPy: Efficient numerical computations and array processing. Data Visualization: Creating insightful visualizations using Matplotlib and Seaborn.
data-science data-visualization matplotlib numpy numpy-arrays pandas pandas-dataframe pandas-series seaborn
Last synced: 07 May 2026
https://github.com/anish202020/weather_prediction_model_21int68_internship
Predicts weather using data analysis and machine learning neural networks. The project reads data from a CSV file, processes it, trains a neural network, and visualizes the results.
keras-neural-networks keras-tensorflow matplotlib numpy pandas sklearn
Last synced: 12 Apr 2026
https://github.com/davityak03/animal-image-classification-using-cnn
Animal image classification using Convolutional Neural Networks (CNNs) involves training a model to recognize and categorize different animal species based on their images. The CNN architecture excels at automatically extracting features from images, such as shapes and textures, which are crucial for accurate classification.
cnn-classification keras numpy pandas pretrained-models python tensorflow
Last synced: 08 Apr 2026
https://github.com/esvs2202/credit-card-fraud-detection-system
This fraud detection system is powered by a Machine Learning model, which accurately identifies whether an initiated transaction is fraudulent.
azurewebapp flask gunicorn-web-server html-css machine-learning matplotlib-pyplot numpy pandas powerbi python3 randomforestclassifier seaborn
Last synced: 12 Apr 2026
https://github.com/hamdaniqhmqd/sistem-cerdas
I use this repository for my storage, especially in the intelligent systems course in semester 3
matplotlib numpy pandas python streamlit
Last synced: 20 Apr 2026
https://github.com/shreeparab1890/flipkart-laptops-analysis-eda
This ipython notebook is the Exploratory data analysis (EDA) of the Laptops listed on Flipkart.
data-analysis eda exploratory-data-analysis matplotlib-pyplot numpy pandas plotly
Last synced: 14 Apr 2026
https://github.com/danhenriquex/data-science-project
The main goal of this project was to apply the concepts of data visualization and analysis.
data-analysis data-science numpy pandas python
Last synced: 12 Apr 2026
https://github.com/ashishpatel8736/soq-solver-cramer
This project is a System of Equations Solver built using Cramer's Rule in Python with Streamlit. It allows users to input and solve systems of linear equations in real-time by visualizing them as matrices and generating solutions for variables ๐ฅ , ๐ฆ , ๐ง, etc.
Last synced: 14 Apr 2026
https://github.com/ZauJulio/FeaturesAnalyzer
Python data analyze and machine learning tool
gtk machine-learning numpy pandas python sklearn
Last synced: 10 Aug 2025
https://github.com/kostasereksonas/ids_test
Code for intrusion detection system based on "Intrusion Detection System Using Machine Learning Algorithms" tutorial on Geeksforgeeks and Intrusion Detection on NSL KDD Github repository.
ids intrusion-detection intrusion-detection-system nsl-kdd-dataset numpy pandas python scikit-learn tensorflow
Last synced: 08 Apr 2026
https://github.com/i-am-nolan25/bells-palsy-ml-research
A Machine Learning Model to Grade the Severity of Bell's Palsy
artificial-intelligence dlib healthtech jupyter-notebook machine-learning matplotlib numpy opencv pandas python research scikit-learn scipy
Last synced: 06 Mar 2025
https://github.com/theanujsinha01/rainfall-prediction-using-machine-learning
This project predicts whether it will rain or not based on weather features like pressure, humidity, dew point, cloud cover, sunshine, wind direction, and wind speed. We use a Random Forest Classifier, a popular ML algorithm, trained on historical weather data. The model learns patterns and helps us forecast rain chances.
classification data-analysis eda machine-learning-algorithms matplotlib numpy pandas python scikit-learn seaborn supervised-learning
Last synced: 11 Apr 2026
https://github.com/madhuresh2011/amazon-sales-report-analysis-using-python
This project focuses on analyzing Amazon sales data using Python to uncover insights into sales performance, customer behavior, and product trends
charts cleaning-data data-analysis jupyter-notebook matplotlib numpy pandas python seaborn visualization
Last synced: 17 Apr 2026
https://github.com/alibowndyn/flickerforge
A customizable image and GIF generator mimicking old television static, offering control over colors, blur, dimensions, pixel size, and many more.
Last synced: 05 May 2026
https://github.com/msadeqsirjani/machine_learning_hands_on
A comprehensive machine learning repository containing different concepts, algorithms and techniques.
cnn computer-vision data-analysis data-science data-visualization deep-learning keras machine-learning matplotlib neural-network nlp numpy open-source pandas python rnn scikit-learn seaborn tensorflow
Last synced: 06 Apr 2026
https://github.com/shriram-vibhute/realestateforecast-price-prediction-system
This project aims to predict Prices of House. It involves several key stages, including data preprocessing, feature engineering, model selection, and evaluation. The goal is to develop a model that provides accurate and reliable price predictions based on the given features.
exploratory-data-analysis feature-engineering feature-transformation hyperparameter-tuning machine-learning matplotlib numpy pandas python random-forest sklearn
Last synced: 07 Apr 2025
https://github.com/anish202020/real-time-emotion-face-detection
The primary purpose of this website is to detect emotions in real-time using facial expressions captured via a camera.
fer keras numpy opencv python streamlit tensorflow
Last synced: 12 Apr 2026
https://github.com/rabbicse/face-app
A Face recognition system using TensorFlow.js for in-browser image processing and backend services powered by PyTorch, Qdrant, RetinaFace, ArcFace, and OpenCV for detection, embedding, and similarity matching. This setup ensures efficient, secure, and accurate facial recognition.
arcface deep-neural-networks docker docker-compose face-detection face-recognition machine-learning nextjs numpy opencv python pytorch react retinaface tensorflowjs typescript typescript-react
Last synced: 10 Apr 2026
https://github.com/cr-mao/machine-learning
ๆบๅจๅญฆไน ็ฌ่ฎฐ
data-analysis data-handling machine-learning math numpy pandas
Last synced: 12 Nov 2025
https://github.com/antonio-f/building_a_recurrent_neural_network_step_by_step
Building a Recurrent Neural Network Step by Step
coursera deep-learning long-short-term-memory lstm numpy recurrent-neural-networks rnn step-by-step tutorial
Last synced: 30 Mar 2025
https://github.com/savitar-hub/image-classification
Notebooks on how image classification can help businesses make better decisions and improve the customer experience.
image-classification image-processing jupyter-notebook numpy opencv pandas pytorch tensorflow
Last synced: 08 Apr 2026
https://github.com/csoren66/credit-card-fraud-detection
Credit card fraud detection through logistic regression.
logistic-regression machine-learning numpy pandas python sklearn
Last synced: 03 Mar 2025
https://github.com/the-developer-306/house-price-predictor
House Price Predictor: Harnessing machine learning algorithms to forecast housing prices in Boston, empowering buyers and sellers with accurate predictions based on key factors like location, crime rate, rooms, accessibility, and more.
csv ipynb-jupyter-notebook joblib matplotlib numpy pandas python scikit-learn
Last synced: 23 Feb 2026
https://github.com/rayyan9477/machine-learning-driven-backorder-prediction-system
Experience a state-of-the-art Django web application designed to predict product backorders with exceptional accuracy. This platform leverages advanced machine learning techniques, incorporating pre-trained Random Forest Classifier, Decision Tree, and LGBM models.
matplotlib notebook numpy pandas python scikit-learn
Last synced: 12 Apr 2026
https://github.com/kr1shnasomani/sentimentscope
Sentiment analysis on movie review using TensorFlow and GloVe embeddings
deep-learning keras matplotlib natural-language-processing neural-networks numpy pandas scikit-learn tensorflow
Last synced: 12 Apr 2026
https://github.com/nitsc/spell-from-threebodytrilogy
Implemented the process of extrapolating from Gaia stellar data, to 3D visualizations, to three-views, to three-view signals, to three-view audio of signals, and even their inversions. This project proves the feasibility of the Logic (Luoji)'s โspellโ from โThe Three Body Problemโ trilogy.
3d 3d-graphics astronomy astronomy-astrophysics audio audio-processing data data-science data-visualization gaia graph information-technology information-visualization numpy python python-3 python3 signal signal-processing visiualization
Last synced: 02 May 2026
https://github.com/aryehky/ml-theory-to-implementation
๐๐ง Explores core machine learning concepts through interactive, hands-on Jupyter notebooks. From building a neural network from scratch to applying dimensionality reduction and classification with real-world libraries, this project bridges the gap between theory and practical application.
4d-database jupyter-notebook machine-learning matploblib numpy pca-analysis
Last synced: 23 Jun 2025
https://github.com/mgobeaalcoba/linear_algebra_for_machine_learning
Explore fundamental linear algebra concepts essential for machine learning in this repository, with code examples and explanations. Get a solid foundation for ML!
machine-learning matplotlib numpy pandas python3 scikit-learn scipy seaborn
Last synced: 12 Apr 2026
https://github.com/dwarkadhish2005/house-price-predictor
Applied neural network for machine learning and done many analysis of data
keras matplotlib numpy pandas python seaborn sklearn
Last synced: 09 Apr 2026
https://github.com/reddyprasade/bicycle-sharing-system-in-us
A bicycle-sharing system, public bicycle system, or bike-share scheme, is a service in which bicycles are made available for shared use to individuals on a short term basis for a price or free. Many bike share systems allow people to borrow a bike from a "dock" and return it at another dock belonging to the same system. Docks are special bike racks that lock the bike, and only release it by computer control. The user enters payment information, and the computer unlocks a bike. The user returns the bike by placing it in the dock, which locks it in place. Other systems are dockless. For many systems, smartphone mapping apps show nearby available bikes and open docks.
dataanalysis jupyter maplotlib numpy pandas python r
Last synced: 29 Aug 2025
https://github.com/emperoryp7/covid-simulator
Application simulating the spread of COVID-19
covid-19 numpy pandemic-simulator python3 simulator
Last synced: 18 May 2026
https://github.com/indhra/helloworld
1.Numpy tutorial
numpy numpy-arrays numpy-tutorial python3
Last synced: 09 May 2026
https://github.com/aisurjyasamantaray/customer-purchase-analysis
This project involves an in-depth analysis of customer purchasing behavior and sales performance to drive business insights and strategies.
customer-purchasing customer-segmentation data-visualization dataanalysis dataanalysis-projects marketing-insights matplotlib numpy pandas python revenue-and-performance-analysis seaborn-plots
Last synced: 09 Apr 2026
https://github.com/KernFerm/PresFutImpactSim
This repository contains a Python simulation model that forecasts political, economic, and social factors under a hypothetical presidency. Users input initial values, and the model simulates their progression through defined interactions and random variations.
economic-model forecasting matplotlib numpy political-model python scipy simpy simulation social-model
Last synced: 16 Oct 2025
https://github.com/rushikeshbihade/django_bsased_dataanalyzer_webapp
Data Analyzer is a Django web application that enables users to upload CSV files, perform data analysis using pandas and numpy, and view results and visualizations on an interactive web interface. It simplifies data analysis by offering a user-friendly platform for data upload, processing, and visualization.
backend-development bootstrap css3 dataanalysis dataprocessing django-application django-framework djangotemplates html5 javascript numpy pandas plotly-express python3 seaborn-plots webapp
Last synced: 02 Mar 2026
https://github.com/mattdelaune/saas_cohort_analysis
This project analyzes customer segmentation and behavior using data science and cohort analysis. Key metrics like CRR, NRR, CLR, and CLV are examined through detailed charts, including the cohort layer cake and CLR vs. CLV cost efficiency analysis. Exploratory Data Analysis and systematic data manipulation reveal actionable insights.
anaconda git jupyter-notebook matplotlib numpy pandas python saas-data sales-data sales-data-analysis-project seaborn
Last synced: 03 Jan 2026
https://github.com/roma-glushko/numpy-katas
๐งฎ Exercises to sharp scientific computations with Numpy
Last synced: 18 May 2026
https://github.com/antoniotejada/imageviewer
Simple but featured image viewer, designed for speed when browsing network drives and on low power computers like Raspberry Pi 2
image-processing image-processing-python image-viewer image-viewing imageviewer irfanview linux linux-app lxde numpy pyqt pyqt5 python python2 python27 qt qt5 raspberry-pi raspbian windows
Last synced: 22 Jan 2026
https://github.com/hansalemaos/cythonfastsort
C++ parallel sorting algorithms through Cython - up to 8 times faster than NumPy
c cpp cython numpy parallel-computing parallel-programming python sorting
Last synced: 04 Feb 2026
https://github.com/affan-ch/gesture-talk-ai
GestureTalkAI: Decode hand language with precision. This AI project utilizes cutting-edge computer vision for real-time hand gesture detection, unveiling the unspoken messages conveyed through intuitive movements.
Last synced: 09 Apr 2026
https://github.com/hamdaniqhmqd/kelompok6-sistem-cerdas-bbri
Repository group6-system-smart-bbri is a group assignment project that uses Streamlit, scikit-learn, and related technologies to build a BBRI stock price prediction application based on day, week, and month input.
data-visualization numpy pandas python sklearn streamlit
Last synced: 03 Apr 2025
https://github.com/eljandoubi/landmark-classification-tagging-for-social-media
a CNN-powered app to automatically predict the location of the image based on any landmarks depicted in the image.
cnn-classification numpy pytest pytorch transfer-learning
Last synced: 07 May 2026
https://github.com/florianwoelki/mnist_fashion_cnn
This is a classification problem based on the mnist fashion dataset. I've used a CNN to classify the images.
classifier cnn fashion keras mnist numpy pandas tensorflow
Last synced: 08 Apr 2026
https://github.com/jbayardo/aa-tp1
Machine learning on spam
email-classifier jupyter-notebook numpy pandas python scikit-learn spam-filtering text-processing
Last synced: 10 Apr 2026
https://github.com/artikumari28/movie-recommender-system
This project is a content-based movie recommendation system, where movies are recommended based on their similarity in content. The system analyzes various features such as genres, cast, and descriptions to suggest similar movies.
google-colab machine-learning nltk numpy pandas pickle scikit-learn streamlit
Last synced: 06 Apr 2026
https://github.com/lasithaamarasinghe/movie-recommender-system
This ML model recommends movies that may align with the user's preferences based on TF-IDF matrix.
jupyter-notebook machine-learning movie-recommendation movielens-dataset numpy pandas python regex scikit-learn tf-idf-vectorizer
Last synced: 12 Apr 2026
https://github.com/brpy/100-prisoners-problem
Simulation of 100 Prisoners Problem using Python
numpy python simulation veritasium
Last synced: 14 Apr 2026
https://github.com/rakibhhridoy/easywaydiveinto-datascience
Data Science is not as easy as it seems at first. The most problem faced by new learner are lack of resource knowledge as well as confusion in using the various resources. I hope this repository will benefit confusion learner.
algorithms algorithms-implemented bayesian-statistics data-science deep-learning deep-neural-networks linear-algebra machine-learning matplotlib multivariate-calculus numpy optimization pandas python scikit-learn scipy seaborn statistics statsmodels tensorflow
Last synced: 06 Apr 2026
https://github.com/vochicong/ai-memo
Notebooks about machine learning (AI) math and tools
azure-notebooks colaboratory machine-learning math numpy
Last synced: 24 Feb 2026
https://github.com/cchandre/vm15d
Hamiltonian fluid reduction of the 1.5D Vlasov-Maxwell equations
fluid-simulation fluid-solver hamiltonian kinetic-modeling mathematica matlab numpy plasma-physics python3 scipy vlasov-equation vlasov-solver
Last synced: 09 Apr 2026
https://github.com/shahin-ro/table-detection
Python tool for table extraction & Persian OCR. Uses OpenCV for table detection, Tesseract for text extraction, & Pandas for data output. Visualizes cells & text. Ideal for Persian documents! ๐โจ
colab computer-vision data-extraction data-visualization document-processing image-analysis image-processing machine-learning matplotlib numpy ocr opencv pandas persian-ocr persian-text python table-detection table-extraction tesseract text-recognition
Last synced: 08 Apr 2026
https://github.com/moinak-majumdar/fake-currency-detection
Indian fake currency detecting mobile application.
cnn deep-learning flutter getx keras machine-learning mobile-app neural-network numpy random-forest scikit-learn support-vector-machines tensorflow
Last synced: 12 Apr 2026
https://github.com/vineet416/chronic-kidney-disease-prediction
This repository contain code of Chronic Kidney Disease Detection Prediction Project. The goal of this project is predict the chronic kidney disease using parameters like Diabetes Mellitus, Blood Urea, Sugar, Hypertension etc.. I used multiple machine learning algorithms with hyperparameter tuning which is having highest accuracy score of 97.5
data-visualization data-wrangling exploratory-data-analysis feature-engineering feature-selection hyperparameter-tuning machine-learning matplotlib numpy pandas plotly pre-processing python seaborn sklearn-library statsmodels
Last synced: 14 Apr 2026
https://github.com/nikita-data/unit_economics_projects
unit economics & cohort analysis projects
cac churn-rate conversion create-function data-analysis data-visualization eda hypothesis-testing ltv math matplotlib numpy python retention-rate roi scipy seaborn segmentation statistics unit-economics
Last synced: 06 Jan 2026
https://github.com/khaymanii/parkinsons-disease-detection-model
This model was built with Python and Support Vector Machine Algorithm
matplotlib numpy pandas python scikit-learn
Last synced: 19 Apr 2026
https://github.com/ankushmallick1100/task-1-the-sparks-foundation-data-science-and-business-analytics-internship
Task 01: Predict the percentage of an student based on no of study hours with Supervised Machine Learning
data-science internship-task intership jupyter jupyter-notebook linear-regression machine-learning machine-learning-algorithms matplotlib numpy pandas python python3 supervised-learning supervised-machine-learning thesparksfoundation thesparksfoundationinternship tsf
Last synced: 09 Apr 2026
https://github.com/MahiPonii/Hyperion_Sort
lz4 numba numpy pandas-python python python3 scipy sorting-algorithms tensorflow
Last synced: 15 Oct 2025
https://github.com/codehass/facial-emotional-detection
Implement a complete AI pipeline in Computer Vision, from face detection to emotion classification using CNNs (TensorFlow/Keras) and Haar Cascades (OpenCV), and integrate this model into a FastAPI API connected to a PostgreSQL database.
cnn-model fastapi keras mathplotlib numpy opencv postgresql pydantic pytest sqlalchemy tensorflow
Last synced: 12 Apr 2026
https://github.com/prathameshdhande22/data-visualization-tutorial
Repository Contains all the stuff required for Data Visualization. Numpy Tutorial, Pandas Tutorial, Matplotlib Tutorial, Seaborn Tutorial
data-visualization jupyter-notebook matplolib numpy pandas pandas-dataframe python seaborn tutorial
Last synced: 09 Apr 2026
https://github.com/nemeslaszlo/lending-club-analysis
Lending Club analysis, with a model that can predict whether or nor a borrower will pay back their loan.
binary-classification classification data-visualization keras matplotlib numpy pandas seaborn tensorflow
Last synced: 12 Apr 2026
https://github.com/pandeyankit123/books-recommender-system-using-machine-learning
This is a streamlit web application that can recommend various kinds of similar books based on an user interest.
jupyter-notebook machine-learning numpy pandas pickle python streamlit
Last synced: 12 Apr 2026
https://github.com/dhruvv1402/ai-based-realtime-hand-detection-using-opencv-and-mediapipe
A real-time AI system for detecting and tracking hands using Python, OpenCV, and Mediapipe. This project demonstrates how to identify hand landmarks and extract gesture data for further applications like gesture control, sign language interpretation, and more.
mediapipe numpy opencv os python python3 time
Last synced: 12 Apr 2026
https://github.com/andrehaguiar/pos-graduacao-inteligecia_artificial-ciencia_de_dados
Cronograma do curso
ciencia-de-dados dados matplotlib-pyplot numpy orange pandas python scipy sklearn
Last synced: 11 Apr 2026
https://github.com/nemeslaszlo/loan-data-decision-tree-and-random-forest
This repository covers a "Lending Club" analysis with decision tree and random forest with data visualizations and exploration.
decesion-trees matplotlib numpy pandas random-forest seaborn sklearn
Last synced: 17 Apr 2026
https://github.com/lioccoumd/news-sentiment-analysis
This scrapes a variety of news stations websites for article titles and evaluates them using distilBERT pretrained model for sentiment analysis.
beautiful datasets distilbert news nltk numpy python pytorch reques scraping-websites sentiment-analysis transformers
Last synced: 16 Feb 2026
https://github.com/dudynets/numerical-methods-labs-tkinter
Labs for Numerical Methods course at Ivan Franko Lviv National University.
interpolation labs linear-algebra matplotlib numerical-methods numpy python tkinter university
Last synced: 14 May 2026
https://github.com/hansalemaos/cythonunique
Fast implementation of unique elements in an array - up to 30x faster than NumPy
Last synced: 28 May 2026
https://github.com/abrarshahok/wildlife-species-identification-using-cnn
In this project i've built and trained a Convolutional Neural Network (CNN) to classify wild animals.
cnn cnn-classification cnn-keras cnn-model convolutional-neural-networks neural-network numpy opencv pandas python scikit-learn tensorflow wildlife-classification
Last synced: 12 Apr 2026
https://github.com/patilni3/numpy-in-depth
Python's NumPy Library for Data Analysis, Machine Learning, Data Science and many more...
data-analysis data-engineering data-science machine-learning numpy pandas
Last synced: 10 May 2026
https://github.com/ksasi/boston_housing
Predicting Boston Housing Prices - Udacity
machine-learning numpy pandas python scikit-learn
Last synced: 08 Apr 2026
https://github.com/fractalyze/zk_dtypes
A NumPy dtype extension used in Zero Knowlege libraries
Last synced: 02 Jan 2026
https://github.com/katerynazakharova/deep-learning-and-neural-networks
Examples of NN models. DL algorithms
deep-learning dl h5py matplotlib neural-network neural-networks nn numpy pli scipy
Last synced: 26 Mar 2025
https://github.com/officiallyxenos/30-days-of-data-analysis-projects-
30-day challenge to master data analysis by completing daily projects. Each project covers a key concept, from data cleaning to visualization, and builds a strong portfolio of real-world applications.
matplotlib numpy pandas python-3 seaborn statistics
Last synced: 08 Apr 2026
https://github.com/ioangatop/machinelearning
Implementation and analysis of core Machine Learning Algorithms from scratch.
bayesian baysian-inference classification expectation-maximization gaussian-processes ica independent-component-analysis jupyter-notebook logistic-regression machine-learning multiclass-logistic-regression neural-network numpy polynomial-regression python3 regression support-vector-machines svm-classifier vae vae-pytorch
Last synced: 13 Apr 2026
https://github.com/rkarahul/vehicle-number-plate-detection-and-ocr-reading-using-opencv-and-paddleocr
complated Vehicle Number Plate Detection and OCR Reading Using OpenCV and PaddleOCR
numpy opencv paddleocr paddlepaddle pandas python
Last synced: 12 Apr 2026
https://github.com/kumartusha/data_scientist-ai-ml-_training_anudip_foundation
Anudip Foundation Data Analytics Training ๐ A repository containing projects, assignments, and coursework from the Anudip Foundation Data Analytics training program. This includes work on: ๐งน Data Cleaning & Preprocessing ๐ Data Visualization & EDA ๐ Statistical Analysis
excel matplotlib numpy pandas powerbi python scipy sql
Last synced: 10 Apr 2026