An open API service indexing awesome lists of open source software.

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.

https://github.com/ksharma67/heart-failure-prediction

This problem is a typical Classification Machine Learning task. Building various classifiers by using the following Machine Learning models: Logistic Regression (LR), Decision Tree (DT), Random Forest (RF), XGBoost (XGB), Light GBM and Support Vector Machines with RBF kernel.

auc-roc-curve auc-roc-score decision-trees eda eli5 gridsearchcv lightgbm lime logistic-regression numpy pandas python random-forest seaborn shap skit-learn sklearn svm xgboost

Last synced: 20 Jul 2025

https://github.com/pferreirafabricio/graphic-computing

🖼️ Studies and activities of the discipline of Graphic Computing

graphic-computing numpy opencv python

Last synced: 03 Mar 2025

https://github.com/linguini1/typetracker

Analyzes typing data from Keybr.com and displays it graphically according to user preference. Involves polynomial interpolation using Numpy and graph visuals using Matplotlib. Console interface or CLI usage available.

command-line data-visualization graphing keyboard keybr matplotlib numpy polynomial-interpolation python statistics typing typing-practice

Last synced: 23 Dec 2025

https://github.com/yash22222/terrorist-activity-forecasting-and-risk-assessment-system

In an era marked by global security challenges, the "TAFRAS" emerges as a cutting-edge solution to tackle the ever-evolving threat of terrorism. The project is grounded in the urgent need for predictive systems that can anticipate, assess, and mitigate potential terrorist activities.

corpora data-vizualisation folium-maps gensim global-terrorism-database lda machine-learning matplotlib networkx nltk nmf numpy pandas python random-forest-classifier seaborn sklearn spacy textblob vader-sentiment-analysis

Last synced: 24 Feb 2025

https://github.com/yash22222/data-analysis-with-python

This repository provides a practical introduction to data acquisition and analysis using Pandas. It covers loading datasets, exploring data, manipulating data, and gaining insights through statistical summaries. Ideal for beginners, it offers code examples and explanations to enhance your data manipulation skills using Pandas for Python.

binning data data-acquisition data-analysis data-binning data-cleaning data-formatting data-integration data-normalization data-preprocessing data-science data-transformation data-wrangling dataframe description numpy pandas pandas-dataframe python python3

Last synced: 24 Feb 2025

https://github.com/e-candeloro/data-analysis-code-snippets-for-pandas-and-sklearn

These notebooks are useful to learn how to load, understand, clean and classify data using Pandas and Sklearn with Python

analysis big-data classification data datascience datavisualization machine-learning notebook numpy pandas python sklearn

Last synced: 30 Dec 2025

https://github.com/justnem/deep-research

My own open source implementation of OpenAI's new Deep Research agent. Get the same capability without paying $200. You can even tweak the behavior of the agent with adjustable breadth and depth. Run it for 5 min or 5 hours, it'll auto adjust.

agent ai bert keras matplotlib neural-networks nlp numpy o3-mini openai python pytorch-tutorial reinforcement-learning vercel-ai-sdk

Last synced: 05 Apr 2025

https://github.com/gandhasiri-rahul-mohan/random-forests-q1-fraud_check

Use Random Forest to prepare a model on fraud data treating those who have taxable_income <= 30000 as "Risky" and others are "Good"

data-science machine-learning numpy pandas python random-forest

Last synced: 04 Mar 2025

https://github.com/lakshay-a/alzheimer-diagnosis-using-cnn

An advanced deep learning tool for Alzheimer's disease diagnosis using a CNN with transfer learning from DenseNet-121 pre-trained on RadImageNet, achieving a test accuracy of 95.13%. It features a user-friendly interface for uploading MRI scans and provides immediate classification into AD, MCI, or CN stages.

kfold-cross-validation matplotlib numpy python3 scikit-learn tensorflow transfer-learning

Last synced: 13 Apr 2025

https://github.com/vspaz/graalvm-java-python-interoperation

java <-> python inter-operation examples with GraalVM

graalpython graalvm java numpy pandas python

Last synced: 05 Apr 2025

https://github.com/soheshdoshi/forcastmodel

This Model is Base On Halt & Winter Algorithm.This Model is Forecast About Seasonal Data.

forcasting machine-learning numpy python

Last synced: 24 Feb 2025

https://github.com/souvikmajumder26/ieee-ecg-ensemble-xgboost

👨‍💻 Developed AI Models - Ensemble of Random Forest & SVM and XGBoost classifiers to classify five types of Arrhythmic Heartbeats from ECG signals - published by IEEE.

data-science ensemble-classifier ensemble-learning ensemble-machine-learning ensemble-model machine-learning matplotlib numpy pandas python python3 random-forest scikit-learn scikit-learn-python scikitlearn-machine-learning support-vector-machine svm svm-classifier svm-model xgboost

Last synced: 30 Dec 2025

https://github.com/raj-pulapakura/nn-from-scratch

Neural Network from Scratch using NumPy | MNIST Classification

deep-learning fromscratch machine-learning neural-network numpy

Last synced: 24 Feb 2025

https://github.com/xpcosmos/classificao-multilabel

Nesse projeto utilizei as bibliotecas e ferramentas mais populares para resolução de um problema de identificação de tags em discursões do StackOverFlow. Através de técnicas de NLP, os dados textuais foram transformados e realizada a aplicação dos algoritmos de classificação de múltiplas labels.

labels matplotlib multilabel-classification numpy pandas python seaborn sklearn

Last synced: 04 Mar 2025

https://github.com/vidhi1290/essay-quality-prediction-keystroke-analysis-with-randomforest

Explore the Essay Quality Prediction project—a machine learning model that predicts essay quality based on typing behaviors. Leveraging a Random Forest Regressor, this tool provides insights into writing processes. Connect with me on LinkedIn and find more projects on GitHub. Happy coding! 📝✨

essay-quality-prediction kaggle-competition machine-learning mean-square-error nlp-machine-learning numpy pandas random-forest random-forest-regressor scikitlearn-machine-learning seaborn sklearn

Last synced: 28 Mar 2025

https://github.com/vidhi1290/hr_employee_prediction

"Welcome to the HR Employee Promotion Prediction project! This repository contains the code and resources for a machine learning project that focuses on predicting employee promotions. By analyzing various employee attributes, this project aims to provide valuable insights for HR decision-making and talent recognition within organizations.

data-exploration data-science data-visualization docker hr-employee-prediction hyperparameter-tuning machine-learning matplot model-building numpy pandas scikit-learn seaborn streamlit streamlit-webapp

Last synced: 12 Jun 2025

https://github.com/cploutarchou/covid-19-tracker-django-app

COVID-19 Tracker Dashboard for Cyprus.

django numpy pandas plotly redis

Last synced: 30 Dec 2025

https://github.com/dagdelenbunyamin/barcode-scanner-flb

Ein interaktives Barcode-Scanner-Tool zur Verwaltung von Schülerabmeldungen. Mit Webcam-Unterstützung, automatischer Zeiterfassung und PDF-Export für Lehrkräfte – entwickelt mit Streamlit, OpenCV und SQLite.

fpdf numpy opencv pandas python pyzbar streamlit

Last synced: 30 Dec 2025

https://github.com/shriram-vibhute/digit_classification

This project demonstrates various machine learning techniques for classifying handwritten digits from the MNIST dataset. It covers data preprocessing, model training, evaluation, and advanced classification strategies.

classification data-analysis data-visualization machine-learning matplotlib numpy pandas sk-learn

Last synced: 28 Oct 2025

https://github.com/haidermalikk/neural-network-circuit-optimizer

The Neural Network Circuit Optimizer, built on my custom digital circuit simulator, uses AI and machine learning to optimize simple digital circuits. It leverages neural networks, circuit simulation, and optimization algorithms to reduce component count which improves: power usage, and execution time and efficiency. *Under Dev see Readme*

ai jupyter-notebook matplotlib ml numpy pandas python pytorch sqlalchemy tensorflow

Last synced: 30 Dec 2025

https://github.com/sakshisrivastava-2601/credit-card-fraud-detection

Credit Card Fraud Detection Project Using Machine Learning. This project focuses on leveraging advanced Machine learning techniques to identify fraudulent transactions with high accuracy.

advanced-machine data machine-learning numpy project-repository python pytorch random-forest

Last synced: 29 Dec 2025

https://github.com/intelpython/mkl_umath

Package implementing NumPy's UFuncs based on SVML and MKL VML

mkl numpy python

Last synced: 22 Jun 2025

https://github.com/saif-gitreps/car-price-prediction-model

ML model that predicts car price based on different car features. (in dev..)

data-preprocessing data-visualization matplotlib numpy pandas python seaborn

Last synced: 01 Apr 2025

https://github.com/carlolepelaars/q4p

Quantum Computing for (Python) Programmers

numpy python quantum quantum-computing

Last synced: 11 Apr 2025

https://github.com/akash-rajak/image-noise-remover

Python Script to remove noise from image.

cv2 image-noise-remover numpy os python3 random tkinter

Last synced: 26 Mar 2025

https://github.com/akash-rajak/image-resizer

Python Script to resize image to any dimension.

cv2 gui image-resizer numpy os python3 random resizeimage tkinter

Last synced: 26 Mar 2025

https://github.com/mirgis/sassy-sandbox

A diverse code collection encompassing Python, JavaScript, Julia, and others, providing a wealth of examples, experiments, and snippets.

android aws bokeh ipynb ipywidgets javascript julia kotlin matplotlib numpy playground python3 r sandbox scipy

Last synced: 30 Dec 2025

https://github.com/aniketmondal/da_youtube_popular_videos

Analysis of current most popular YouTube videos. Contains real-life data collection using API, storing data in Cloud database, analysis of various data types in Pandas, and creating visualizations using Seaborn, Matplotlib.

cloud-database compute-engine data-cleaning data-science data-wrangling datetime-library google-cloud-platform ipython-notebook matplotlib numpy pandas pgadmin4 postgresql psycopg2 python python-dotenv seaborn virtual-machine youtube-api-v3

Last synced: 08 Sep 2025

https://github.com/flazefy2/ds-customer_shopping

https://www.kaggle.com/datasets/bhadramohit/customer-shopping-latest-trends-dataset

data-science data-visualization jupiter-notebook numpy python sales shopping statistics

Last synced: 27 Mar 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: 18 Mar 2025

https://github.com/sonu275981/face-mask-detection-web-app

Face Mask Detection web application built with Flask, Keras-TensorFlow, OpenCV. It can be used to detect face masks both in images and in real-time camera video using browser.

flask-application haar-cascade-classifier haarcascade-frontalface javascript keras-tensorflow mask mask-detection numpy opencv webapp

Last synced: 10 Apr 2025

https://github.com/coqui123/tradegpt

TradeGPT is a full-stack cryptocurrency trading application that combines a modern Fresh (Deno) frontend with a Python (FASTAPI) backend for Coinbase integration and Azure AI Services for intelligent trading analysis. 💹

analytics automation cryptocurrency data deno fastapi fresh numpy python trading-algorithms trading-strategies tradingbot typescript

Last synced: 22 Feb 2025

https://github.com/haloapping/sharing-tipis-tipis

#sharingtipistipis 📗 catatan ketika belajar machine learning, deep learning dan masih banyak lagi.

caring deep-learning machine-learning numpy pandas scikit sharing

Last synced: 24 Feb 2025

https://github.com/iv4n-ga6l/realtime-car-traffic-tracking

Realtime car traffic tracking using yolov8 model

cartracking numpy opencv python ultralytics yolov8 yolov8n

Last synced: 29 Oct 2025

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: 30 Dec 2025

https://github.com/aaa1928/iris-ml-classifier

PyTorch model that classifies Iris species based on characteristics about the length and width of sepals and petals.

deep-learning iris-classification iris-dataset machine-learning neural-network numpy pandas python pytorch scikit-learn

Last synced: 30 Dec 2025

https://github.com/akash-rajak/video-cropper

Script to crop video according user's size and dimension.

cv2 numpy python3 tkinter video video-cropper

Last synced: 28 Jun 2025

https://github.com/doondi30/ghiblify-animeganv3

A creative tool that generates beautiful Ghibli-style artwork from your image input.

colab-notebook jupyter-notebook numpy onnxruntime opencv python

Last synced: 20 Jul 2025

https://github.com/ayoubelmortaji/analysis-and-detection-of-threats-in-cloud-environments-with-machine-learning

Developed a machine learning-driven threat detection model for cloud environments, utilizing Random Forest (RF) and Decision Tree (DT) algorithms. Focused on analyzing network activities and identifying suspicious behaviors through Security Information and Event Management (SIEM) systems. Enhanced cloud security by addressing key challenges in dete

cloud-computing machine-learning matplotlib numpy pandas python scikit-learn seaborn siem

Last synced: 27 Mar 2025

https://github.com/matheussc017/irisclassification_sklearn

Application of Machine Learning technique to classify 3 types of iris flower

data-science machine-learning numpy pandas python

Last synced: 02 Mar 2025

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: 30 Dec 2025

https://github.com/m-rishab/credbet

A loan prediction web app which tells You that you are eligible for loan or not!

decision-tree-classifier matplotlib numpy pandas python scikit-learn

Last synced: 30 Dec 2025

https://github.com/pradipece/insurance_data_analysis_ml

This project approach defines the terms machine learning and linear regression ML algorithm in the context of real-time problem-solving.

data-science data-visualization database machine-learning matplotlib numpy pandas python python3

Last synced: 30 Dec 2025

https://github.com/djleamen/music-mood-matcher-demo

An intelligent music recommendation system that analyzes your mood through natural language and suggests personalized playlists using advanced AI and machine learning techniques.

demo machine-learning matplotlib ml natural-language-processing nlp nltk nltk-python numpy openai pandas python scikit-learn seaborn

Last synced: 30 Dec 2025

https://github.com/datascience-py/speechrecognition

This repo create STT (ASR) models for you can use pre-training models or training self model

asr machine-learning matplotlib microphone models neural-network numpy python3 pytorch sklearn speech-recognition speech-to-text stt tensorflow-lite tensorflow2 web

Last synced: 05 Apr 2025

https://github.com/mikelane/neuralnetwork

A neural network implemented in python.

machine-learning matplotlib neural-network numpy python python3

Last synced: 18 Mar 2025

https://github.com/li-plus/tinynn

An educational PyTorch-like neural network framework based on NumPy

autograd deep-learning machine-learning neural-network numpy python

Last synced: 11 Apr 2025

https://github.com/jinkogule/multi-analyst

O Multi Analyst é uma ferramenta de análise de dados com uma usabilidade simples, que utiliza inteligência artificial para interpretar os resultados das análises realizadas, retornando insights úteis aos usuários.

apriori-algorithm bootstrap css data-analysis django html numpy open-ai pandas python web-application

Last synced: 22 Feb 2025

https://github.com/haloapping/ml-workflow

Template alur kerja machine learning.

mahine-learning numpy pandas python3 scikit-learn

Last synced: 20 Jul 2025

https://github.com/codewitheshayoutube/corvit_python_data_analytics_course

I teach Python & Data Analytics at Corvit Systems. This repository contains all course materials, including code, assignments, projects, and resources. ⭐ Stay updated!

matplotlib numpy pandas python python3 scikitlearn-machine-learning seaborn

Last synced: 10 Nov 2025

https://github.com/palak-463/tablataalrecognitionsystem

Software built using Python which makes use of CNN and FNN to detect the Taals of the Tabla, an Indian classical music instrument. 🎛️

cnn deep-learning flask fnn librosa numpy os pickle python scikit-learn

Last synced: 30 Dec 2025

https://github.com/hamdaniqhmqd/project-predict-saham-bbri

Repository Project-Predict-Saham-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: 07 May 2025

https://github.com/datarohit/nfl-big-data-bowl-2022--analysis

This is a Jupyter Notebook containing the analysis performed on a Kaggle Competition Dataset which contains data about NFL players and games.

kaggle kaggle-competition matplotlib-pyplot numpy pandas plotly python seaborn

Last synced: 30 Dec 2025

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/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.

numpy open-cv python

Last synced: 24 Feb 2025

https://github.com/pratishtha-abrol/principlecomponentanalysis

Principle Component Analysis with Numpy and Python

numpy principal-component-analysis python

Last synced: 10 Sep 2025

https://github.com/uni-creator/handwritten_number_recognition_system

A Handwritten Number Recognition System built from scratch using Deep Learning from Scratch. The model is trained on digit images and can classify handwritten numbers with high accuracy.

computer-vision deep-learning handwritten-digit-recognition image-processing implementation-from-scratch minst nueral-networks numpy pandas pytorch

Last synced: 28 Mar 2025

https://github.com/gehad-ahmed30/data-analysis

This repository offers a guide to data visualization with Pandas and includes practical examples and two complete projects. Learn to preprocess, analyze, and visualize datasets to solve real-world problems effectively.

analysis matplotlib numpy pandas python seaborn

Last synced: 23 Jun 2025

https://github.com/hernandemonteiro/host_national_search_2015

Análise Estatística da Pesquisa Nacional por Amostra de Domicílios

colab-notebook matplotlib numpy pandas pnad python3 pythonnotebook seaborn

Last synced: 11 Sep 2025

https://github.com/dulajkavinda/live-sketching

✍️ Converting live video stream from webcam into a sketch using OpenVC and Keras

added image-filtering keras machinelearning matplotlib numpy opencv python

Last synced: 30 Dec 2025

https://github.com/raulpy271/videoinascii

🖼️ this program show a video in terminal with ascii-art style

ascii-art ffmpeg numpy python video-processing

Last synced: 24 Jun 2025

https://github.com/aymen016/film-recommendation-engine

A machine learning-powered movie recommender system designed to provide personalized recommendations based on user preferences and data analysis. This project includes a backend recommendation engine, a Streamlit-based interface, and a web-based frontend for an enhanced user experience.

flask numpy pandas pickle python scikit-learn streamlit

Last synced: 30 Dec 2025

https://github.com/v-mayya/python-sales-data-analysis

Group project with another team member held by CFG to conduct spreadsheet data analysis of fake sales data using Python

analysis data matplotlib numpy python

Last synced: 10 Apr 2025

https://github.com/chandansoren/credit-card-fraud-detection

Credit card fraud detection through logistic regression.

logistic-regression machine-learning numpy pandas python sklearn

Last synced: 30 Dec 2025

https://github.com/sebsikora/curve_fitting

A short guide to using Python tools to perform arbitrary curve-fitting of research data via constrained minimisation.

curve-fitting minimisation numpy optimisation python scipy

Last synced: 14 Oct 2025

https://github.com/malwarebo/carcinet

Basic breast cancer detection using Machine Learning

deep-learning keras machine-learning matplotlib numpy python3 scipy tensorflow

Last synced: 30 Dec 2025

https://github.com/md-emon-hasan/learnpython.org

A repository Python programming language, covering fundamental concepts, advanced topics, and practical applications for beginners.

exception-handling function generator lambda-functions numpy numpy-library python reduce

Last synced: 10 Jul 2025

https://github.com/ayaanjawaid/google_playstore_data_analysis

This project provides an in-depth analysis of Google Play Store apps and user reviews, focusing on understanding app performance, user sentiment, and key trends in app categories. Using Python, I performed data cleaning, feature engineering, and exploratory data analysis (EDA) on app data and reviews.

data-analysis eda html numpy pandas-dataframe plotly python vizualisation

Last synced: 30 Oct 2025

https://github.com/akashash01/akash_linear-regression

This is an linear approach machine learning model used to predict the values of variable(dependent) based on other variables(independent).

anova-test autocorrelation data-science heteroscedasticity linear-regression machine-learning mape multicollinearity numpy pandas python supervised-learning

Last synced: 01 Apr 2025

https://github.com/mattdelaune/ecommerce_market_basket_analysis

This repository includes a Market Basket Analysis (MBA) project with advanced data cleaning and a Power BI dashboard. It identifies top revenue-driving item pairs, their impact on CLV and ATV, and offers insights for optimized product bundling and revenue growth.

anaconda git google-docs jupyter-notebook kaggle-api numpy pandas postgresql powerbi psql random sql sql-magic sqlalchemy vscode

Last synced: 30 Oct 2025

https://github.com/anish202020/big-data-analysis-mini-project

The primary purpose of this code is to predict wind speed using an LSTM model. The model is trained on historical wind speed data to forecast future values.

keras matplotlib-pyplot numpy pandas sklearn

Last synced: 02 Mar 2025

https://github.com/vochicong/ai-memo

Notebooks about machine learning (AI) math and tools

azure-notebooks colaboratory machine-learning math numpy

Last synced: 30 Oct 2025

https://github.com/swaathi/cpt-recommendation

Collaborative Filtering using User-Item and Item-Item Models

collaborative-filtering numpy recommendation-system scikit-learn

Last synced: 04 Apr 2025

https://github.com/gaurangdave/house_price_predictions

Machine Learning Application to predict House Prices

hands-on learning-by-doing machine-learning numpy pandas python scikit-learn

Last synced: 30 Dec 2025

https://github.com/raghul-m/data-analysis-with-jupyternotebook-python

This repository consists of notebooks where I learned the basics of getting started with data analysis using Python libraries

beautifulsoup4 data-analysis-python eda jupyter-notebook matplotlib-python numpy pandas-python regular-expression seaborn-python webscraping

Last synced: 11 Sep 2025