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/NishuMehta/Netflix-Data-Analytics

Netflix Data: Cleaning, Analysis and Visualization

jupyter-notebook matplotlib-pyplot numpy pandas python python3 seaborn vscode

Last synced: 14 Mar 2025

https://github.com/HarshilChampaneri/Titanic_Survival_Prediction

I have Created a Machine Learning Model based on the Logistic Regression algorithm. This Model is capable of predicting whether the person will survive or not survive based on the given data of that particular person.This Model is highly accurate in predicting the result.

artificial-intelligence jupyter kaggle logistic-regression machine-learning matplotlib numpy pandas python seaborn titanic-kaggle titanic-survival-prediction

Last synced: 30 Dec 2025

https://github.com/jigyasag18/fake-news-prediction-project

The Fake News Prediction App Repository offers a machine learning project that focuses on identifying the authenticity of news articles as fake or real. It uses a dataset of 20,000 articles and employs methods such as TF-IDF vectorization and the Porter stemming algorithm, achieving around 97% classification accuracy with logistic regression model.

data datapreprocessing logistic-regression machine-learning machine-learning-algorithms numpy pandas prediction stemming vectorization

Last synced: 08 Jun 2026

https://github.com/anas436/exploratory-data-analysis-of-cars

Exploratory Data Analysis of Cars in Python

matplotlib numpy pandas python seaborn

Last synced: 12 Apr 2026

https://github.com/pyfig/s21_data-science-bootcamp

School21 Bootcamp Data Science

data data-science numpy pandas python school21

Last synced: 26 Jun 2025

https://github.com/MuhammedMorad/Egypt-Premier-Fashion-Sales-Analysis

Egypt’s Premier Fashion Sales Analysis is a data-driven project that provides interactive sales insights using Streamlit, Power BI, and Pandas. It analyzes sales trends, customer behaviors, and product performance while offering real-time dashboards and downloadable reports. helping businesses make informed, data-driven decisions. 🚀

matplotlib numpy pandas plotly python seaborn streamlit

Last synced: 30 Dec 2025

https://github.com/sandy-07/breast-cancer-detection-using-histopathological-images

Using Histopathological images identifying the type of cancer Benign and Malignant tumors.

flask-application html-css numpy pyhton3 tensa tensorflow

Last synced: 11 May 2026

https://github.com/josewebdev2000/mean-variance-calculator

My Solution to the first challenge of the Data Analysis with Python certification of Freecodecamp

data-science freecodecamp-challenge numpy python

Last synced: 20 May 2026

https://github.com/anodicpassion/printing-accuracy-analyzer

This project provides a web-based application for analyzing the print quality of scanned documents by comparing them against a template. It identifies issues such as misalignment and blur, providing visual feedback and quantitative metrics.

numpy opencv-python print

Last synced: 20 May 2026

https://github.com/iankitnegi/datapy

Welcome to DATAPy! This repo contains my Python coding projects for data science, featuring data manipulation, analysis, and visualization. Stay tuned for updates and new content!

basic-programming matplotlib numpy pandas python seaborn

Last synced: 30 Apr 2026

https://github.com/bilalm04/email-spam-classifier

A machine learning project that classifies emails as spam or not spam using Logistic Regression, with a deployable Flask API for real-time classification.

api flask jupyter-notebook machine-learning matplotlib nlp numpy pandas python scikit-learn

Last synced: 06 Mar 2026

https://github.com/ola-kaznowska/first-steps-in-numpy

My first steps in the NumPy library

mathematics numpy python python3

Last synced: 20 May 2026

https://github.com/elifftosunn/textdataclean

Kirli veri çekildiğinde ön işleme adımlarına gerek kalmadan model eğitimi için hazır hale getirmek amacıyla yapılan uygulamadır.

corpus deasciifier morphological-analysis ngram nltk numpy pandas sentence-embedding sentence-tokenizer stemmer stopwords string turkish turkish-sentence-tokenizer word-tokenizer

Last synced: 20 May 2026

https://github.com/saattrupdan/neural_network

Homemade neural network from scratch in numpy.

neural-network numpy

Last synced: 20 May 2026

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/kr1shnasomani/speedvision

Vehicle speed detection using Computer Vision, Deep Learning and Neural Network

bytetrack computer-vision deep-learning neural-network numpy opencv pytorch supervision tqdm yolo

Last synced: 05 Mar 2025

https://github.com/nikkiaung/ml-in-prod

Exploring around with ML/AI tool, implementing mini side projects like classifying fruit type and extracting text in index. 🧑🏻‍🔧

google-cloud image-processing jupyter-notebook matplotlib numpy pandas python

Last synced: 16 Jun 2025

https://github.com/wassimoubaziz/sad-project

This project aims to predict weekly sales for Walmart stores using machine learning algorithms. The dataset contains various features such as store type, size, department, temperature, fuel price, CPI, unemployment rate, and markdowns.

ai artificial-intelligence machine-learning matplotlib numpy oubaziz pandas python sklearn wassim

Last synced: 08 Apr 2026

https://github.com/jt4v4res/neural-networks-and-deep-learning

Some neural networks implementation with purpose of understanding the use of this learning algorithm and deep learning.

deep-learning machine-learning machine-learning-algorithms neural-networks numpy perceptron-learning-algorithm

Last synced: 16 Jan 2026

https://github.com/toddbirchard/crossword-solver

Finds all words in a crossword puzzle along the vertical or horizontal axises.

data-engineering numpy python3

Last synced: 15 May 2026

https://github.com/davgiles/ML-Projects

This repository contains my projects from the Data Science & Business Analytics Post-Graduate Program through UT Austin.

eda matplotlib numpy pandas python scikit-learn scipy seaborn visualization xgboost

Last synced: 20 Jan 2026

https://github.com/makoczoro/credit-default-risk-analysis-eda

This repository contains the detailed EDA Analysis of Home Credit Group Dataset. The analysis aims to find demographic and financial factors associated with higher or lower default risks, providing actionable insights for risk mitigation and improved lending practices

bivariate-analysis correlation-analysis data-preprocessing exploratory-data-analysis exploratory-data-visualizations matplotlib numpy pandas seaborn univariate-analysis

Last synced: 20 May 2026

https://github.com/chaman2003/parkinson-detection

Al-powered Parkinson's Disease Detection System leveraging smartphone sensors (voice and motion) for real-time analysis. Combines ensemble machine learning models (SVM, Random Forest, Gradient Boosting, XGBoost) with advanced feature extraction to provide accurate early detection, sub-second processing, and detailed reporting.

ai flask html-css-javascript librosa ml numpy pandas pydup python scikit-learn

Last synced: 08 Apr 2026

https://github.com/pzuehlke/ml-with-numpy

Basic ML algorithms using only NumPy

deep-learning machinelearning numpy

Last synced: 20 May 2026

https://github.com/redinfinitypro/circuitpythonprojects

Rating: (4/10) This Python script simulates circuits using PySpice, importing libraries like NumPy and Matplotlib. It defines voltage divider, diode circuits, subcircuit definitions, DC sweep analysis, and simulates each circuit using the simulator.

matplotlib numpy os pyspice sys

Last synced: 15 May 2026

https://github.com/xames3/xsnumpy

Basic and bare-bones functionality of NumPy just using pure Python.

numpy numpy-arrays numpy-library python

Last synced: 15 May 2026

https://github.com/viivianreine/carbon-footprint-calculator-using-advanced-machine-learning-cnn-

🌍 An AI-powered Carbon Footprint Calculator built with Python, TensorFlow (CNNs), and Streamlit. Delivers real-time emission predictions, visual insights, and country-wise comparisons from user lifestyle data. Adaptive, scalable, and designed to drive sustainability through intelligent software solutions.

api-based-ai-integration cloud-ready convolutional-neural-networks data-featuring data-preprocessing ipcc keras keras-tensorflow matplotlib model-optimization numpy pandas python realtime-database seaborn streamlit streamlit-deployment streamlit-webapp supervised-machine-learning tensorflow

Last synced: 08 Apr 2026

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

This project develops a real-time credit card fraud detection system using the Kaggle Credit Card Fraud Detection Dataset, containing 284,807 transactions with 31 features (Time, Amount, V1-V28, Class).

imbalanced-learn- matplotlib numpy pandas python pytorch scikit-learn- tensorflow

Last synced: 08 Apr 2026

https://github.com/csengupta1101/python-concepts

All basic to advanced Python Concepts Will be covered here in depth.

data-science django dsa-algorithm flask machine-learning numpy pandas python rest-api software-development

Last synced: 08 Apr 2026

https://github.com/udayraj04/facialemotion_musicrecommendations

A web application that detects facial emotions via webcam and recommends music tracks that match the user’s mood in real-time. Built with Flask, TensorFlow/Keras, OpenCV, and a React frontend.

cnn flask machine-learning numpy opencv pil reactjs tensorflow

Last synced: 08 Apr 2026

https://github.com/amiriiw/speech_recognition

Welcome to the Speech Recognition Project! This project is designed to train a model for recognizing voice commands and using it to control a simple Snake game in real-time. The project involves training a TensorFlow model for speech recognition and integrating it with a Pygame-based game.

key-word-recognition numpy pygame queue random sounddevice speech-recognition tensorflow threading

Last synced: 13 Mar 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: 08 Apr 2026

https://github.com/pramodyasahan/house-price-prediction

This repository contains the code for a machine learning model aimed at predicting housing prices. The model is based on the RandomForestRegressor algorithm from the scikit-learn library and utilizes feature selection, preprocessing, and pipeline techniques for improved performance.

machine-learning numpy pandas python scikit-learn

Last synced: 08 Apr 2026

https://github.com/s-h-i-v-i-s/bangalore-housing-price-prediction

A Machine Learning Project to predict Bangalore House Prices.

jupyter-notebook machine-learning matplotlib numpy pandas python pythonflask sklearn

Last synced: 08 Apr 2026

https://github.com/rdmolony/nix-numpy-financial

A nix derivation for numpy-financial - https://pypi.org/project/numpy-financial/#files

nix numpy python

Last synced: 05 Mar 2025

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: 13 Mar 2025

https://github.com/filipporanza/rc4

A simple RC4 implementation in Python3. Useful for testing and studing RC4 properties

matplotlib numpy python3 rc4 university-project

Last synced: 15 May 2026

https://github.com/annygutierrez/data-preprocessing

Preprocessing deep learning template.

matplotlib numpy pandas sklearn

Last synced: 02 May 2026

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

https://github.com/ljadhav25/knn-algorithm-data-science-

This repository contains a project demonstrating the implementation and application of the K-Nearest Neighbors (K-NN) algorithm in Data Science. The objective is to provide a comprehensive understanding of the K-NN algorithm, including data preprocessing, model training, evaluation, and visualization of results. This project is ideal for beginners

data-analysis data-science knn-classification machine-learning matplotlib-pyplot numpy pandas-library seaborn

Last synced: 16 Apr 2026

https://github.com/srikarveluvali/dataanalysis

The "Dataset - Extraction, Analysis, and Visualization" project is a Python-based data analysis venture that focuses on exploring and interpreting the "Video Game Sales Analysis" dataset.

css data-analysis html javascript matplotlib numpy pandas python seaborn tableau

Last synced: 09 Apr 2026

https://github.com/harrisonwelch/pythondatascience

Repo of code from the linked-in lesson "Python: Data Analysis"

data data-science matplotlib notes numpy python tutorial

Last synced: 12 Apr 2026

https://github.com/vlad1343/tools

This repository demonstrates the acquisition of advanced Python programming skills through structured exercises and projects, with a strong emphasis on NumPy for array manipulation, slicing, masking, and reshaping

jupyter-notebook numpy numpy-library numpy-python pandas pandas-python python python3

Last synced: 08 Apr 2026

https://github.com/okoge-kaz/deep_learning

O'REILY ゼロから作るDeep Learning

deep-learning neural-network numpy pandas perce python3

Last synced: 20 Apr 2026

https://github.com/thekartikeyamishra/aipoweredmarketingassistant

AI-Powered Marketing Assistant, an advanced tool designed to enhance your digital marketing campaigns using the power of machine learning (ML) and large language models (LLMs). This project empowers small businesses and MSMEs to create compelling content, analyze campaigns, and strategize effectively.

artificial-intelligence llm matplotlib numpy openai pandas python scikit-learn streamlit

Last synced: 08 Apr 2026

https://github.com/hariprasath-v/advanced_cricket_tournament_simulation

Simulate cricket matches between two teams with this command-line program.

cricket cricketgame cricketsimulation ipython matplotlib numpy pandas python random seaborn

Last synced: 04 Apr 2026

https://github.com/byte-sourcerer/array_contract

Contract programming for Pytorch, Numpy

contracts ndarray numpy python python3 pytorch tensor

Last synced: 14 Sep 2025

https://github.com/nickklos10/Compressive-Strenght-Prediction

This project predicts concrete compressive strength using a neural network regression model built with Keras.

jupyter-notebook keras matplotlib numpy pandas python scikit-learn

Last synced: 12 Mar 2025

https://github.com/danieljvickers/fluid_simulation

An educational example for learning the Navier-Stoke equations. Also included is a C++ and CUDA shared object library, buildable with CMake, for use in your personal projects.

cpp cuda differential-equations navier-stokes numpy physics python simulation

Last synced: 04 May 2026

https://github.com/dmarks84/coursework_capstone_spacex_predictions

Final Project for IBM Data Science Professional Certificate -- Applied all skills and methods utilized in the series of courses for this certification to predict the success of SpaceX landings; issued full report to stakeholders

api classification dash eda folium linear-algebra matplotlib mysql numpy pandas plotly probability python seaborn sql statistics supervised-ml technical-writing web-scraping

Last synced: 08 Apr 2026

https://github.com/01one/python-online-with-pyodide

Run and edit python code including matplotlib and numpy on the browser with pyodide and codemirror

matplotlib-python numpy pyodide python-browser python-online python-online-compiler

Last synced: 29 Mar 2025

https://github.com/tsungtsetu122/patternanalysis-gnn-node-classification

This project implements a Mixed Graph Neural Network (GNN) for semi-supervised multi-class node classification using the Facebook Large Page-Page Network Dataset. The goal of the project is to predict the class of each node (page) based on 128-dimensional feature vectors and the graph structure connecting the nodes.

evaluation-metrics gnn matplotlib networkx numpy optimization pandas python pytorch-geometric

Last synced: 03 Mar 2025

https://github.com/chinmayee4/diwali_sales_analysis_using_python

Analyze Diwali Sales Data to improve customer experience and sales.

data-science exploratory-data-analysis matplotlib numpy pandas python seaborn

Last synced: 08 Apr 2026

https://github.com/j-nobull/noble_ana-500

Apply Advbanced Python programming to data science problems

dash machine-learning-algorithms neural-network numpy pandas plotly scikit-learn tensorflow

Last synced: 03 Mar 2025

https://github.com/dilipgjadhav/cs_encryption_decryption_project

🔐 Secure Data Hiding in Images using Steganography | AICTE & IBM SkillsBuild Internship Project. This Python-based tool hides secret messages in images using OpenCV & PyQt6, with password-protected decryption. Secure, user-friendly & efficient for cybersecurity. Future scope: multi-format support, AES encryption & web/mobile integration.

cyrptography data-hiding image-encryption image-processing numpy opencv pyqt5-gui python-project python-security secure-communication steganography

Last synced: 06 May 2026

https://github.com/satyacoder29/crm-analytics

CRM Analytics Dashboard – An interactive dashboard using Tableau, SQL, and Salesforce CRM Analytics (CRMA) to analyze sales performance, customer segmentation, and churn prediction. Features automated ETL pipelines, predictive analytics, and real-time insights for data-driven decision-making. 🚀📊

advanced-excel data-analysis data-cleaning data-collection data-transformation data-visualization matplotlib numpy pandas powerbi python seaborn sql tableau

Last synced: 03 Mar 2025

https://github.com/mikhailkhorokhorin/the-loop

Student project of team "полетики-самолетики"

3dsmax krpc ksp math matplotlib numpy python

Last synced: 20 May 2026

https://github.com/ksharma67/eda-on-ipl

In this python notebook, analysis of IPL matches from 2008 to 2020 is done using python packages like pandas, matplotlib and seaborn.

data-analysis data-science eda matplotlib numpy pandas python seaborn

Last synced: 07 May 2026

https://github.com/nour-zayed/face-recogntion

This project implements a real-time face recognition system using Computer Vision and Deep Learning. The system is capable of detecting and recognizing faces in real-time using a webcam, as well as from images and video files. The project leverages OpenCV, dlib, and the face_recognition library to accurately detect, encode, and identify faces.

database dlib face-recognition numpy opencv python

Last synced: 05 May 2026

https://github.com/matheusotenio/catdog_imageclassifier

Classificar imagens de gatos e cães, utilizando um conjunto de dados misto.

deep-learning freecodecamp-project ipynb machine-learning matplotlib numpy tensorflow

Last synced: 29 Nov 2025

https://github.com/redinfinitypro/redditbot

Rating: (7/10) This script collects, preprocesses, trains models, processes images, and handles files, handling data from Reddit, image processing, and file handling.

autocorrect bytesio concurrent nltk numpy openpyxl pandas pil praw random re requests secrets sklearn string tensorflow time urllib

Last synced: 08 Apr 2026

https://github.com/andriikot/smartmatch

Smart Match with python

docker faiss huggingface numpy ptyhon pythorch

Last synced: 04 Apr 2026

https://github.com/itskoushik/eyecue-intellisense

A project related to Smart Intellisense mouse controller which can be controlled by Eye tracking and hand gestures

cv2 machine-learning mediapipe numpy pynput

Last synced: 15 Apr 2026

https://github.com/matheusotenio/oficina-python

https://oficina-python.streamlit.app/

matplotlib numpy python streamlit

Last synced: 27 Jun 2025

https://github.com/adamouization/superconductors-critical-temperature-predictions-regression

:chart_with_upwards_trend: Machine Learning & Data Visualisation/Processing techniques for predicting the critical temperatures required for different superconductors to conduct electrical current with no resistance.

jupyter jupyter-lab jupyter-notebook machine-learning matplotlib matplotlib-pyplot numpy pandas prediction python python-3 regression regression-algorithms scikit-learn scikitlearn-machine-learning scipy

Last synced: 12 Apr 2026

https://github.com/dulajkavinda/diabetes-detection

💊detect diabetes using machine learing

added machinelearning numpy pandas python scikit

Last synced: 14 Sep 2025

https://github.com/laurobmb/data_analise

Analise quantitativo de números de processos judiciais existentes no Nordeste brasileiro

data-science matplot numpy python python3

Last synced: 15 May 2026

https://github.com/sandeepannandi/slicecam

SliceCam is a fun, camera-controlled game powered by OpenCV and Mediapipe that lets you slash flying fruits with real-time hand tracking.

collision-detection handtracking mediapipe mediapipe-hands motiondetection numpy opencv pygame python

Last synced: 06 May 2026

https://github.com/jai0212/gpt-rnn-poetry-generator

A generative pre-trained transformer (GPT) using a recurrent neural network (RNN) to generate poetry with customizable length and creativity index.

ai csv-files gpt machine-learning neural-networks nlp-machine-learning numpy pandas-library poetry-generator rnn-tensorflow training-dataset

Last synced: 12 Aug 2025

https://github.com/harinisri012/plant-leaf-disease-detection-system

A deep learning project to detect and classify plant leaf diseases using CNN and VGG16 models. This system aids in early disease identification to support agricultural sustainability by helping farmers protect crops.

cnn cv keras keras-tensorflow neural-networks numpy vgg16

Last synced: 20 Jan 2026

https://github.com/vjpaij/datascience-udemy

Various basic codes on datascience

machine-learning matplotlib numpy pandas python seaborn

Last synced: 15 Apr 2026

https://github.com/yashpandey1405/numpy-assignment-solution

This repository contains solutions to all questions from the NumPy Assignment, organized for clarity and easy navigation. 🚀

jupyter-notebook numpy python

Last synced: 29 Apr 2026

https://github.com/prajakta1321/authencheck

Amdocs Gen AI Graduate Hackathon 2024-25- A comprehensive fact-checking and misinformation detection system that leverages cutting-edge AI models and multiple news sources to verify information circulating on social media

api bert-fine-tuning flask-application matplotlib ngrok-server nlp nlp-machine-learning numpy pandas python3 scikit-learn seaborn wandb

Last synced: 05 Apr 2026

https://github.com/ronakbediya310/campus-placement-project

This Flask web application leverages machine learning models to predict campus placements based on user-provided input. It provides an intuitive and user-friendly interface for users to input relevant features, such as academic performance, gender, work experience, and more. The application then processes these inputs through a trained algorithms

flask machine-learning numpy pandas python3 sklearn webapp

Last synced: 10 Apr 2026

https://github.com/hrolive/deep-learning-nanodegree

As one of the top 3% students from the first phase, "PyTorch Scholarship Challenge" by Facebook AI, I have earned a full scholarship to Udacity’s Deep Learning Nanodegree program

api-gateway aws aws-lambda aws-sagemaker computer-vision convolutional-neural-networks deep-learning deployment machine-learning natural-language-processing numpy pandas python pytorch scikit-learn

Last synced: 12 Apr 2026

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

https://github.com/abynxv/automatedexamsheetgrader-ocr

This Python project automates grading of handwritten or printed answer sheets using OCR (Optical Character Recognition). It extracts student answers from scanned images, compares them to an answer key, and generates a detailed report with class statistics.

numpy ocr-recognition opencv pandas python3 tesseract

Last synced: 27 Jun 2025

https://github.com/baschin1103/principal_component_analysis

In this repository you find a python program and the prints and 3D-visualization of it. After the KNN-Classification I wanted to know which variables have the most relevance for the results. One approach for this is the Principal-Component-Analysis (PCA). More details in the python program as comments.

3d-printing labelencoder matplotlib numpy pandas principal-component-analysis sklearn-library sqlalchemy standardization variable-importance

Last synced: 13 May 2026