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/will-lynas/singular-value-decomposition

A visualization of Singular Value Decomposition

jupyter-notebook numpy python singular-value-decomposition

Last synced: 06 May 2026

https://github.com/dragomirbozoki/kalliope-dual-llm-chatbot

Multilingual voice assistant powered by a dual-LLM architecture using retrieval-based and generative models. Built on top of Kalliope and Hugging Face Transformer

chatbot data-preprocessing hugging-face machine-learning nlp numpy pandas pipelines pytorch rag transformers

Last synced: 27 Jul 2025

https://github.com/winstxnhdw/python-bench

Simple code optimisation benchmark for speed and accuracy.

benchmark numba numpy python scipy

Last synced: 05 May 2026

https://github.com/diusmontenegro/python3-miniprojects

This my mini-projects that you may be interested in doing too... Enjoy!!

langdetect machine-learning matplotlib numpy opencv python3 tabula tkinter-gui torch

Last synced: 09 May 2026

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

this project uses machine learning to detect fraudulent credit card transactions with local outlier factor and isolation forest algorithms. weโ€™ll evaluate performance and visualize data distribution.

isolation-factor-algorithm local-outlier-factor machine-learning numpy pandas seaborn-plots

Last synced: 31 Jul 2025

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

java <-> python inter-operation examples with GraalVM

graalpython graalvm java numpy pandas python

Last synced: 13 Apr 2026

https://github.com/anish202020/programs

This repository contains various computer graphics projects and examples designed to help students understand fundamental concepts in computer graphics.

matplotlib numpy opencv-python pygame python

Last synced: 03 Aug 2025

https://github.com/ranjan2104/diabetes-prediction-application

It is a Model that Predict the Diabetes Status of any person by just giving the some observations so that take the decision on that with the accuracy of 93%+. Due to Trained Model with Data sets so that able to predict very carefully on the previous decision it is supervised learning model using an algorithm is Linear regression and Sklearn for testing and Training the Model and Flask is Uses in Backend and in Frontend HTML, CSS, Js is Using.

flask gunicorn itsdangerous jinja2 markupsafe matplotlib numpy pandas scikit-learn scipy werkzeug

Last synced: 09 Apr 2026

https://github.com/djeada/numpy-tutorials

Welcome to the NumPy Tutorials repository, your one-stop collection of learning materials for mastering NumPy, a fundamental library for scientific computing in Python.

linear-equation-solver matrix-manipulations numpy numpy-arrays system-of-equations vectors

Last synced: 09 Mar 2026

https://github.com/programmersd21/ordr

โšก High-performance sorting library for Python, powered by Rust ๐Ÿฆ€ - featuring parallel, adaptive, and radix-sort backends for blazing-fast performance.

benchmark data-structures fast high-performance introsort numpy parallel-sorting pdqsort performance pyo3 python python-sorting quicksort radix-sort rust rust-python sorting sorting-algorithms timsort

Last synced: 05 Jun 2026

https://github.com/abhiramdodda/mnist_nn

Neural Network for MNIST. Built from scratch using Numpy and Pandas.

neural-networks numpy pandas

Last synced: 15 Apr 2026

https://github.com/dev-ev/julia-vs-python-ms-scripting

Performance of Julia and Python for reading and matching mass spectrometry data

benchmarking julia mass-spectrometry numpy performance-testing proteomics-data-analysis python

Last synced: 04 May 2026

https://github.com/pankil-soni/movie-recommendation-system

It is a Streamlit web application that suggests movies to users based on their plot descriptions. It utilizes advanced techniques like TF-IDF and cosine similarity to provide accurate recommendations.

cosine-similarity machine-learning movie-recommendation numpy pandas recommendation-system recommender-system vectorizing

Last synced: 09 Apr 2026

https://github.com/nomonosound/numpy-rms

Calculate RMS swiftly (SIMD-accelerated)

arm-neon c float32 numpy numpy-library python simd x86-64

Last synced: 12 Jul 2025

https://github.com/summitkwan/dynamicnn

neural network with dynamics

dbm hopfield-network numpy rbm tensorflow

Last synced: 13 Apr 2026

https://github.com/alexandrbig1/algo-py

A Python project focused on fundamental knowledge of algorithms and data structures. This repository provides clear implementations and explanations to help understand core algorithmic concepts.

algorithms git heapq matplotlib numpy python python3 turtle

Last synced: 14 Apr 2026

https://github.com/analyticalmonk/blaze_getting_started

Introduction to the Blaze ecosystem.

blaze jupyter-notebook numpy pandas pydata python3

Last synced: 12 Apr 2026

https://github.com/mgobeaalcoba/padawan_python_course

Data-oriented Python course taught for all Mercado Libre verticals

colab-notebook matplotlib numpy pandas python3 scipy-optimize scipy-stats sckiit-learn seaborn

Last synced: 27 Jan 2026

https://github.com/dennis-nichols/clean-air-compass-mapping-api

An API to do spatial interpolation of Purple Air network sensor data and create polygons for display on web maps.

fastapi geopandas numpy pandas python scikit

Last synced: 04 May 2026

https://github.com/rajanmandanka07/face-recognition

This Face Recognition System allows adding new faces, training a classifier, and real-time face recognition using a webcam. Built with Python and OpenCV.

classifier-training face-recognition haar-cascade-classifier image-processing lbph-face-recognizer numpy opencv-python pillow

Last synced: 11 Mar 2026

https://github.com/importhuman/conway-s-game-of-life

A project to make Conway's Game of Life and learn more about Python.

conway-s-game-of-life matplotlib numpy python python3

Last synced: 24 Apr 2026

https://github.com/nelsond/dilogarithm

Fairly fast implementation of the Dilogarithm (Polylogarithm order 2) for Python/numpy

math numpy physics python

Last synced: 13 Apr 2026

https://github.com/aryyyy01/minimind

๐Ÿง  Simplify your machine learning workflow with MiniMind, a collection of lightweight tools designed for efficient model training and deployment.

accelerate basic-design bfgs chatgpt childrens-web classification gaussian-processes github-config gradient-descent machine-learning neural-network numpy regression swift vision-language-model

Last synced: 29 Apr 2026

https://github.com/dmarks84/coursework_project_banks-web-scraping-sql

Project for IBM Data Engineering & Python course on ETL & Big Data -- Scraped website data and made API calls for additional data; wrangled and transformed this data and loaded into a SQL database.

apis beautifulsoup databases elt etl nosql numpy pandas pipelines python sql sqlite web-scraping

Last synced: 10 Apr 2026

https://github.com/mahmood-anaam/stochastic-dynamic-programming

This repository provides solutions and implementations for Stochastic Dynamic Programming (SDP) problems. It includes theoretical insights, practical coding examples, and detailed explanations for addressing various challenges in decision-making under uncertainty and stochastic processes.

markov-decision-processes numpy parking-problem python shortest-path stochastic-dynamic-programming transition-problem

Last synced: 11 May 2026

https://github.com/dmarks84/coursework_project_airfoil-noise-prediction

Project for IBM Data Engineering & Python course on ML & AI -- Created predictions for noise of an airfoil based on various physical features

apache-spark api automation data-modeling etl linear-algebra numpy pandas pipelines python regression statistics supervised-ml

Last synced: 13 Apr 2026

https://github.com/crispengari/ml-data-loading

๐Ÿ’Ž This is a simple quick guide on working with files in pandas. We will be working with the following types of files and learn how to read and write using the pandas library.

ai dataframe datascience jupyter-notebook machine-learning numpy pandas python

Last synced: 08 May 2026

https://github.com/onurtemizkan/tsm-genetic-algorithm

Simple implementations of Genetic Algorithm on Traveling Salesman Problem

combinatorics genetic-algorithm numpy travelling-salesman-problem

Last synced: 22 Aug 2025

https://github.com/populated/compare

A simple Python-based code to compare texts for similarities.

comparsion nlp numpy spacy text

Last synced: 07 Jan 2026

https://github.com/fuzailpalnak/fragment

Divide the Image in to Multiple fragments

image-operations numpy python

Last synced: 31 Jan 2026

https://github.com/zjutcv/zjutcv

๐ŸŽ‡ZJUT toolbox for computer vision.

computer-vision deep-learning numpy pytorch

Last synced: 24 Apr 2025

https://github.com/marcogdepinto/dogs-vs-cats

Deep learning to classify if a picture contains a Dog or a Cat using Python, OpenCV, Keras.

deep-learning deep-learning-tutorial deep-neural-networks image-classification keras numpy opencv python python3

Last synced: 13 Apr 2026

https://github.com/jdavydovportfolio/careerpredictor

A project leveraging AI and Machine Learning (Logistic Regression) to predict graduate job placements. Includes data preprocessing, exploratory analysis, and predictive modeling.

artificial-intelligence exploratory-data-analysis jupyter-notebook linear-regression logistic-regression machine-learning machine-learning-algorithms machine-learning-models matplotlib ml numpy pandas pandas-dataframe predictive-modeling programming python scikit-learn

Last synced: 16 Feb 2026

https://github.com/deep-diver/logistic-regression

simple neural network without hidden layer

logistic-regression neural-network numpy

Last synced: 29 Apr 2026

https://github.com/nacheteam/the-whale-optimization-algorithm

Anรกlisis y estudio de mejora sobre el algoritmo "The Whale Optimization Algorithm"

cec metaheuristics minimization numpy optimization whale woa

Last synced: 05 Jun 2026

https://github.com/datarohit/walk-or-run-image-classification

This is Deep Learning project made using InveptionV3 model and Images taken from Kaggle to predict if the person in Image is Walking or Running.

cnn-classification inceptionv3 keras keras-tensorflow matplotlib numpy tensorflow

Last synced: 07 May 2026

https://github.com/udityamerit/breast-cancer-prediction-using-different-ml-models

The `all_MLpackage` is a Python tool for breast cancer detection using scikit-learn's machine learning algorithms. It automates model training, generates accuracy comparisons, and helps identify the best-performing algorithm for diagnosis.

classification knn-algorithm logistic-regression machine-learning numpy pandas scikit-learn svm-model

Last synced: 15 Aug 2025

https://github.com/florianwoelki/neural-network-weed-detection

This repository contains a custom made neural network which will classify weed.

classification images multiclass-classification multiclass-neural-network neural-network numpy python3

Last synced: 12 Apr 2026

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: 11 Apr 2026

https://github.com/kunalrrathod/numpy-programs

Numpy Basics for beginners

numpy numpy-arrays numpy-tutorial python

Last synced: 18 Apr 2026

https://github.com/santarsierilorenzo/arrayflux

Tired of not having rolling method on NumPy arrays I created arrayflux

numpy numpy-arrays numpy-library numpy-python python

Last synced: 13 Jan 2026

https://github.com/rshrc/machinelearning

Collection of Machine Learning Algorithms and Datasets

matplotlib numpy pandas python3 sklearn

Last synced: 05 Mar 2026

https://github.com/nishant-sethi/machine-learning

Find all the relevant material of machine learning here and give your career a kick-start.

machine-learning natural-language-processing numpy pandas sklearn

Last synced: 13 Apr 2025

https://github.com/sumitgirwal/super-market-research

This is simple research on supermarket.its must you know how your organization or corporation growth is increasing or decreasing.

dataanalysis matplotlib numpy pandas python3 supermarket-dataset

Last synced: 05 May 2026

https://github.com/danielendler/datason

A comprehensive Python package for intelligent serialization that handles complex data types with ease, especially ML/AI workflows.

ai api-development data-persistence data-science deserialization json machine-learning ml numpy pandas python pytorch scikit-learn serialization tensorflow workflow-automation

Last synced: 06 Mar 2026

https://github.com/daira/dualpowsim

Undocumented Python 3 programs for simulating dual PoW and confirmation times for Zcash. Please report issues at https://github.com/zcash/zcash/issues

mathplotlib numpy proof-of-work simulation zcash

Last synced: 16 May 2026

https://github.com/sushantdhumak/dinosaurus_island_character

Coursera - RNN Programming Assignment: In this project, we are in charge of a special task: Leading biology researchers are creating new breeds of dinosaurs and bringing them to life on earth, and our job is to give names to these dinosaurs. If a dinosaur does not like its name, it might go berserk, so choose wisely!

gradient-clipping gradient-descent numpy preprocessing rnn sampling

Last synced: 26 Mar 2025

https://github.com/simoesleticia/numpy-studies

Explorando e aprimorando habilidades em NumPy

numpy numpy-tutorial python studies

Last synced: 03 Feb 2026

https://github.com/docsallover/music-recommendation

Machine Learning Music Recommendation System: Hybrid Approach (Content & SVD) with Flask

content-based-filtering flask machine-learning matplotlib ml music-recommendation numpy pandas scikit-learn scikit-surprise scipy seaborn surprise svd

Last synced: 07 Apr 2026

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: 11 Apr 2026

https://github.com/a-r-j/npview

CLI tools for quickly inspecting CSV/TSV & NumPy (.npy) array files

cli csv data-analysis inspector npy numpy python tsv

Last synced: 18 Jan 2026

https://github.com/drsoliddevil/mlr-gd

Multiple linear regression by gradient descent.

data-science gradient-descent linear-regression machine-learning ml numpy python regression

Last synced: 11 Apr 2025

https://github.com/gallillio/data_science-data_visualizer_tool

## About Supervised ML Helper is a Python application that streamlines exploratory data analysis (EDA) and preprocessing for supervised machine learning. Featuring a user-friendly Tkinter interface, it enables users to load CSV files, visualize data, and perform essential transformations, making data preparation accessible for all skill levels.

data-analysis data-science data-visualization matplotlib numpy pandas seaborn sklearn

Last synced: 17 Feb 2026

https://github.com/yashkarthik/graphicallly

Plot polynomial and trigonometric expressions in browser using python.

dash logarithms numpy plot-functions python3 trigonometric-functions

Last synced: 27 Apr 2026

https://github.com/khaymanii/gold-price-detection-model

This model is built using python and Random Forest Regressor algorithm

matplotlib numpy pandas python sckit-learn

Last synced: 05 May 2026

https://github.com/kwanit1142/mask-v-s-no-mask-face-detection-models

Machine-Learning Models based Detection System for Masked v/s No-Masked Human Faces (Can be implemented on Grouped Images too)

deep-learning machine-learning matplotlib numpy opencv pandas pil scipy seaborn skimage sklearn

Last synced: 07 Apr 2026

https://github.com/dineshpinto/data-aggregator

A high performance solution to analysing millions of incoming data points using JIT, vectorisation and C arrays.

data-science high-performance numpy python

Last synced: 18 Apr 2026

https://github.com/michedev/tensorguard

TensorGuard helps to guard against bad Tensor shapes in any tensor based library

deep-learning numpy pytorch tensorflow

Last synced: 28 Jan 2026

https://github.com/mooseburger1/2015-twitter-airline-sentiment-analysis

Performing sentiment analysis of airlines from Twitter Data.

matplotlib numpy pandas-dataframe python3 regular-expression

Last synced: 09 May 2026

https://github.com/mkashirin/scratches

Scratches is a project, which provides a comprehensive guide to creating deep learning models from scratch using Python and NumPy.

artificial-intelligence artificial-neural-networks deep-learning deep-neural-networks from-scratch machine-learning machine-learning-algorithms numpy python

Last synced: 07 Apr 2025

https://github.com/andresmg07/landscape-recognizer

Supervised ML classification algorithm implemented through pattern recognition techniques and statistical methods.

artificial-intelligence machine-learning numpy opencv pattern-recognition python statistical-methods

Last synced: 17 Feb 2026

https://github.com/omkarpattnaik8080/diabetiespredictionsystem

"This machine learning project predicts diabetes risk, utilizing Python and scikit-learn. Employ AWS for model deployment, ensuring scalability and reliability. Explore predictive analytics to identify factors influencing diabetes onset, enabling proactive healthcare interventions for improved patient outcomes and disease management."

aws machine-learning matplotlib numpy pandas python

Last synced: 07 Apr 2026

https://github.com/ecoronado92/neural_net_from_scratch

python | deep learning | neural networks

deep-learning mnist neural-networks numpy python

Last synced: 17 May 2026

https://github.com/tritonix711/ai-content-verifier

AI Content Verifier is a tool that finds out if text is written by AI or humans. It uses machine learning and natural language processing to give clear results and confidence scores. With an easy-to-use interface, it helps everyone from researchers to content creators check if the content is real or not.

git machine-learning nlp nltk numpy pandas python scikit-learn spacy tkinter

Last synced: 07 Jan 2026

https://github.com/fsquillace/notebooks

Various examples of handy Jupyter notebooks

ipywidgets jupyter-notebook matplotlib numpy

Last synced: 18 May 2026

https://github.com/chanlumerico/lucid

Lumerico's Comprehensive Interface for Deep Learning

autograd deep-learning from-scratch numpy

Last synced: 14 Apr 2025

https://github.com/moindalvs/assignment_random_forest_2

A cloth manufacturing company is interested to know about the segment or attributes causes high sale. Approach - A Random Forest can be built with target variable Sale (we will first convert it in categorical variable) & all other variable will be independent in the analysis.

data-science hyperparameter-tuning numpy pandas python random-forest-classifier sklearn

Last synced: 10 Apr 2026

https://github.com/beinsezii/skrample

Composable sampling functions for diffusion models

diffusers diffusion-models numpy pytorch

Last synced: 20 Jun 2025

https://github.com/WPI-SurfMet-Lab/Multiscale-Statistical-Analysis

Multiscale regression/discrimination analysis software, which uses multiscale area data exported from MountainsMapยฎ.

matplotlib multiscale-analysis numpy python scipy win wpi wxpython

Last synced: 08 Mar 2025

https://github.com/anwarulh007/eduprotect--student-dropout-analysis

EduProtect is a valuable tool for educators, parents, and students in India. By providing accurate predictions and facilitating collaboration, it aims to address the critical issue of student dropouts and ensure a brighter future for all. Used Java in App development and Python for the ML Algorithm in Google Colab.

matpoltlib numpy python random-forest-classifier sckiit-learn

Last synced: 07 Mar 2026

https://github.com/grachale/orb_detector

The implementation of part of the ORB (Oriented FAST and Rotated BRIEF) pipeline. The ORB consists of the feature detector and feature descriptor that detect and describe reproducible and discriminative regions in an image. Those, in turn, can be matched between pairs of images for correspondence search, 3D reconstruction, and so on.

image-processing keypoints-detector numpy orb python

Last synced: 09 May 2026

https://github.com/saheedniyi02/krecommend

A python package for creating content-based text recommender systems on pandas dataframes and SQLAlchemy tables

cosine-similarity flask-sqlalchemy nlp numpy pandas python recommendation-algorithms recommendation-engine recommendation-system recommender-system scikit-learn sql sqlalchemy sqlite3 tfidf-vectorizer

Last synced: 10 Mar 2026

https://github.com/localizethedocs/numpy-docs-l10n

Localization of The NumPy Documentation

crowdin numpy python sphinx translation

Last synced: 17 May 2026

https://github.com/muhammedbuyukkinaci/tensorflow-text-generator

TensorFlow Text Generation using LSTM's.

lstm numpy tensorflow text-generation

Last synced: 20 Apr 2026

https://github.com/nevin100/data-visualization-with-seaborn

In this repository, I revisited core concepts of Seaborn and explored a wide range of plots and styling techniques to visualize data effectively. Each notebook demonstrates one or more visualization techniques with explanations and examples.

jupyter-notebook matplotlib-pyplot numpy pandas python seaborn

Last synced: 24 May 2026

https://github.com/milind220/hk-air-quality-analysis

My final project for a statistics and data analysis course. Whew that was a lot of graphs!

data-analysis jupyter-notebook numpy pandas python python3 scipy seaborn statistics

Last synced: 12 Apr 2026