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/saurabh9136/data-analysis_using_pandas-numpy

A beginner-friendly repository exploring data analysis using NumPy and Pandas. Covers fundamental operations, data manipulation, and real-world dataset analysis.

data-analysis-python numpy pandas python scipy

Last synced: 20 Apr 2026

https://github.com/levieyal/oop-course-exercises

The first exercises in the OOP in Java and python course that took place in the first semester of 2021

docs git github graph-algorithms interfaces numpy python solid-principles unit-testing

Last synced: 20 Apr 2026

https://github.com/prithvikings/zomato_data_anaysis

This analysis provides insights into customer preferences and restaurant performance on Zomato. The visualizations and findings can help Zomato make informed decisions to improve customer experience and tailor their offerings.

matplotlib numpy pandas python seaborn

Last synced: 20 Apr 2026

https://github.com/jbalooshie/school_district_analysis

Analysis of standardized testing results using NumPy and Pandas, executed in Jupyter Notebook. Summaries of the testing results are provided based on school, test type, and grade level.

data-analysis data-science dataframes jupyter-notebook numpy pandas python

Last synced: 20 Apr 2026

https://github.com/vtorres09/projetomonitoriaip

📋 Data analysis of a dataset created to select students to be teacher assistant (Introduction to Programming).

numpy object-oriented-programming pandas python

Last synced: 20 Apr 2026

https://github.com/muhammadmoeezkhan/euclidean-distances

Python Program That Calculates Euclidean Distances Via 5 Algorithms

numpy pandas-python scipy timeit

Last synced: 20 Apr 2026

https://github.com/aminnj/numpy.jl

Simple numpy snippets implemented in julia

joke julia maybenot numpy python

Last synced: 20 Apr 2026

https://github.com/who-else-but-arjun/pyspyce-cs

Circuit Simulator for R, L, C components and AC/DC voltage and current sources built using python as a part of EE204 circuit theory course project.

circuit-simulator numpy python streamlit sympy

Last synced: 20 Apr 2026

https://github.com/mkhekare/bikesharing_ml

Provides insights into the bike sharing trends based on various factors such as time of day, season, and weather. The findings can be used to improve bike sharing services and understand user behavior.

matplotlib numpy numpy-library pandas seaborn

Last synced: 20 Apr 2026

https://github.com/byrongomezjr/traffic_sign_detection

Deep learning system to detect stop signs and traffic lights using Keras' image recognition capabilities

keras matloptlib numpy python tensorflow

Last synced: 20 Apr 2026

https://github.com/marknature/codealpha-internship_python-programming

Python Programming Internship at CodeAlpha from 1st June 2025 to 30th June 2025

numpy pandas python3

Last synced: 20 Apr 2026

https://github.com/gandholisarat/mlp-backprop-pmat403

This repository contains a Jupyter Notebook developed for my course, demonstrating symbolic and numerical computation, visualization, and problem-solving in Python using libraries such as SymPy, NumPy, SciPy, and Matplotlib.

jupyter jypyternotebook matplotlib numpy

Last synced: 20 Apr 2026

https://github.com/prashhhant213/data_analysis_and_visualization-_for_streaming_platform

Data Analysis and Visualization for streaming platform to provide insights and recommendations to improve their userbase.

colab-notebook data datavisualization matplotlib numpy pandas python seaborn

Last synced: 20 Apr 2026

https://github.com/venkat-0706/air-drawing

A real-time hand gesture drawing app using Python, OpenCV, and MediaPipe to draw, erase, and switch colors on a canvas using finger gestures via webcam.

computer-vision hand-gesture-recognition mediapipe mediapipe-hands numpy opencv-python python realtime-object-tracker

Last synced: 20 Apr 2026

https://github.com/abyss-s/data-analysis-project

[컴퓨팅사고와 데이터분석 기초] 최종 프로젝트 (2024-1)

matplotlib numpy pandas python sckiit-learn

Last synced: 20 Apr 2026

https://github.com/idanhoro/4-in-a-row

The board game 4 in a row with PyGame

4inarow game numpy pygame python

Last synced: 20 Apr 2026

https://github.com/zombietdv/n_gram-model

n_gram model implementation with numpy only

backpropagation numpy

Last synced: 21 Apr 2026

https://github.com/agoose77/midas-tape

An Awkward-Forth backed reader of MIDAS tape files

awkward-array awkward-forth hep midas numpy tape

Last synced: 21 Apr 2026

https://github.com/souvikmajumder26/neural-network-from-scratch

🚀 Building a simple Neural Network to classify the images of the Fashion-MNIST dataset, using only numpy and no TensorFlow, Keras, or PyTorch.

config fashion-mnist logger neural-network neural-network-from-scratch notebook-jupyter numpy project python

Last synced: 21 Apr 2026

https://github.com/aleklukanen/systemsofsprings

This repository contains a few helpful pieces of Python code that can be used to compute time dependent positions of springs in 2 and 3 dimensions.

finite-element-methods finite-elements jupyter-notebook numerical numpy python

Last synced: 21 Apr 2026

https://github.com/danpoynor/pet-shelter-data-analysis-notebook

Demonstration of skills analyzing data from a pet shelter. The CSV data contains tables detailing the incoming and outgoing animals and I use my knowledge of Pandas to gather and present the requested information.

csv data-analysis data-cleaning data-science jupyter-notebook matplotlib numpy pandas pet-shelter tabular-data

Last synced: 21 Apr 2026

https://github.com/carmoreno/aviones-aldeas

:airplane: Final project o Complexity and Optimisation course :house_with_garden:

algorithms numpy pyqt4 scipy

Last synced: 21 Apr 2026

https://github.com/star2dust/numpy-notes

A tutorial to learn numpy and matplotlib.

matplotlib numpy tutorial

Last synced: 16 Jun 2026

https://github.com/refraction-ray/numkl

A thin cython/python wrapper on some routines from Intel MKL

cython-wrapper lapack mkl numpy

Last synced: 21 Apr 2026

https://github.com/separatrixxx/crypto_labs_6_sem

👓 Laboratory work for the 6th semester of MAI on cryptography

cryptography matplotlib numpy python

Last synced: 21 Apr 2026

https://github.com/mohammed-majid/image-classification-nn

Image classification using custom Neural Network (No ML packages)

custom multiclass-classification neural-network numpy

Last synced: 22 Apr 2026

https://github.com/prince-gh/numpy

Learn Numpy step by step

library numpy prince-gh python

Last synced: 22 Apr 2026

https://github.com/syedsaadahmed/playing-with-pandas-numpy-matplotlib

Practicing pandas, matplotlib and numpy for different data-sets, practicng these libraries and putting all the bit here in this repository

jupyter-notebook matplotlib numpy pandas pandas-numpy-matplotlib python3

Last synced: 05 Jun 2026

https://github.com/ahmad-ali-rafique/numpy-mastery-notebook

Inside this repository, you'll discover a comprehensive notebook dedicated to showcasing various NumPy array methods and operations. From basic array manipulation to advanced techniques, I've compiled a collection of examples and explanations to help both beginners and seasoned Python developers deepen their understanding of NumPy.

dataanalytics numpy numpy-arrays numpy-exercises numpy-library numpy-python

Last synced: 24 Apr 2026

https://github.com/abhinav330/iris-dataset-classic-ml-problem

This repository demonstrates the classification of Iris flowers into three species (Setosa, Versicolor, Virginica) using a Support Vector Machine (SVM) classifier.

classification data-science iris-dataset jupyter machine-learning numpy pandas python sklearn support-vector-machines svm-classifier

Last synced: 06 Jun 2026

https://github.com/jbayardo/aa-tp2

Q-Learning for Four in a row

matplotlib numpy python q-learning

Last synced: 24 Apr 2026

https://github.com/theroyakash/shallow_neural_network

Design of an one hidden layer neural network using numpy only,

neural-networks numpy shallow-neural-network

Last synced: 24 Apr 2026

https://github.com/dataspieler12345/user_journey_analysis_project

User Journey Analysis in Python Project Create your own functions and tools to analyze user journey strings in Python.

matplotlib numpy pandas

Last synced: 24 Apr 2026

https://github.com/alepheleven/neuralnet

Neural Network library in NumPy✨

neural-network numpy

Last synced: 24 Apr 2026

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

Implemented Linear Regression and some of it's variants

machine-learning matplotlib numpy python python3

Last synced: 24 Apr 2026

https://github.com/redinfinitypro/pygamecicruit

Rating: (6/10) The code combines a Pygame GUI application with a PySpice circuit simulation, providing a user-friendly interface with buttons, menu options, dropdown menus, input boxes, sliders, and text elements.

matplotlib numpy os pygame pyspice random sys

Last synced: 24 Apr 2026

https://github.com/dpb24/datakind-2025

📊 Data Analytics: Identifying Actionable Insights to Improve Financial Inclusion in Kenya

data-analytics data-visualization databricks datakind exploratory-data-analysis financial-data geopandas jupyter-notebook kenya matplotlib numpy python seaborn

Last synced: 24 Apr 2026

https://github.com/pawpaw2022/proj03-math-painting

An app that lets the user provide the start coordinates of geometrical shapes such as squares and rectangles, their dimensions, and their colors, and the program produces an image file canvas with all the geometrical shapes drawn in it. (Click the link below to see the demo)

numpy pillow python

Last synced: 24 Apr 2026

https://github.com/nightmachinery/mlp_from_scratch

A simple MLP using only numpy. The computational graph is not automatically tracked, but the network supports arbitrarily many batch axes.

deep-learning deep-neural-networks deeplearning educational mlp mlp-classifier mlp-networks numpy

Last synced: 25 Apr 2026

https://github.com/takana671/texturegenerator

Procedually generate texture images from noise.

cloud cubemap cv2 cython noise noise-textures numpy python skybox

Last synced: 25 Apr 2026

https://github.com/mattjudge/numpy_caching

Provides a method to cache the results from functions (typically numpy-based) in persistent storage

cache numpy

Last synced: 25 Apr 2026

https://github.com/timothyjan/cartoonify-image-opencv

Application that transforms images into its cartoon using Python, OpenCV(cv2), easyguy, numpy, imageio, and tkinter.

easygui imageio numpy opencv2 tkinter

Last synced: 25 Apr 2026

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

Perform a numpy array transformation intuitively by giving simple patterns.

numpy python

Last synced: 25 Apr 2026

https://github.com/toxic-whitelgnd/matrice_cryptography

A simple math Project based on Matrices-Cryptography by using python-numpy

cryptography math-problem matrices numpy python3

Last synced: 25 Apr 2026

https://github.com/davewhit3/bill-detector

Bill detection. Usage OCR algorithm to read content

ai numpy ocr-recognition python3

Last synced: 26 Apr 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.

bayesian-hierarchical-models dixon-coles matplotlib numpy pandas poisson-distribution pymc3 seaborn theano-models

Last synced: 26 Apr 2026

https://github.com/prathush-kumar/fake_news_detection

Developed an intelligent system to identify and classify fake news articles using Natural Language Processing (NLP) and Machine Learning techniques.

classification machine-learning natural-language-processing numpy pandas sklearn-library

Last synced: 26 Apr 2026

https://github.com/dr-rompecabezas/mean-variance-standard-deviation-calculator

[freeCodeCamp] Numpy-based stats calculator

numpy python

Last synced: 26 Apr 2026

https://github.com/686f6c61/conjetura-goldbach-gui-python

Aplicación para visualizar la Conjetura de Goldbach, que establece que todo número par mayor que 2 puede expresarse como la suma de dos números primos.

goldbach-conjecture matplotlib numpy python3 tkinter-gui

Last synced: 26 Apr 2026

https://github.com/abhisingam/brickbreaker

A Terminal-Based game made in Python that emphasises upon the use of OOPs concepts. Python | NumPy | Game Development

game-development numpy python3

Last synced: 26 Apr 2026

https://github.com/whiteshadow1234/guessthenumber

This is the python code for teaching high school students python

math numpy python3 random teaching-materials turtle

Last synced: 27 Apr 2026

https://github.com/m-k-l-s/sudoku

A trivial sudoku solver in Python, using recursion and numpy.

backtracking numpy python recursion solver sudoku

Last synced: 27 Apr 2026

https://github.com/hinanohart/dostosim

Dostoevskian agent-based simulation: seven literary archetypes as a unified reward decomposition. Anti-optimisation, dignity-as-utility, ideological cascade, gambler-ruin — pre-registered H1-H4 with bootstrap CI / BH-FDR / Cliff's delta.

abm agent-based-modeling behavioral-economics bootstrap-ci computational-social-science dostoevsky literature networkx numpy python reproducible-research

Last synced: 27 Apr 2026

https://github.com/josttim/timelined_array

Manage easily 1 or multidimensionnal samples numpy arrays that are time related. Extends numpy without removing any of it's abilities on such arrays.

numpy python time-series-analysis

Last synced: 27 Apr 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/hansalemaos/a_pandas_ex_image_tools

Uses pandas/numpy/numexpr for operations on pictures - very fast

colors image locate numexpr numpy opencv pictures python

Last synced: 01 May 2026

https://github.com/deusares/funpil

A collection of PIL, Numpy and OpenCV functions to manipulate images

batch image-processing lazy media numpy opencv pil pillow python script

Last synced: 01 May 2026

https://github.com/paulo-santos-ds/analise_dados_musicais

Dashboard para compreender as preferências musicais dos ouvintes, tendências regionais e o impacto de artistas específicos.

numpy pandas powerbi python

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/offthetab/nn_homework

Практические работы по нейронным сетям МИРЭА 3 курс.

gensim ignite matplotlib neural-network nltk numpy pandas scipy-stats seaborn torch torchvision

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/mayankanand007/betago

Platform for tracking Go moves using Computer Vision. (StarterHacks 2018 submission)

java matlab matplotlib numpy opencv-python python3

Last synced: 01 May 2026

https://github.com/aniketwithpython/fundamentals-of-scientific-computing

Fundamentals of Scientific Computing (MS1980) Notebook

jupyter matplotlib numpy pandas python

Last synced: 01 May 2026

https://github.com/dhruvv1402/spam-detection-python-

This project is a Spam Detection System built using Python. It classifies SMS messages as spam or ham (not spam) using machine learning techniques.

countvectorizer kaggle-dataset nlp-machine-learning nltk numpy pandas python scikit-learn supervised-machine-learning tf-idf

Last synced: 01 May 2026

https://github.com/muhammadadilnaeem/bcg-data-science-job-simulation-on-forage-august-2024

This repository contains all the tasks, code, and documentation completed during the BCG Data Science job simulation on The Forage platform. The simulation focused on analyzing customer churn, building predictive models, and presenting insights for a major utility company.

bcg customer-churn-prediction-with-machine-learning data data-science forage numpy pandas

Last synced: 01 May 2026

https://github.com/rgandhi8/inventory-management-system

This project is an AI-driven Inventory Management System designed to optimize supply chain efficiency by leveraging machine learning techniques for demand forecasting. The system integrates ARIMA and ANNs to predict inventory needs, minimize shortages, and reduce holding costs also enhances decision-making by automating inventory planning.

dashboard inventory-management-system machine-learning numpy pandas python seaborn

Last synced: 08 Jun 2026

https://github.com/laszlokorte/canny-notebook

Numpy Canny Edge detector implementation to visualize each step

canny-edge-detection image-processing jupyter-notebook numpy

Last synced: 02 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/ducha-aiki/laf2ell

Utils for LAF to ellipse and back conversion. Also function for drawing LAFs.

ellipse laf local-features numpy visualization

Last synced: 02 May 2026

https://github.com/v-goncharenko/freespace

Implementation of signal propagation in free space

numpy python signal-processing

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/voidkeishi/computational-science

This repository contains implementations of algorithms from the course "Computational Science" at HUST

computational-science numpy python

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/shreeparab1890/unicorns-of-india-till-sep-2022-analysis-eda

This ipython notebook is the Exploratory data analysis (EDA) of the Unicorns of India till Sep 2022.

analysis data-analysis eda exploratory-data-analysis matplotlib-pyplot numpy pandas plotly

Last synced: 02 May 2026