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/mat-kubiak/manual-ml

DIY ML framework (using only NumPy!) + various demos

artificial-intelligence examples machine-learning ml ml-framework neural-networks numpy

Last synced: 06 Apr 2025

https://github.com/kr1shnasomani/genagenet

Gender and Age recognition from face images

computer-vision deep-learning neural-network numpy opencv

Last synced: 21 Jul 2025

https://github.com/w13b3/ssim-py

Structural Similarity (SSIM) index, where the only core dependency is NumPy

image-comparison numpy opencv-python pillow python3 ssim tested unittests

Last synced: 01 Nov 2025

https://github.com/estaheri7/sib-sales-analysis

This Python project aims to analyze the sales data of Sib company, the leading exporter of non-oil products to different countries worldwide.

jupyter-notebook matplotlib numpy pandas python3

Last synced: 13 Jul 2025

https://github.com/sridharyadav07/ai--powered-task-management-system

An intelligent Task Management System that integrates Sentiment Analysis, Task Optimization, and Forecasting to streamline project and task handling. This AI-powered tool is designed to assist teams and project managers in making data-driven decisions by understanding emotional context, forecasting productivity, and optimizing workload distribution

arima flask joblib jupyter-notebook naive-bayes-classifier nltk numpy pandas pickle-file python randomforestregressor scikit-learn stopwords-removal streamlit tfidf-vectorizer

Last synced: 26 Jun 2025

https://github.com/soltanoff/ga_tsp

Solving the Travelling Salesman Problem using Genetic Algorithm

genetic-algorithm matplotlib numpy pandas python3 tsp-problem tsp-solver

Last synced: 28 Mar 2025

https://github.com/redinfinitypro/python-task-manager

Rating: (7/10): The Python Task Manager, is a user-friendly interface using tkinter library for system monitoring and management. It displays detailed system process information using psutil, with interactive features.

matplotlib numpy psutil pygetwindow tkinter

Last synced: 06 Apr 2025

https://github.com/jalijuhola/neurcomputing-course

Some of tasks from neurocomputing course

mypy numpy python

Last synced: 01 Nov 2025

https://github.com/rosieoh/python_advanced--course

파이썬 심화 과목 코드 정리

matplotlib numpy pandas python seaborn

Last synced: 24 Feb 2025

https://github.com/shamiul5201/selfie_app_features_application

OpenCV project to build skills in image processing: features include Cartoonify and Pencil Sketch effects in a Jupyter Notebook, blemish removal in a Python script, and chroma keying for videos. Perfect for exploring creative and practical computer vision techniques.

computer-vision numpy opencv python

Last synced: 14 Sep 2025

https://github.com/annygutierrez/ai-chatbot-python

Deep learning chatbot: Chatbot model to make predictions and chat back and forth with our user.

nltk numpy tensorflow tflearn

Last synced: 28 Oct 2025

https://github.com/trissim/polystore

Framework-agnostic multi-backend storage abstraction for ML and scientific computing

backend data io jax ml multi-framework numpy pytorch scientific-computing storage tensorflow zarr

Last synced: 01 Nov 2025

https://github.com/gzinzi/ant-simulation

🐜 Simulate ant colony behavior to explore how simple interactions can lead to complex intelligence and problem-solving capabilities.

agent-based-modeling concurrency cpp23 game game-development gpu lua mesa numpy parallelism pheromone pheromones python sandbox sandbox-game simulation swarm-intelligence tkinter

Last synced: 14 Sep 2025

https://github.com/the-developer-306/fake-review-detector

This project is a machine learning-based review classification system that predicts whether a product review is GENUINE or FAKE. It preprocesses review text, analyzes sentiment, and uses numerical features like ratings and helpfulness to make predictions. The model is deployed via a Flask web application for user interaction.

classification flask logistic-regression machine-learning numpy pandas python renderdeploy scikit-learn sentiment-analysis

Last synced: 01 Nov 2025

https://github.com/azaz9026/machine_learning_algorithms

Machine learning algorithms are computational models that allow computers to understand patterns and forecast or make judgments based on data without the need for explicit programming. These algorithms form the foundation of modern artificial intelligence and are used in a wide range of applications, including image and speech recognition.

machine-learning machine-learning-algorithms numpy pandas python3 seaborn sklearn-library

Last synced: 22 Jul 2025

https://github.com/manu-karenite/medical-insurance-cost-predictor

Medical Insurance Cost Generator is a Linear Regression based Predictor which is used to estimate and predict the Cost a person has to pay while Buying a Medical Insurance.

kaggle-dataset linear-regression machine-learning matplotlib numpy pandas python3 reactjs scikit-learn

Last synced: 22 Mar 2025

https://github.com/dimits-ts/computational_statistics

Fundemental ML algorithm mathematics, algebraic and Python implementations, data-based problem solving

applied-mathematics machine-learning numpy regression statistics

Last synced: 12 Sep 2025

https://github.com/danwild/bike-share-prediction

Predict bike sharing time-series with numpy for Deep Learning

artificial-intelligence artificial-neural-networks deep-learning neural-network numpy

Last synced: 25 Feb 2025

https://github.com/sakhileln/multimodal-agent

A beginner-friendly project to build a simple multimodal AI agent. 🦾

agent agents ai keras nlp nlp-machine-learning numpy opencv pillow spacy-nlp tensorflow

Last synced: 27 Jun 2025

https://github.com/samp1012/email_sms_spam_detector

An Email/SMS spam classifier that aims to identify and distinguish between spam and non-spam messages.

multinomial-naive-bayes naive-bayes-classifier natural-language-processing numpy pandas python scikit-learn spam-detection text-vectorization tokenization

Last synced: 30 Dec 2025

https://github.com/thchilly/mlds102_py_exercises

Complete exercise sets from MLDS Practical Data Science and Applications course

data-science matplotlib numpy pandas python scikit-learn scipy tensorflow

Last synced: 30 Dec 2025

https://github.com/ianisdev/ca_ms_ai_data_analytics

Continuous Assessment MSCAI - Data Analytics

jupyter-notebook matplotlib numpy pandas python3 sklearn

Last synced: 30 Dec 2025

https://github.com/ashishsingh789/traffic_accident_analysis

Analyzed traffic accident data to identify patterns related to road conditions, weather, and time of day. Visualized accident hotspots using heatmaps and bar plots.

excel matplotlib numpy pandas pandas-dataframe python seborn

Last synced: 05 Mar 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: 06 Apr 2025

https://github.com/shweta189/sms-spam-detection

Detecting Spam SMS's messages using machine learning algorithms.Utilizing NLP techniques such as tf-idf vectorization and machine learning algorithms like naive bayes and logistic regression for classifications. Integrated with Streamlit to create an interactive web app where users can input a message and instantly check if it's spam or not.

eda machine-learning-models nltk numpy pandas plotly python seaborn streamlit

Last synced: 28 Mar 2025

https://github.com/novitae/safearray

Numpy array that cannot raise IndexError

array indexerror numpy python safe

Last synced: 27 Jun 2025

https://github.com/hamishivi/denserflow

A basic numpy neural net library. This achieved high marks in a uni assignment!

deep-learning neural-network numpy

Last synced: 22 Mar 2025

https://github.com/ashithapallath/feature-engineering

This repository contains a range of examples and techniques for feature engineering, aimed at improving dataset quality and boosting model performance. It covers essential methods such as Exploratory Data Analysis (EDA) and Interquartile Range (IQR) analysis for detecting and handling outliers.

exploratory-data-analysis feature-engineering iqr-method matplotlib numpy outlier-detection pandas python seaborn

Last synced: 22 Mar 2025

https://github.com/sukanyadutta52/topic_modeling

What are the most pressing concerns regarding ‘Climate Change’ among tweeters according to Topic Modeling?

climate-change gensim matplotlib nltk numpy pandas pyldavis regular-expression spacy

Last synced: 23 Jul 2025

https://github.com/vyjayanthipolapragada/data_analytics_medical_appointments

Analyzing the data set which consists of medical appointments to draw insights about patient's no-show scenarios

data-analysis data-analytics data-cleaning data-visualization data-wrangling jupyter-notebook matplotlib numpy pandas python seaborn

Last synced: 22 Mar 2025

https://github.com/haranrk/linear-regression

Implemented Linear Regression and some of it's variants

machine-learning matplotlib numpy python python3

Last synced: 30 Mar 2025

https://github.com/jabulente/effects-size-measurements

This repo implements scalable, reusable Python scripts to compute key effect size metrics—including Pearson’s r, Eta-squared, Partial Eta-squared, and Cohen’s d—to help quantify relationships and differences in data for statistical analysis.

cohens-d correlation-analysis data-analysis data-science effect-size-measurements effect-sizes matplotlib-pyplot numpy p-values pandas pearsonr python real-world-applications scipy-stats statistics statmodels

Last synced: 27 Jun 2025

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/timothyjan/intro-machine-learning-classifiers

We will use the scikit-learn library, which is a higher-level machine learning library that will work with NumPy data, and Pandas, a library that makes it easier to manipulate data. We will explore a variety of classification algorithms, and compare their performance on a “real-world” dataset, which will introduce its own set of challenges.

numpy pandas python scikit-learn

Last synced: 03 Nov 2025

https://github.com/samanthalang/samanthalang_portfolio

Une data analyste avec la vision d'une consommatrice et la stratégie d'une marketeuse.

bigquery excel figma mysql notebook numpy pandas postgresql powerbi powerquery python sql sqlite wordpress

Last synced: 30 Dec 2025

https://github.com/cbhihe/nn_binary-classifier

NN-based binary classification with logistic regression loss, back-propagation with gradient descent and optional regularization

classifier gradient-descent logistic-regression neural-network numpy python regularization sklearn

Last synced: 04 Sep 2025

https://github.com/ljadhav25/django-data-analyzer

Django Data Analyzer is a web application built using the Django framework, designed to streamline data analysis tasks. Users can upload CSV files containing data for analysis. The application utilizes the powerful data manipulation capabilities of Python libraries like pandas and numpy to perform various analyses on the uploaded data.

data-analysis data-visualization django-application matplotlib numpy pandas python seaborn

Last synced: 24 Feb 2025

https://github.com/s0fft/learning-lab

Code Notes & Test-Learn // Micro Pet-Projects: Python / Asynchrony / FastAPI / Django-Tastypie / Parsing / SQL / Docker / DS / ML / etc.

asynchrony data-science django docker fastapi jupyter-lab jupyter-notebook mashine-learning matplotlib notes numpy pandas parsing python3 scikit-learn seaborn sql sqlalchemy tastypie telegram-bot

Last synced: 05 Mar 2025

https://github.com/amir0234-afk/housing-price-prediction-dnn

Keras + NumPy baselines for housing price regression

keras numpy regression

Last synced: 03 Nov 2025

https://github.com/rkarahul/ok.win-big-small-predictor

Predict the next “Big” or “Small” outcome on the OK.Win lottery-style game using OCR + time-series features + ML.

joblib numpy opencv-python paddleocr paddlepaddle paddlepaddle-gpu pandas python sckit-learn

Last synced: 03 Nov 2025

https://github.com/cheese23456/ai-based_stock_analysis_and_portfolio_optimisation

📈 Analyze stocks and optimize portfolios with AI-driven insights, technical indicators, and clear investment signals for informed decision-making.

ai asset-allocation financial-analysis huggingface-spaces numpy pandas portfolio-optimisation python scipy-optimize streamlit

Last synced: 03 Nov 2025

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: 03 Nov 2025

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 Nov 2025

https://github.com/alex1iv/asr_ru_numbers

Automatic Speech Recognition (ASR) system for Russian digits

audio-processing librosa numpy speech-recognition tensorflow

Last synced: 03 Nov 2025

https://github.com/utkarsh251106/tracking-with-yolo

This project uses YOLOv8 and DeepSORT to detect and track children and adults in video streams. It assigns unique IDs, handles re-tracking after occlusions, and outputs an annotated video with labeled bounding boxes.

computer-vision deep-learning deepsort machine-learning numpy opencv python torch ultralytics yolov8

Last synced: 30 Jan 2026

https://github.com/alexgustafsson/word-frequencies

Data and tools to compile word frequencies, trigrams and more for use with NLP, spelling correction etc.

language nlp nltk numpy python python3 sklearn spelling-correction trigram

Last synced: 21 Jul 2025

https://github.com/isk-daniar/signal-filter-plt

Signal filter PLT

numpy pillow python

Last synced: 25 Feb 2025

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/thavinduushan/object-detection

Application developed for real-time object detection and counting utilizing COCO dataset

numpy opencv python

Last synced: 25 Feb 2025

https://github.com/cyberlument/opencv-colormasking-red-

This mini project opencv is for educational purpose.

numpy opencv opencv-python pycharm vscode

Last synced: 20 Jan 2026

https://github.com/poziloi/-image_processing-

Методы и алгоритмы цифровой обработки изображений, задания

cv2 matplotlib numpy python

Last synced: 20 Jan 2026

https://github.com/devbigboy/php-crud-project

PHP-CRUD-Project

jupyter numpy pandas

Last synced: 03 Nov 2025

https://github.com/sohan181204/airline-ticket-price-analysis

The analysis of airline ticket prices explores the dynamic and competitive nature of the aviation industry in India. With rapid economic growth and increasing air travel demand, understanding ticket price trends is crucial for airlines, passengers, and policymakers.

numpy pandas python selenium

Last synced: 24 Aug 2025

https://github.com/konynour/facedectection

This project demonstrates real-time face detection using OpenCV and a pre-trained SSD (Single Shot MultiBox Detector) model. The system captures video from a camera, processes the frames, detects faces, and displays the results with bounding boxes and confidence scores. This application showcases the use of deep learning models for object detection

cv2 jupyter-notebook lambda-functions matplotlib numpy opencv python3

Last synced: 23 Jul 2025

https://github.com/yanisdib/somint

Somint - AI-powered Trading Card Grading

ai api devcontainer docker numpy opencv python yolov8

Last synced: 04 Nov 2025

https://github.com/allenvox/neural

Workspace for Neural Networks class

jupyter-notebook neural-networks numpy python pytorch tensorflow

Last synced: 02 Jan 2026

https://github.com/pedroteixeiraw/predicting_football_match_results

This project focuses on modelling the attacking and defensive strength of teams in the Portuguese First League of Football, along with the impact of home advantage.

numpy

Last synced: 06 Apr 2025

https://github.com/rakibhhridoy/covid19analysisindashboard-tableau

Covid19 dashboard analysis of world,north america,south east Asia and their characteristics upon pandemic. Some interesting statistics is shown by the data. The increase rate make effect on death and recover rate quite periodic. Simulating those changes make more interactive.

covid-19 dashboard data-processing dataviz numpy pandas python statistics tableau tableau-dashboards

Last synced: 14 May 2025

https://github.com/nikhil-donthusaram/heartdiseaseprediction

Heart Disease Prediction App is a machine learning web application that predicts the likelihood of heart disease based on user medical inputs. Built using a Decision Tree Classifier and deployed with Streamlit for an interactive, user-friendly interface.

data-analysis descision-tree joblib jupyter-notebook machine-learning matplotlib numpy pandas python3 seaborn sklearn streamlit vscode

Last synced: 28 Jun 2025

https://github.com/trivediayush/accident-and-drowsiness-detection

Our college minor project is a comprehensive solution aimed at enhancing road safety. The project comprises two main components: an Accident Detection Model and a Real-Time Driver Drowsiness System.

accident-detection accidents-analysis college-project cvzone dlib-face-detection dlib-face-recognition face-detection face-recognition imutils minor-project numpy opencv pandas python python3 yolov8

Last synced: 30 Dec 2025

https://github.com/g-vinokurov/nsu-neuro-nets

NSU Neural Networks laboratory works

ml neural-networks numpy pandas python sklearn tensorflow

Last synced: 22 Mar 2025

https://github.com/dusgkiet/dataanalystdeeplearning

Nhập Môn Phân Tích Dữ Liệu Và Học Sâu.

cv2 data-analysis deep-learning matloptlib numpy pandas python stumpy

Last synced: 05 Nov 2025

https://github.com/pranjalshivhare06/medical-ensurance-charge-predictor

The Insurance Price Predictor is a machine learning project designed to predict insurance costs based on various input features. The project leverages four different algorithms, with XGBoost emerging as the most accurate and efficient model.

fastapi machine-learning numpy pandas xgboost-classifier

Last synced: 22 Mar 2025

https://github.com/kacemmathlouthi/deep-ml-problems

a collection of solved machine learning, linear algebra, and deep learning problems from deep-ml.com

deep-learning linear-algebra machine-learning numpy python

Last synced: 28 Jun 2025

https://github.com/mpoojithavigneswari/bangalore-house-price-prediction

This project involves creating a website that predicts Bangalore house prices with 94.65% accuracy using a machine learning algorithm.

data-analysis data-science flask-server machine-learning matplotlib numpy pandas python scikit-learn seaborn

Last synced: 05 Mar 2025

https://github.com/iliailmer/numpy_learn

A small machine learning mock-library written entirely in numpy and shamelessly imitating PyTorch.

deep-learning machine-learning mnist numpy scipy

Last synced: 30 Mar 2025

https://github.com/jagkagd/np-xarr

Perform a numpy array transformation intuitively by giving simple patterns.

numpy python

Last synced: 14 May 2025

https://github.com/jonad/titanic_survival

Basic decision tree model for Titanic dataset. Predict who will survive.

jupyter-notebook matplotlib numpy pandas python3 titanic-survival-prediction

Last synced: 05 Nov 2025