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/rohansoni45/movie-recommendation-system

This project is a Content-Based Recommender System that suggests movies to users based on their preferences and watched history. The system leverages cosine similarity to find and recommend movies similar to a selected title. It is built using Python and libraries like Pandas, NumPy, and Scikit-learn.

content-based-filtering cosine-similarity data-analysis data-science machine-learning numpy pandas python recommender-system render scikit-learn

Last synced: 17 Apr 2026

https://github.com/ugurcan222/a-different-approach--image-enhancement-with-imputation-and-regression-methods

This experimental work presents a different approach to increase the size and quality of an image by adding a blank pixel around each pixel in an image, enlarging the image, breaking it into parts, and generating these blank pixels by predicting them with models.

ai-image-upscaling computer-vision digital-image-processing gradient-boosting image-analysis image-enhancement image-enlargement image-interpolation image-processing imputation knn machine-learning numpy opencv pixel-prediction python randomforest regression-models super-resolution xgboost

Last synced: 17 Jan 2026

https://github.com/redreaper420/secret-qr-code-injector

Script for secret QR code injection into PNG images.

image-manipulation numpy pillow png python qrcode steganography

Last synced: 14 May 2026

https://github.com/0xkibh/books-recommendation-system

This is the website with collections of top readed books with the functionaliy of recommendation system. It basically recommends the book on the basis of given books. It also shows data of different books available.

bootstrap css flask font-awesome html numpy pandas pickle

Last synced: 07 Apr 2026

https://github.com/alyssahusna44/poai-image-classification

An implementation of an AI model that classifies animal subspecies. The project involved data preparation, model training using ResNet50, DenseNet121, and MobileNetV3, and evaluation using metrics: accuracy and mAP. 🗂️

artificial-intelligence image-classification machine-learning model-training-and-evaluation neural-networks numpy pandas python tensorflow

Last synced: 09 Apr 2026

https://github.com/harmanveer2546/house-price-prediction-using-machine-learning

We all have experienced a time when we have to look up for a new house to buy. But then the journey begins with a lot of frauds, negotiating deals, researching the local areas and so on. So to deal with this kind of issues Today, I prepared a MACHINE LEARNING Based model, trained on the House Price Prediction Dataset.

catboost-classifier linear-regression machine-learning matplotlib numpy pandas python random-forest seaborn support-vector-machine

Last synced: 07 Apr 2026

https://github.com/kasraskari/learn-python-codes

A beginner-friendly repository to learn Python programming through structured examples and scripts, covering topics from basics to advanced concepts.

jupyter-notebook matplotlib matplotlib-tutorial numpy numpy-tutorial pandas pandas-tutorial python python-learning python-tutorial python-tutorials scipy scipy-tutorial tutorials

Last synced: 09 Apr 2026

https://github.com/dineshdhamodharan24/singapore_flat_resale_

This project focuses on developing a machine learning model to predict the resale values of apartments in Singapore. The goal is to create a user-friendly online application that enables users to obtain accurate predictions for the resale values of specific properties.

data-analysis flat json numpy pandas pickle project python streamlit

Last synced: 07 Apr 2026

https://github.com/bishopce16/world_weather_analysis

The project’s objective is to improve a travel app to give customers a way to decide their travel destination and ideal hotel based on weather preferences.

apis citipy datetime gmaps json-traversal jupyter-notebook matplotlib numpy pandas python requests scipy

Last synced: 13 Apr 2026

https://github.com/vbhvsingh0/cdc_immunization

This project explores the relationships in between different vaccines and the sex, age and other basic features in the data.

data-cleansing data-manipulation-with-pandas data-science numpy pandas-python python3

Last synced: 05 May 2026

https://github.com/brenderb/python-projects

General interest and school python projects I completed. Included are lab analysis files (with uncertainty analysis, fitting, and graphing), simulation files (visualization of electric+magnetic fields, etc), specific research project files (data extraction + processing for a building science lab, graphs for a medical physics paper) and misc files

csv fitting matlab matplotlib numpy os pandas pyplot python scipy uncertainty

Last synced: 05 Apr 2025

https://github.com/vbhvsingh0/deforestation_rainfall_correlation

The aim of this project is to check if there is any correlation of rainfall with deforestation in Pennsylvania state of USA.

correlation-analysis data-science matplotlib-pyplot numpy pandas python3

Last synced: 29 Apr 2026

https://github.com/vbhvsingh0/fraudulent_transactions

A few models were developed based on Decision trees and Logistic Regression to categorize fraudulent transactions

credit-card-fraud data-science logistic-regression machine-learning numpy numpy-python pandas pandas-python python3 random-forest-classifier

Last synced: 09 May 2026

https://github.com/isa1asn/mnist-neural-net

Applying neural networks on the MNIST dataset (from scratch & using tf)

from-scratch keras mnist-classification neural-networks numpy pandas relu-activation softmax tensorflow

Last synced: 12 Apr 2026

https://github.com/notshrirang/opennn

Neural Networks for humans. An implementation from scratch in Python using NumPy. Consists of Optimizers such as Adam, SGD, Adagrad, RMSProp, and activation functions ReLU, Softmax and Losses. All implemented from scratch.

deep-learning machine-learning neural-network numpy

Last synced: 27 Apr 2026

https://github.com/shivjotchoudhary/shivjot-core

High-performance Python utilities for AI/ML workflows, computer vision, and enhanced Pandas/NumPy data engineering.

computer-vision data-science machine-learning numpy pandas python

Last synced: 18 Apr 2026

https://github.com/technologicat/orderfix

Reorder solutions of parametric studies to make continuous curves

cython eigenvalues numpy postprocessing python python2 python27 python3 python34

Last synced: 25 Jan 2026

https://github.com/alexsolov28/vkrb

Выпускная квалификационная работа бакалавра «Система анализа алгоритмов машинного обучения для решения задач классификации с использованием Pandas»

jupyter-notebook matplotlib numpy pandas python scikitlearn seaborn streamlit

Last synced: 15 Feb 2026

https://github.com/harmanveer-2546/motor-vehicle-accidents-in-india

As per the report, a total of 4,61,312 road accidents have been reported by States and Union Territories (UTs) during the calendar year 2022, which claimed 1,68,491 lives and caused injuries to 4,43,366 persons.

accidents accidents-analysis darkgrid data-analysis eda exploratory-data-analysis indian-roads inline matplotlib motor-vehicles numpy pandas review seaborn visualization

Last synced: 19 Jan 2026

https://github.com/mituskillologies/aiml-dypiemr-sep24

Programs conducted at DYPIEMR, Pune in training on AIML during September 2024.

artificial-intelligence data-analysis data-science machine-learning matplotlib neural-network numpy pandas python3

Last synced: 05 Apr 2025

https://github.com/harmanveer-2546/guide-to-regularization

Regularization is a crucial technique in machine learning that helps to prevent overfitting. Overfitting occurs when a model becomes too complex and learns the training data so well that it fails to generalize to new, unseen data.

generalization inline l1 l2 matplotlib numpy overfitting overfitting-prevention overfitting-reduced pandas regularization regularization-methods regularization-techniques regularization-to-avoid-overfitting seaborn

Last synced: 05 Apr 2025

https://github.com/chandkund/predicting-heart-disease

Welcome to the Heart Disease Prediction project! 🩺 This project focuses on developing a predictive model to assess heart disease risk based on health indicators like age, cholesterol levels, and blood pressure. By analyzing these features, we aim to create an effective tool for early diagnosis and heart disease prevention

machine-learning matplotlib numpy pandas python seaborn sklearn

Last synced: 18 Jan 2026

https://github.com/Mike014/SoundBot

This Repository will contain the prototype of a ChatBot created for the playback of audio, or everything related to audio in the world of video games and not.

chatbot dsp nlp nlp-library nlp-machine-learning numpy python scipy sound-processing

Last synced: 12 Sep 2025

https://github.com/aapo-kossi/christmas_tree_spectrogram

Colab notebook to generate a spectrogram visualization on a programmable led installation

colab-notebook numpy pandas python

Last synced: 07 Apr 2026

https://github.com/hanzopgp/tensorflowtest

Learning how to use jupyter notebook, tensorflow, numpy and other librairies for machine learning projects. Following Thibaut Neveu's tutorial.

artificial-intelligence convolutional-neural-networks deep-learning lstm-neural-networks machine-learning matplotlib multilayer-neural-networks numpy personal recurrent-neural-networks sklearn tensorflow

Last synced: 07 Apr 2026

https://github.com/hansalemaos/stridesduplicatefinder

Calculate overlapping values between two arrays and return the results as a DataFrame

duplicates fast numexpr numpy strides

Last synced: 07 Mar 2026

https://github.com/subhamsarangi/visualize

Data Visualizations using Python

bokeh matplotlib numpy pandas pyplot python3 seaborn

Last synced: 07 Apr 2026

https://github.com/hbmartin/mathjs-to-func

Compile serialized math.js expression trees into fast, reusable Python callables. Optional parse extra.

ast compiler expression-evaluator expression-parser expressions formula formula-parser formulae mathjs numpy

Last synced: 17 May 2026

https://github.com/jose-zothner-meyer/finance-individual-loans

A comprehensive analysis of a financial institution's loan portfolio using Python, focusing on data preprocessing, exploratory data analysis (EDA), and feature engineering.

credit data-science data-visualization eda exploratory-data-analysis finance jupyter-notebook matplotlib numpy pandas plotly python scipy seaborn

Last synced: 09 Apr 2026

https://github.com/orthoin3d/django-ndarrayfield

New Django field to store numpy ndarray.

django django-fields numpy numpy-arrays

Last synced: 07 Mar 2026

https://github.com/zohaib-cheema/defacto

DeFacto is a machine learning-based tool that classifies fake news articles using a hybrid model built with Scikit-learn, TensorFlow, and Keras. The system analyzes social and political content to detect deception in news stories and social media posts, providing a reliable solution to address the growing issue of misinformation.

flask git keras numpy pandas r scikit-learn tensorflow

Last synced: 07 Apr 2026

https://github.com/abdulsamie10/pythonbasics

This repository contains few tasks, which I developed just to get a strong grip on Python Programming Langauge.

ai labtasks lambda numpy python pythonlab

Last synced: 20 Apr 2026

https://github.com/ediloaz/machine-learning-study-and-tests

Some codes for testing new features in Machine Learning while I'm studying and understand how to works it.

cv2 jupyter-notebook machine-learning numpy python pytorch tensorflow

Last synced: 08 Apr 2026

https://github.com/bbergerud/tenops

Creating a common interface for numpy, pytorch, tensorflow, etc.

numpy pytorch tensorflow

Last synced: 20 Jan 2026

https://github.com/hansalemaos/ffmpeg_stream_to_numpy

ffmpeg stream to numpy arrays

cv2 ffmpeg numpy python stream video

Last synced: 29 Apr 2026

https://github.com/magzybog12/real-time-object-distance-measurement-using-opencv-python

Using an A4 paper as a guide, performing the distance measurements to find the height and width of objects placed in the region

numpy opencv-python pycharm-ide

Last synced: 05 May 2026

https://github.com/elmezianech/email-spam-ham-classifier-nb-simple

Count Vectorizer Naive Bayes Email Classifier: This Python project utilizes a simple Naive Bayes approach with Count Vectorizer to classify emails as spam or ham. The implementation focuses on word frequency for classification.

countvectorizer emails jupyter-notebook machine-learning ml naive-bayes naive-bayes-classifier numpy pandas python spam-detection spam-filtering

Last synced: 07 Apr 2026

https://github.com/ramyacp14/global-warming-analysis

Analyzes and visualizes global temperature data to identify climate change trends. The project includes global and seasonal temperature trend analysis, country-wise and city-specific temperature visualizations, and geospatial analysis with interactive maps and heatmaps.

data-visualization folium geospatial-analysis jupyter-notebook matplotlib numpy opencage-geocoder pandas plotly python seaborn

Last synced: 07 Apr 2026

https://github.com/krishbharadwaj5678/clearbg

Instantly remove backgrounds from any image with Clear BG. Upload your photos, remove the unwanted backdrop, and download the result in seconds.

background-remove background-remover deployment numpy onnxruntime pillow python python3 rembg streamlit

Last synced: 07 Apr 2026

https://github.com/imcrazeegamer/shift-maker

Shift Schedule Generator WIP

generative numpy python

Last synced: 28 Apr 2026

https://github.com/zakircodearchitect/intent-classifiers-on-regression-models

This project compares five optimization algorithms (GD, SGD, Momentum, RMSProp, and Adam) on Univariate Linear Regression and a neural network for Intent Classification with the ATIS dataset. It evaluates convergence speed, stability, and final loss, showing that Adam delivers the best performance across both models.

atis-dataset intent-classification jupyter-notebook keras keras-neural-networks matplotlib numpy python regression-models tenserflow

Last synced: 02 May 2026

https://github.com/ly16302/mask

mask generation library for wyvern

f2py fortran mpi4py numpy openmp testing

Last synced: 21 Mar 2025

https://github.com/muhammadusman-khan/e-commerce-store-eda

Exploratory Data Analysis on E-commerce store data to uncover insights about sales trends, customer behavior, and product performance using Python libraries like Pandas, NumPy, and Matplotlib/Seaborn.

data-analysis data-science data-visualization e-commerce eda exploratory-data-analysis jupyter-notebook matplotlib numpy pandas python seaborn

Last synced: 29 Apr 2026

https://github.com/gvatsal60/ds-on-kaggle

A collection of data science projects, experiments, and insights from Kaggle competitions and datasets

data data-science data-visualization numpy pandas python3

Last synced: 29 Apr 2026

https://github.com/amirali5/numpy

In this repo, all about NumPy which basically a Python Library used for multidimensional array. It also has functions for working in domain of linear algebra, fourier transform, and matrices. NumPy was created in 2005 by Travis Oliphant. It is an open source project and you can use it freely.

numpy

Last synced: 30 Apr 2026

https://github.com/priyansusahoo/face_recognition

Major Project: Attendance system project using Face Recognition

face-recognition numpy opencv-python python3

Last synced: 30 Apr 2026

https://github.com/gill-singh-a/radial-velocity-of-star

A Program that approximates the number of exoplanets and their data (Mass, Radius of Revolution and Time Period of Revolution) present in a star system given the Radial Velocity of Star with noise

astronomical-data-analysis astronomy exoplanets fourier-transform matplotlib numpy physics python python-3 science stars

Last synced: 30 Apr 2026

https://github.com/tsar123/coffee-quality-analysis

machine learning using RandomForestRegressor and dataset with coffee data

coffee ml numpy pandas randomforestregressor regressor-models sklearn

Last synced: 30 Apr 2026

https://github.com/rijul007/smartwatch-data-analysis-using-python

Smartwatch Data Analysis to uncover insights into health and activity patterns using Python for data cleaning, exploratory analysis, and interactive visualizations.

data-analysis data-science data-visualization exploratory-data-analysis jupyter-notebook matplotlib numpy pandas plotly python

Last synced: 30 Apr 2026

https://github.com/blankscreen-exe/triple-trial-card-maker

Triple Triad Card maker for a game inspired by Final fantasy

card-game numpy opencv python tripletriad

Last synced: 30 Apr 2026

https://github.com/fikri-rouzan/student-stress-levels-classification

Proyek pemodelan machine learning untuk mengklasifikasikan tingkat stres mahasiswa berdasarkan parameter input akademik dan psikologis.

joblib jupyter-notebook matplotlib numpy pandas python scikit-learn seaborn streamlit

Last synced: 08 Jun 2026

https://github.com/gabboraron/python_nyelvtan

Egy python nyelvi elemekkel fogallkozó kurzus jegyzete.

ai matplotlib-pyplot numpy pandas

Last synced: 30 Apr 2026

https://github.com/yashbhutwala/pong-ai

Deep Q-Learning Networks vs. Policy Gradient Learning in OpenAI Gym's Pong Environment

deep-q-learning numpy openai-gym policy-gradient pong python tensorflow

Last synced: 30 Apr 2026

https://github.com/favalos/myway-to-nn

Project to store my understanding of Neural Networks.

jupiter-notebook neural-network numpy

Last synced: 30 Apr 2026

https://github.com/poltanek/crane-random-search

Skeleton code for a simulation of a problem similar to the Crane problem however, implementing using random search algorithm expending random nodes

numpy python python3 random-search-algorithm

Last synced: 01 May 2026

https://github.com/abhiram-epuru/ai-powered-movie-recommender

A Movie Recommendation System using the MovieLens dataset, leveraging collaborative filtering techniques such as KNN (k-Nearest Neighbors) and Singular Value Decomposition (SVD). The project demonstrates a personalized recommendation model capable of suggesting movies based on user preferences and interaction data.

matplotlib numpy pandas python sckiit-learn seaborn

Last synced: 30 Apr 2026

https://github.com/beyzabasarir/spotify-youtube-eda

Exploratory Data Analysis of global songs' performance metrics on Spotify and YouTube with Python, using Jupyter Notebook.

eda exploratory-data-analysis jupyter-notebook matplotlib numpy pandas python seaborn

Last synced: 30 Apr 2026

https://github.com/johnrobertsantos/exploratory-data-analysis-using-python

This project represents the culmination of my Python learning journey.

jupyter matplotlib numpy pandas python seaborn

Last synced: 30 Apr 2026

https://github.com/badranalyst/e-commerce-customer-analysis-data-science-foundations-case-study

This case study explores e-commerce customer data through data exploration, pre-processing, and splitting. It includes model building and training to analyze customer behavior. Python libraries like Pandas, NumPy, Matplotlib, and Seaborn are used for the analysis and model development.

data-analysis data-science dataset eda exploratory-data-analysis machine-learning matplotlib ml model-building model-training numpy pandas pre-processing python seaborn

Last synced: 01 May 2026

https://github.com/bjpcjp/optimize-mktg-spend-with-lagrange

simple demo of marketing (2 channel) spend optimization

lagrange matplotlib matplotlib-pyplot numpy python scipy

Last synced: 01 May 2026

https://github.com/vsrc/project-cardionaut

AI predictor for Heart Attack likelihood

numpy pandas pickle python streamlit

Last synced: 01 May 2026

https://github.com/splithor1zon/edu-barriermethodlp

Education material for learning/teaching of Linear Progrmming using Barrier Method. Presentation with commentary and python code available.

barrier-method convex-optimization cvxpy educational-project linear-programming numpy presentation python

Last synced: 01 May 2026

https://github.com/sairupeshl/portfolio-risk-calculator

A portfolio risk engine using Python, integrating the Yahoo Finance API to ingest and preprocess historical multi-asset price data

numpy pandas python yfinance

Last synced: 08 Jun 2026

https://github.com/ismaelvr1999/bioinspiredalgorithms

This repository contains implementations of various bioinspired algorithms for optimization and machine learning.

machine-learning matplotlib numpy python tensorflow

Last synced: 01 May 2026

https://github.com/emmanueltobi/ai-academy-university

Code samples from the Intel Nervana AI Academy University held in FUTA

ai classification-algorithm dataset intel numpy regression regression-models sklearn

Last synced: 01 May 2026

https://github.com/satyamtripathi8/tools_for_data_science

Introduction to Data Science Tools(Python)

data-analysis-python matplotlib-pyplot numpy pandas

Last synced: 01 May 2026

https://github.com/dostuffthatmatters/jax-capability-analysis

demo repository containing the experiments for my master's seminar @ TUM

autograd click deep-learning huggingface jax jit-compilation mnist numpy python pytorch

Last synced: 01 May 2026

https://github.com/dpb44/exploring-the-intuition-of-neural-networks-on-a-classification-problem-using-only-numpy

Implementing a softmax-based neural network from scratch using NumPy to classify the Iris dataset, leveraging vectorization, gradient descent, and decision boundary visualization.

deep-learning neural-network numpy softmax-classifier

Last synced: 02 May 2026

https://github.com/mgitrov/ann-from-scratch

An artificial neural network implemented from scratch using numpy only.

artificial-neural-networks deep-learning guide numpy

Last synced: 02 May 2026

https://github.com/lipskiyp/trading_dashboard

Pandas framework to analyze financial time-series and calculate various performance metrics (e.g. Sharpe Ratio and Max Drawdown Duration).

financial-analysis numpy pandas

Last synced: 02 May 2026

https://github.com/parham1998/linear_regression_pytorch

Implementation of a simple Linear Regression model with Numpy & PyTorch library

backpropagation gradient-descent linear-regression loss-functions numpy python pytorch

Last synced: 02 May 2026

https://github.com/krook1024-uni-archive/kmeans

kmeans implementation for a university course

kmeans kmeans-clustering machine-learning numpy python

Last synced: 02 May 2026

https://github.com/andremenezesds/machine_learning_test

Testing among various Machine Learning models and parameters, in order to further study their behaviour for Classification, Regression and Clustering analysis.

classification-models clustering-models machine-learning numpy pandas regression-models sklearn

Last synced: 02 May 2026

https://github.com/vermenea/masters---ad-signaling-pathway-using-hsp90-inhibitor

Influence of 17-AAG a Hsp90 inhibitor on signaling pathway in Atopic Dermatitis

matplotlib numpy pandas python seaborn statmodels

Last synced: 02 May 2026

https://github.com/helenaden/data-science-fundamentals

This project delves into fundamental data science concepts using Python libraries like NumPy and Pandas

data-analysis datascience datasets datavisualization datawrangling heatmap numpy pandas patterns python

Last synced: 03 May 2026

https://github.com/isinghabhishek/data_analysis_with_python

Introduction to Data Analysis covering the basics of Python, Numpy, Pandas, Data Visualization, and Exploratory Data Analysis.

data-visualization exploratory-data-analysis numpy pandas python

Last synced: 03 May 2026