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/prab9166/-web-content-extraction-and-sentiment-analysis-

web content extraction and sentiment analysis on URLs provided in an Excel file. Its divided into classes to manage different stages such as data loading, web scraping, text processing, sentiment scoring, and output generation

beautifulsoup lxml nltk-python numpy pandas python re requests xlsxwriter

Last synced: 06 May 2026

https://github.com/lunanvarg/bid-data-cac22039

En este repositorio se vรฉ mi TP Integrador del programa Codo a Codo: Big Data

colab data-studio-google deepnote excel matplotlib mysql numpy pandas-library python seaborn

Last synced: 06 May 2026

https://github.com/sahilmate/gesturepainter

Virtual Painting Application

gesturepainter mediapi numpy opencv virtualpaint

Last synced: 06 May 2026

https://github.com/fatihilhan42/lane-line-detection-with-python

In this project you will detect lane lines in images using Python and OpenCV. OpenCV means "Open-Source Computer Vision", which is a package that has many useful tools for analyzing images.

image-processing line-detection numpy opencv python

Last synced: 06 May 2026

https://github.com/vandanac20/advanced-real-estate-valuation-with-ensemble-regression-models

Advanced Real Estate Valuation with Ensemble Regression Models

machine-learning numpy pandas python sklearn

Last synced: 06 May 2026

https://github.com/redinfinitypro/python-finance

Rating: (8/10) The code performs a linear regression analysis on stock data using the yfinance library, importing necessary libraries, selecting stock symbols, downloading data, fitting a model, making predictions, and visualizing results.

datetime matplotlib numpy pandas random sklearn yfinance

Last synced: 06 May 2026

https://github.com/jayanthpotluri5513/heart-disease-prediction-using-ml

This project aims to develop a machine learning model for heart disease prediction, leveraging the potential of advanced algorithms and a comprehensive dataset.

machine-learning matplotlib numpy pandas python

Last synced: 06 May 2026

https://github.com/jai0212/course-selector-uoft

A program that suggests university courses based on your program and provides a custom GUI to customize your course plan. Created to help UofT students

beautifulsoup csv graphs graphs-algorithms networkx-graph numpy os parser pickle pillow plotly python tkinter-gui tkmacosx

Last synced: 06 May 2026

https://github.com/jonolav95/advent_of_code_2022

Using Python with Pandas and Numpy (www.adventofcode.com).

numpy pandas

Last synced: 06 May 2026

https://github.com/abdulrahmanaymann/data-storage-and-information-retrieval

This is a Python project that performs tokenization, stop word removal, positional indexing, phrase query searching, term frequency-inverse document frequency (TF-IDF) calculation, cosine similarity computation, and document ranking.

cosine-similarity information-retrieval nltk numpy pandas postional-index python ranking stop-word-removal tf-idf tokenization

Last synced: 06 May 2026

https://github.com/aleksibovellan/ai-2048-game

AI Heuristics in Python for solving the 2048 Game

2048 2048-game 2048-solver ai expectimax game heuristics numba numpy python python3

Last synced: 06 May 2026

https://github.com/voorhs/ml-practice

ML algorithms implementation

aimasters lomonosov-msu machine-learning numpy python

Last synced: 07 May 2026

https://github.com/chandkund/pytorch

Foundational introduction to PyTorch, focusing on the basics of tensors, their creation, manipulation, and operations, which are essential for understanding and building deep learning models

classification computer-vision cuda-programming deep-learning loss-functions matplotlib numpy optimization pandas pyhton pytroch workflow

Last synced: 07 May 2026

https://github.com/waghraj1699/ipl-win-probability-predictor

Web app to predict live probability of win percentage of match

data-preprocessing machine-learning ml-algorithms numpy pandas

Last synced: 07 May 2026

https://github.com/sriyaroy/coding-challenges

50 Machine Learning & Computer Vision challenges ranging from Easy to Hard to sharpen you ML engineering skills.

coding-challenges computer-vision interview-prep machine-learning numpy python pytorch

Last synced: 07 May 2026

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: 07 May 2026

https://github.com/dulajkavinda/breast-cancer-detect

๐Ÿงฌ breast cancer classification using machine learning

added machinelearning matplotlib numpy pandas python

Last synced: 07 May 2026

https://github.com/theamnabb/my-ai-brain

A complete, structured AI learning journey from scratch to advanced. Includes daily logs, mini projects, roadmaps, and useful resources for Artificial Intelligence, Machine Learning, Deep Learning, and Generative AI.

matplotlib numpy pandas pyhton3

Last synced: 07 May 2026

https://github.com/ai-ahmed/bda-and-ds

Dual Course: EMC2 Data Scientist & Big Data Analytics & IBM Professional Data Science Course

analytics big-data data-science jupyter-notebook jupyterlab linear-algebra mathematics matplotlib ml numpy pandas probability seaborn sklearn statistics

Last synced: 07 May 2026

https://github.com/matteopolak/chatterbox

RNN-based chat message generator.

numpy pandas python rnn tensorflow text-generation

Last synced: 07 May 2026

https://github.com/s-hirata0831/graphicsprocessing

Pythonใซใ‚ˆใ‚‹็”ปๅƒๅ‡ฆ็†ๅŸบ็คŽๅฎŸ้จ“(with OpenCV)

numpy opencv python

Last synced: 07 May 2026

https://github.com/ganesh774218/eda-book-store

Exploratory data analysis on a book store dataset to uncover sales trends, popular genres, and top publishers.

data-visualization datacleaning datamanipulation eda matplotlib numpy pandas python pythonp pythonproject seaborn

Last synced: 07 May 2026

https://github.com/pointer2alvee/machine-learning-algorithms-scratch

Core Machine Learning concepts , algorithms & maths implemented completely from scratch using Python & numpy only.

machine-learning-algorithms numpy pandas probabilistic-machine-learning python statistical-models

Last synced: 07 May 2026

https://github.com/mgitrov/kulo-chatbot

A retrieval based chatbot aiming to simulate human-like conversation with the user via text messages on chat.

artificial-neural-networks bag-of-words deep-learning json keras lemmatization natural-language-processing nltk numpy tkinter tokenization

Last synced: 07 May 2026

https://github.com/alekiie/streamlit-dashboard

A dashboard that utilizes the power of streamlit charts to create intuitive and easy to understand charts for data visualization.

data-visualization matplotlib numpy pandas python3 streamlit

Last synced: 07 May 2026

https://github.com/shefreenkaur/web-scraping-and-word-frequencies

This project analyzes word frequencies in BC Legislative documents using Stanford CoreNLP and Python. The program extracts text from PDF documents, processes it using natural language processing techniques, and generates a comprehensive word frequency analysis.

analytics chromedriver easyocr nlp numpy pandas pymupdf python selenium stanfordcorenlp webscraping wordfrequency

Last synced: 07 May 2026

https://github.com/shivangmathur1/simple-qlearning

Solving gym environments using Numpy Qtables and Q-learning

gym numpy qlearning

Last synced: 07 May 2026

https://github.com/ifimust/room_generator

Room generator service for 2D game levels

flask google-app-engine microservice numpy procedural-generation python

Last synced: 07 May 2026

https://github.com/pocketfullofdata/electric-vehicles-market-size-analysis

This project analyzes the growth, adoption trends, and future projections of the electric vehicle (EV) market. Using data analysis and visualization techniques, it examines key factors like sales trends, and consumer adoption to understand the evolving landscape of the EV industry.

analysis data jupyter-notebook matplotlib numpy python seaborn vscode

Last synced: 07 May 2026

https://github.com/pesala-x/data-science-ai-assessments

this is inClass practice application for Python-for-Data-Science-AI

data-types functions jupyter-notebook loops machine-learning numpy pandas-python python python3 seaborn

Last synced: 07 May 2026

https://github.com/kavayk29/audio-classification-using-python-library

This is a audio classification Project using python Libraries such as librosa to make the visual representation of the audio files, and using numpy to make array of data for manipulation and then extraction the features for classification to train and test of CNN model.

librosa matplotlib-pyplot mfcc-features numpy pandas sklearn-library

Last synced: 07 May 2026

https://github.com/sutterseba/des-python

A simple DES implementation in Python

cryptography numpy python

Last synced: 15 Jun 2026

https://github.com/ruan-narici/jokes_about_programming

Piadas engraรงadas sobre programaรงรฃo e dados para dar aquela quebrada no tรฉdio do dia a dia de dev.

module numpy pypi pypi-test python

Last synced: 07 Mar 2026

https://github.com/shreedata/data-analysis-using-python-libraries-

The COVID-19 pandemic has significantly impacted India, necessitating a detailed analysis of the virusโ€™s spread within the country. In this project, we explore an India-specific COVID-19 dataset, leveraging Python libraries such as Pandas, NumPy, Matplotlib, and Seaborn.

covid-19 data data-cleaning data-visualization datana kaggle-dataset matplotlib numpy pandas-python python3 pythonlibrarires scikit seaborn

Last synced: 28 Mar 2025

https://github.com/rahul-404/full_stack_data_science_masters

Welcome to the repository for the course "Full Stack Data Science Masters". This repository is designed to accompany the course and provide resources, exercises, and projects related to the study of data science techniques.

computer-vision data-science database deep-learning exploratory-data-analysis flask machine-learning natural-language-processing numpy pandas python statistics time-series visualization

Last synced: 10 Apr 2026

https://github.com/josafatburmeister/circle_detection

A Python package for circle fitting.

circle numpy objectdetection pointcloud python

Last synced: 09 Apr 2026

https://github.com/vipinchaudhary31122002/valuevanguard

ValueVanguard is a machine learning project for accurate house price predictions. Using advanced algorithms and real-world data, it empowers users to analyze and forecast property values efficiently. Perfect for developers, data enthusiasts, and real estate professionals. ๐Ÿ ๐Ÿ“ˆ

machine-learning matplotlib numpy pandas python sklearn streamlit

Last synced: 12 Apr 2026

https://github.com/sweta-kaundilya/911-calls-capstone-project

For this capstone project we will be analyzing some 911 call data from Kaggle.

data data-analysis data-visualization jupyter-notebook matplotlib numpy pandas python seaborn

Last synced: 28 Apr 2026

https://github.com/ramyacp14/salesforecasting

Forecasts future sales for a retail company using time series analysis with Facebook Prophet. The project involves data preprocessing, exploratory data analysis (EDA), and forecasting with holiday effects considered.

data-preprocessing data-visualization exploratory-data-analysis fbprophet machine-learning matplotlib model-evaluation numpy pandas python seaborn time-series-forecasting

Last synced: 06 Apr 2026

https://github.com/addleonel/unitrevpy

This contains common conversions such as units convert of length, temperature, area, volume, time, and weight.

common-conversions numpy python3

Last synced: 05 Mar 2026

https://github.com/offthetab/statistics_homework

ะŸั€ะฐะบั‚ะธั‡ะตัะบะธะต ั€ะฐะฑะพั‚ั‹ ะฟะพ ัั‚ะฐั‚ะธัั‚ะธะบะต ะœะ˜ะ ะญะ 3 ะบัƒั€ั.

numpy pandas python statsmodels

Last synced: 05 Apr 2026

https://github.com/ulf1/numpy-linreg

Linear Regression with numpy only.

linear-regression numpy

Last synced: 19 May 2026

https://github.com/coderooz/image_classification_transfer_learning

This project involves using transfer learning to classify images into categories such as cats vs. dogs by leveraging a pre-trained model like VGG16 or ResNet. Transfer learning allows you to adapt a pre-trained model to your specific problem, making the training process faster and often more effective.

colab image-classification matplot neural-network numpy python tensorflow vgg16-model

Last synced: 20 Apr 2026

https://github.com/pkx8326/blackjack-weighted-random-choices-visualization-with-numpy-and-python

This is a small project to test and visualize the result of the weighted probability capability of Python's numpy.random.choice()

blackjack blackjack-game choice jupyter-notebook numpy python random weighted-probability weighted-random

Last synced: 04 May 2026

https://github.com/msikorski93/linear-regression-from-scratch

Different solutions of linear and polynomial regression made from scratch.

from-scratch linear-regression numpy polynomial-regression tensorflow

Last synced: 08 May 2026

https://github.com/alejandrolara11/desafio_latam_introduccion_analisis_de_datos

Repositorio del curso "Introducciรณn al Anรกlisis de Datos" de Desafรญo Latam. Ejercicios prรกcticos realizados durante el curso, enfocados en anรกlisis de datos con Python, Pandas, y visualizaciรณn bรกsica.

data-analysis data-science data-visualization matplotlib numpy pandas python seaborn statsmodels

Last synced: 29 Apr 2026

https://github.com/vibhore-sagar/stock-movement-analysis-based-on-social-media-sentiment

This project aims to develop a machine learning model that predicts stock movements by analyzing sentiment in social media discussions (Reddit posts).

joblib numpy pandas praw python scikit-learn textblob-sentiment-analysis yfinance

Last synced: 09 Apr 2026

https://github.com/mohammadshabazuddin/secure-image-classification---deep-learning-for-image-based-authentication

This project implements a CNN to classify CAPTCHA images. The code preprocesses images, applies Otsu's thresholding, and uses morphological transformations for character separation. The CNN model includes convolutional, batch normalization, dropout, and fully connected layers. Training, validation, and testing are performed on labeled datasets.

keras numpy opencv pandas pil python tensorflow

Last synced: 08 Apr 2026

https://github.com/shibam120302/dog_breed_prediction_app

The Dog Scanner app will identify your dog's breed reliably in just a few seconds! Besides taking a picture, you can also record a video or upload an image from your gallery. Got a mixed breed? No problem, the Dog Scanner app also recognizes mixed breeds!

keras numpy opencv python

Last synced: 06 Apr 2026

https://github.com/kartmaan/fire-simulation

A realistic simulation of fire propagation using thermodynamic and combustion principles, developed in Python with Pygame and NumPy

combustion combustion-models fire fire-simulation heat-transfer ignition materials materials-science numpy pygame simulation thermal-capacity thermal-conductivity

Last synced: 19 Aug 2025

https://github.com/pwojcieszak/taxidataanalyzer

Analysis of NYC taxi trips data using Ansible, Terraform, GCP, Spark, Hadoop and Kafka

ansible gcp hdfs kafka numpy pandas parquet pyarrow spark terraform

Last synced: 08 Apr 2026

https://github.com/kaka-lin/audio-analysis-tools

Audio tools for audio processing and audio analysis

audio-analysis audio-tools matplotlib numpy scipy

Last synced: 22 Jul 2025

https://github.com/1ayanabil1/100-days-of-python-bootcamp

Join me on my journey to code in Python every day for 100 days! ๐Ÿ This challenge is designed to sharpen my programming skills, explore Python libraries, and build cool projects along the way.

data-structures data-structures-and-algorithms data-visualization django flask machine-learning matplotlib numpy pandas python seaborn web-development

Last synced: 09 Apr 2026

https://github.com/manuethomas/traffic-accident-analysis-us

The project provides a comprehensive analysis of traffic accidents in the US from 2016-2023 aiming to identify key factors contributing to accidents. The analysis also focussed on finding features that could be used to develop a predictive model

exploratory-data-analysis feature-engineering feature-selection matpllotlib numpy pandas seaborn

Last synced: 20 Mar 2025

https://github.com/mukhtarmid/data-science

This repository is for the knowledge of data science.

datascience eda numpy pandas

Last synced: 10 May 2026

https://github.com/chaitanyac22/cross_platform_product_mapping_algorithm_for_products

This repository contains a product ID mapping solution using TF-IDF vectorizer for weighted text vectors, Facebook AI Similarity Search (FAISS) for coarse filtering with cosine similarity, and Levenshtein distance for refined matching against the Blinkit catalog. Achieved 11.45% match for Zepto and 11.48% for Instamart.

exploratory-data-analysis faiss levenshtein-distance nlp numpy pandas similarity-search tf-idf-vectorizer

Last synced: 20 Mar 2025

https://github.com/ansh2709/customer-segmentation-ml-project

Project segregates the customers on the basis of their spending score and annual income using K-Means Clustering that is a part of unsupervised learning

clustering-algorithm k-means-clustering machine-learning matplotlib-pyplot numpy pandas python unsupervised-machine-learning wcss

Last synced: 01 May 2026

https://github.com/kristijanh1998/reu-summer-internship

Helium Network Blockchain Data Analysis - Big data mining research project for Cybersecurity Research in a Multidisciplinary Environment internship program (Old Dominion University, Summer 2022)

analytics api big-data blockchain-technology cryptocurrency data-mining data-science helium-blockchain helium-network internet-of-things json matplotlib numpy pickle python requests-library-python

Last synced: 10 Apr 2026

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

collection of notes to learn numpy!

jupyter-notebooks numpy python

Last synced: 08 May 2026

https://github.com/kientech/breast-cancer-classification-using-machine-learning

The goal is to leverage data-driven models to assist in the early detection and diagnosis of breast cancer, potentially aiding healthcare professionals in making informed decisions

data-science machine-learning numpy pandas python3 scikitlearn-machine-learning seaborn

Last synced: 22 Mar 2025

https://github.com/offthetab/gans

Just testing out different GAN models

gans matplotlib numpy seaborn torch torchvision

Last synced: 19 May 2026

https://github.com/abdelrahman-amen/attendance_system

An AI-driven system leveraging real-time face recognition to automate attendance, ensuring accuracy, scalability, and seamless CSV logging of names and timestamps.

cmake cv2 dlib face-recognition numpy python

Last synced: 20 May 2026

https://github.com/carlescn/snake_game

An implementation of the classic Snake game using Pygame and NumPy.

numpy pygame python snake-game

Last synced: 15 Apr 2026

https://github.com/sultanazhari/factors-that-affect-vehicle-prices.

Crankshaft List Company want to know what the factors that affect to vehicles prices. As a data Analyst we're giving list of factor that affect with vehicle prices.

matplotlib-pyplot numpy python3 seaborn vehicles

Last synced: 11 May 2026

https://github.com/abhay-kanwasi/ml-learning

Discover a repository brimming with machine learning insights and projects. Dive into comprehensive documentation of ML concepts, algorithms, and techniques. Explore hands-on projects spanning sentiment analysis, image classification, recommendation systems, and more.

ml numpy pandas python recommender-system sklearn streamlit-webapp themoviedb-api

Last synced: 02 Apr 2026

https://github.com/emanuelefavero/machine-learning

This repository contains code for various machine learning concepts and algorithms

algorithms machine-learning numpy pandas python

Last synced: 13 Apr 2026

https://github.com/hansalemaos/stridessequencefinder

finds sequences [3, 4, 5] in NumPy arrays [1, 2, 3, 4, 5, 1, 2, 3, 4, 5] - result: [2 7]

arrays find numexpr numpy sequence

Last synced: 08 Apr 2026

https://github.com/hotequil/fish_classification

Identify the fish specie with Machine Learning.

classification fish keras numpy python tensorflow

Last synced: 27 Mar 2025

https://github.com/fwcd/minq

Tiny quantum gate library based on NumPy

numpy python quantum-computing

Last synced: 02 Jan 2026

https://github.com/swat1563/recommendation-system

This repository features a recommendation system and analytics engine using datasets on users, organizations, contents, contacts, events, and recommendations. It includes data preprocessing, building a recommendation system, and creating visual reports with Power BI.

analytics data-analysis data-visualization engine kaggle numpy pandas powerbi powerbi-dashboards powerbi-desktop powerbi-reports python recommendation-engine recommendation-system recommender-systems scikit-learn scipy

Last synced: 07 Jan 2026

https://github.com/thiagohrcosta/calculator-app

Calculator APP is a Python-based API developed as part of the Rockeseat specialization in Python. The project simulates a real-world application while applying best practices in software design, architecture, and scalability. The main focus is on:

api design-patterns flask numpy python

Last synced: 08 May 2026

https://github.com/ravi0529/e-commerce-annual-spend-model

A basic Linear Regression model for predicting annual customer's spending

jupyter-notebook linear-regression matplotlib numpy pandas python scikit-learn scipy

Last synced: 09 Apr 2026

https://github.com/armandomtz05/optikit

Solution of the paraxial wave equations using different coordinates systems

fourier-transform holography numerical-methods numpy optics-code optics-simulation pillow

Last synced: 02 Feb 2026

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: 16 May 2026