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.
- GitHub: https://github.com/topics/numpy
- Wikipedia: https://en.wikipedia.org/wiki/NumPy
- Repo: https://github.com/numpy/numpy
- Created by: Travis Oliphant
- Related Topics: python, scipy,
- Last updated: 2026-06-21 00:17:46 UTC
- JSON Representation
https://github.com/nisaaragharia/neural-networks-from-scratch
Neural Networks from scratch
artificial-intelligence beginner machine-learning neural-network numpy pandas
Last synced: 07 May 2026
https://github.com/ewertondrigues02/dados-do-covid-19
Análise exploratória dos dados do COVID-19 / de 22 de Janeiro de 2020 a 27 de Julho de 2020 em 188 países análise feita com as ferramentas como: jupyter Notebook, Google Colab, Excel, Power BI e bibliotecas: Pandas, Matplotlib, Numpy.
analise-exploratoria colab covid-19 covid19 dataframe folium folium-maps folium-python google-colab jupyter jupyter-notebook numpy pandas python3
Last synced: 02 May 2026
https://github.com/huichuanli/play-with-linear-algebra
use python3 and Numpy to realize my personal linear Algebra library
Last synced: 07 May 2026
https://github.com/rex-8/mnist-4-layer
Implementing a 4 layer neural to identify digits from a 28x28 grid using just python and numpy
backward-propagation deep-learning forward-propagation loss-functions machine-learning mnist-classification neural-network numpy python relu-network
Last synced: 15 May 2026
https://github.com/chaitanya1436/student_performance_analysis
A project focused on analyzing college student performance using data on department, assessment scores, and performance labels. Implemented in Google Colab, the analysis includes data preprocessing, feature scaling, and exploratory data analysis to uncover insights and prepare the data for further analysis or modeling.
ata-preprocessing data-preparation exploratory-data-analysis feature-scaling google-colab numpy pandas scikit-learn
Last synced: 07 Feb 2026
https://github.com/dahoodmans/Spotify-Music-Recommender
Built Spotify Music recommendation system using Machine learning
csv-files emotion-recognition flask hacktoberfest html keras machine-learning music neumorphic-ui neural-networks numpy opencv postgresql tkinter
Last synced: 03 Mar 2025
https://github.com/Asit-14/Python-Programming
This repository contains all the programs and resources we will use to learn Python programming. It also includes various modules, Python libraries, and several project examples to enhance our learning experience.
matplotlib modules numpy pandas python tkinter
Last synced: 29 Oct 2025
https://github.com/hansalemaos/cythonflatiter
Locates values in NumPy Arrays with Cython
Last synced: 15 May 2026
https://github.com/patilni3/numpy-in-depth
Python's NumPy Library for Data Analysis, Machine Learning, Data Science and many more...
data-analysis data-engineering data-science machine-learning numpy pandas
Last synced: 10 May 2026
https://github.com/machinelearningprodigy/covid-19-detection-system
It is a Flask-based web application that predicts the likelihood of COVID-19 infection based on user symptoms. The app utilizes a K-Nearest Neighbors (KNN) model trained on relevant medical features to assess COVID-19 risk.
algorithms feature-engineering flask machine-learning numpy pandas scikit-learn
Last synced: 20 Apr 2026
https://github.com/adinack/chemistry-equation-balancer
A small python tool that can solve n-dimensional balancing equations.
chemistry matrices numpy sympy
Last synced: 16 May 2026
https://github.com/nicolau-369/jupyter
Treinamento Para Análise de Dados.
big-data jupyter jupyter-notebook matplotlib numpy pandas python python3
Last synced: 19 Mar 2025
https://github.com/shoaib-programmer/pychemicals
Python library designed for chemical calculations like pH, and titrations. It also includes other features like interactive graph plotting.
chemicals matplotlib numpy pyplot python3 titration titration-curve
Last synced: 19 Mar 2025
https://github.com/vicperal/ai-genai_projects
Python projects about LLM and ML use cases. I am using modules such as Pandas, Numpy, Plotly, scikit-learn, Transformers, Flask, JSON, etc. to analyze data, predict, generate insights and create text from models such as LLMs, linear regression, assembly methods, etc. Server- Front-End using Flask
assembly clinical-trials flask json linear-regression llm ml numpy pandas plotly price-prediction python rag random-forest scikit-learn sentimental-analysis sql text-summarization tokens-counter transformers
Last synced: 02 Apr 2026
https://github.com/pjessesco/print2d
Replacement of `print()` for printing 2d array with readability including Torch and Numpy.
formatted-text numpy print python3 readability torch
Last synced: 07 Jan 2026
https://github.com/odnil/flowmodel
FlowModel is a lightweight and extensible machine learning framework designed for beginners to easily experiment with AI development through a modular plugin architecture.
ai ai-model ai-models diffusion flow-model flowmodel framework inverse-problems machine-learning numpy plugin-architecture python torch torchvision
Last synced: 20 Mar 2025
https://github.com/salma-mamdoh/python
My journey in Learning Python
database hakerrank-solutions jupyter-notebook kaggle matplotlib numpy oops-in-python pandas problem-solving python seaborn sqlite
Last synced: 02 Apr 2026
https://github.com/aarryasutar/logistic_regression_on_age_prediction
This code evaluates the performance of a logistic regression model on age prediction using various features to predict a binary target variable, calculating metrics to determine the performance. It evaluates the comparison, identifies favorable features, and visualizes the ROC-AUC curve to determine the best model performance.
accuracy-score confusion-matrix f1-score feature-selection logistic-regression model-training numpy pandas precision recall rmse roc-auc-curve scikit-learn visualization
Last synced: 20 Jan 2026
https://github.com/amir78729/signals-and-systems
The Implementation section of the "Signals and Systems" course
convolution fft fourier-transform numpy python scipy signals signals-and-systems
Last synced: 06 Apr 2026
https://github.com/kernferm/presfutimpactsim
This repository contains a Python simulation model that forecasts political, economic, and social factors under a hypothetical presidency. Users input initial values, and the model simulates their progression through defined interactions and random variations.
economic-model forecasting matplotlib numpy political-model python scipy simpy simulation social-model
Last synced: 07 Jan 2026
https://github.com/hit07/data_science
Data [ Exploration, Cleaning, Manipulation, Visualisation ]
data-analysis data-cleaning data-exploration data-manipulation data-visualization eda jupyter-notebook matplotlib numpy pandas-dataframe scipy
Last synced: 27 Mar 2025
https://github.com/prashver/salary-prediction-on-scraped-data
This tool predicts data science salaries by scraping Glassdoor job descriptions. Features quantify company valuation of key skills. Regression models include Multiple Linear Regression, Lasso Regression, and Random Forest. Random Forest outperformed others. Technologies/libraries used: Python, Pandas, NumPy, Scikit-learn, Seaborn, Matplotlib.
data-scraping machine-learning-algorithms matplotlib numpy pandas regression-models salary-estimator seaborn selenium selenium-webdriver
Last synced: 06 Apr 2026
https://github.com/md-emon-hasan/numpy-pandas-matplotlib-seaborn
A collection of tutorials and examples showcasing the usage of Numpy, Pandas, Matplotlib, and Seaborn for data manipulation and visualization.
data-science data-visualization matplotlib numpy pandas python seaborn
Last synced: 06 Apr 2026
https://github.com/ki3mono/naive_bayes_classifier
This project implements Naive Bayes Classifiers for two data types: Multinomial Naive Bayes Classifier and Gaussian Naive Bayes Classifier. Developed as part of the Probability Theory and Statistics course in the second year of Computer Science at AGH University of Krakow.
iris-dataset mushroom-dataset naive-bayes-classifier numpy python scikit-learn
Last synced: 06 May 2026
https://github.com/witch-world/iris-flower-classification-decision-tree-classifier
ai algorithms artificial-intelligence decision-tree decision-tree-classifier machine-learning machine-learning-algorithms machinelearning-python matplotlib numpy numpy-arrays pandas pandas-dataframe pandas-python python python3 scikit-learn
Last synced: 06 Apr 2026
https://github.com/rayyan9477/data-driven-house-price-prediction-and-property-recommendation-app
The app leverages algorithms to accurately predict house prices and recommend similar properties based on a saved dataset through content-based filtering. It is tailored for homebuyers seeking their dream house and real estate investors looking for profitable opportunities, providing powerful insights and data-driven decision-making support.
data-science eda html machine-learning numpy pandas python scikit-learn
Last synced: 06 Apr 2026
https://github.com/f1scher7/ai-tutorial
Learning neural networks by building custom implementations for various problems
machine-learning neural-networks numpy python
Last synced: 16 May 2026
https://github.com/aiboy996/npnn
NumPy Neural Network framework
autograd machine-learning neural-network numpy
Last synced: 16 May 2026
https://github.com/borchehq/incstatspy
NumPy based Python library for online calculation of moments .
central-moments mean numpy numpy-arrays numpy-library online-algorithms rolling-statistics running-statistics statistics variance
Last synced: 01 May 2026
https://github.com/letiziaia/dsp_2021
Basic Python code snippets for data science students
data-science numpy pandas python
Last synced: 09 May 2026
https://github.com/futuresea-dev/roobetcrash
roobert crash
gym hashlib hmac matplotlib numpy python
Last synced: 06 Mar 2026
https://github.com/jelhamm/article-deep-learning-for-the-gaussian-wiretap-channel
Simulations for the paper "Deep Learning for the Gaussian Wiretap Channel by Rick Fritschek, Rafael F. Schaefer, Gerhard Wunder"
custom-layers data-communications deep-learning deep-learning-papers encoder-decoder-model jupyter-notebook loss matplotlib-pyplot numpy optimizer pandas paper python scipy simulations sklearn-preprocessing tensorflow tensorflow-keras-model training wiretap
Last synced: 08 Apr 2026
https://github.com/reusjimenez/data-analysis-labs
Casos completos y ejercicios prácticos de análisis de datos. 📊
data-analysis data-visualization jupyter-notebook machine-learning matplotib numpy panel python sklearn
Last synced: 04 Apr 2025
https://github.com/carlolepelaars/q4p
Quantum Computing for (Python) Programmers
numpy python quantum quantum-computing
Last synced: 11 Apr 2025
https://github.com/swaathi/cpt-recommendation
Collaborative Filtering using User-Item and Item-Item Models
collaborative-filtering numpy recommendation-system scikit-learn
Last synced: 08 May 2026
https://github.com/olutosinbanjo/direction_field
Plotting a Direction Field with Python (Intel® DevMesh Project)
cloud devcloud dpctl dppy heterogeneous-computing high-performance-computing intel intel-xpu numba numpy python3
Last synced: 04 Apr 2025
https://github.com/yeetooq/pivaldi_telegram_bot
An unofficial bot for the Pivaldi restaurant that provides easy access to the menu, order placement, and current promotions. Plus, enjoy entertainment features like games, cryptocurrency rates, jokes, weather updates, and more!
aiocache aiogram aiohttp aiosqlite beautifulsoup4 geopy numpy requests sqlalchemy
Last synced: 05 Apr 2025
https://github.com/evardnk/dataanalyticsportfolio
Собрание моих проектов по аналитике данных
api automation data-analysis etl-pipeline jupyter-notebook jupyterlab kpis numpy pandas pipeline postgresql powerbi python sql visualization
Last synced: 17 Feb 2026
https://github.com/priyanshubiswas-tech/customer-churn-analysis-eda-
This project analyzes customer churn in a telecom company using Python, Pandas, SQL, and data visualization. It identifies key factors like contract type, payment method, and tenure to provide insights for improving retention. The skills gained are applicable in customer retention, user behavior analysis, fraud detection, and HR analytics.
data-analysis data-visualization dataset explo exploratory-data-analysis matplotlib matplotlib-pyplot numpy pandas-dataframe python seaborn seaborn-python
Last synced: 08 May 2026
https://github.com/anas436/data-visualization-with-python
jupyterlab matplotlib matplotlib-pyplot numpy pandas python3
Last synced: 09 Sep 2025
https://github.com/quantum-software-development/statistical-measures
This repository contains a statistical analysis of customer service ratings for Biscobis Ltd
machine-learning mathematics mathp mathplotlib measurements numpy pandas puthon3 seaborn statisctics
Last synced: 12 Apr 2025
https://github.com/khaymanii/parkinsons-disease-detection-model
This model was built with Python and Support Vector Machine Algorithm
matplotlib numpy pandas python scikit-learn
Last synced: 19 Apr 2026
https://github.com/naharashu/num.js
Fast and big library for mathematics and science work(analog of numpy for js)
arrays cdn javascript library math maths numjs numpy open-source web website
Last synced: 07 May 2025
https://github.com/jhonatanthiago/projeto_inteligencia_artificial_em_python
Python IA: Inteligência Artificial e Previsões
inteligencia-artificial ipython-notebook numpy pandas-python previsao python sklearn
Last synced: 22 Jan 2026
https://github.com/rabbicse/face-app
A Face recognition system using TensorFlow.js for in-browser image processing and backend services powered by PyTorch, Qdrant, RetinaFace, ArcFace, and OpenCV for detection, embedding, and similarity matching. This setup ensures efficient, secure, and accurate facial recognition.
arcface deep-neural-networks docker docker-compose face-detection face-recognition machine-learning nextjs numpy opencv python pytorch react retinaface tensorflowjs typescript typescript-react
Last synced: 10 Apr 2026
https://github.com/drcbeatz/aynm-data
Python scripts for data cleaning and processing for AYNM (Pandas/NumPy/Selenium/AWS Textract)
automation aws-textract csv data-analysis data-cleaning ipynb numpy ocr pandas python reverb selenium shopify webscraping xml
Last synced: 07 Mar 2026
https://github.com/ahasannn/real-time-expression-detector
A Real Time Expression Detector using Python and Machine Learning
csv expression-detection-from-cam gradient-boosting logistic-regression machine-learning-algorithms mediapipe numpy opencv pandas python random-forest ridge-classifier scikit-learn
Last synced: 07 Apr 2026
https://github.com/kientech/diabetes-prediction-with-machine-learning
The Diabetes Prediction with Machine Learning project aims to predict the likelihood of an individual developing diabetes based on various health parameters and demographic information.
fastapi machine machine-leaning matplotlib mongodb numpy pandas python reactjs seaborn
Last synced: 20 Jun 2025
https://github.com/SerratoTech/Python3-for-Finance
Investment fundamentals & data analytics exercises
anaconda conda data-analytics finance ipynb jupyter-notebook numpy pandas python python3 python35
Last synced: 10 Sep 2025
https://github.com/gokulgowthams/smart-premium
An Interactive Premium Amount Detection for user which accurately predicts the required premium amount for a default loan by using series of questions that satisfies the criteria in Streamlit Application
data-preprocessing feature-engineering git github mlflow model-deployment numpy pandas python scikit-learn streamlit xgboost
Last synced: 11 Apr 2026
https://github.com/supriya811106/healthcare-recommedation-system
A Flask-based web app that predicts diseases based on symptoms and recommends specialized doctors. It uses machine learning for accurate health predictions and location-based doctor searches.
css flask-application healthcare-application html javascript machine-learning numpy pandas recommendation-system scikit-learn
Last synced: 04 Mar 2026
https://github.com/mehraaaaa24/stockpriceprediction
A real-time web app that predicts stock prices using an LSTM model, visualizes data with moving averages, and allows user input for stock symbols.
jupyter-notebook keras lstm-neural-networks matplotlib numpy pandas python streamlit tensorflow yfinance
Last synced: 15 Feb 2026
https://github.com/alicbm/learnlytics-code
Repositorio oficial de LearnLytics, una plataforma de tutoriales sobre análisis de datos, ciencia de datos, programación y economía. Aquí encontrarás los códigos y bases de datos utilizados en nuestros tutoriales, junto con documentación detallada para su implementación. 🚀
analisis-de-datos automation economia estadistica machin matplotlib mysql numpy pandas programming python r selenium webscraping
Last synced: 10 Apr 2026
https://github.com/ayisha-mohammed/freecodecamp_data_analysis_projects
freeCodeCamp-Data_Analysis projects using python
matplotlib-pyplot numpy python scikit-learn seaborn-plots
Last synced: 07 May 2026
https://github.com/prajwalchapke055/sih-1505---smart-india-hackathon-2023
Problem Statement : Aerial Location of Hazardous Atmosphere in Industries (Ministry of Home Affairs).
bootstrap css d3-visualization emergency-response environmental-impact-studies environmental-protection html industrial-safety insurance-assessment javascript mathworks numpy php postgresql preventive-maintenance python regulatory-compliance technology-stack urban-planning
Last synced: 11 Apr 2026
https://github.com/intelpython/mkl_umath
Package implementing NumPy's UFuncs based on SVML and MKL VML
Last synced: 22 Jun 2025
https://github.com/muhozgu/bi_image_classifier
Binary image classifier (dogs vs cats) using a convolutional neural network (CNN)
cnn computer-vision data-analysis data-analytics data-science data-visualization deep-learning keras machine-learning matplotlib numpy pandas pyhton pytorch seaborn tensorflow torchvision
Last synced: 07 Apr 2026
https://github.com/doondi30/ghiblify-animeganv3
A creative tool that generates beautiful Ghibli-style artwork from your image input.
colab-notebook jupyter-notebook numpy onnxruntime opencv python
Last synced: 07 Apr 2026
https://github.com/khaledkamr/image-classification
A deep learning project using CNNs to classify fruits and vegetables images, built with TensorFlow and Keras, showcasing image recognition and model training.
cnn-classification jupyter-notebook keras numpy python streamlit tensorflow
Last synced: 07 Apr 2026
https://github.com/csirmaz/hypergeometry
Geometric tools for an arbitrary number of dimensions
4d cgi geometry numpy python raytracing
Last synced: 17 May 2026
https://github.com/nirmalyabag20/book-recommended-system
A system built using content-based and collaborative filtering algorithms to suggest books. It displays the top 50 books and provides recommendations based on a given book name. Includes functionality to view detailed information about a recommended book, along with related books.
flask html jupyter-notebook machine-learning matplotlib numpy pandas pycharm python seaborn
Last synced: 13 Apr 2026
https://github.com/ahmednurabdii/data-analytics-portfolio-superstore
My first portfolio project showcasing data cleaning, analysis, and visualization of Superstore sales data.
data-analysis data-visualization jupyter-notebook matplotlib numpy pandas portfolio-project python sales-analysis scipy seaborn superstore-dataset
Last synced: 07 Apr 2026
https://github.com/Udacity-MachineLearning-Internship/finding_donors
First stage project at Udacity on the 'Intro to Machine Learning with TensorFlow' program using sckit-learn in python
csv machine-learning matplotlib numpy pandas python sckiit-learn seaborn sklearn udacity udacity-nanodegree
Last synced: 17 Jul 2025
https://github.com/gokulgowthams/clickstream-customer-conversion
Analyzes clickstream data from an e-commerce platform to predict customer conversions, estimate potential revenue, and segment users for personalized marketing strategies. By leveraging machine learning techniques, the project enhances decision-making for businesses seeking to optimize user engagement and sales.
data-preprocessing feature-engineering machine-learning matplotlib model-deployment numpy pandas pipeline python scikit-learn seaborn streamlit-web-application tensorflow xgboost
Last synced: 07 Apr 2026
https://github.com/zionc27/computational-art-with-genetic-algorithm
Genetic algorithm to iteratively generate an image resembling an original image
genetic-algorithm numpy photography pillow-library python
Last synced: 17 May 2026
https://github.com/yukti-09/linear-regression
A small code for understanding linear regression.
linear-regression matplotlib mean-squared-error numpy
Last synced: 17 May 2026
https://github.com/estaheri7/beijing-housing-analysis
Analyzes housing data from Beijing city
jupyter-notebook matplotlib-pyplot numpy pandas python3 searborn
Last synced: 13 Apr 2026
https://github.com/moeeinaali/fop2023-python-project-sut
Fundamental of Python Programming - Fall 2023 - Instructor: Mr. Malekzadeh
data-science fundamentals-of-programming matplotlib numpy pandas python
Last synced: 18 Jul 2025
https://github.com/mshirazkamran/swarm-intelligence-example
This repo shows the usage of PSO to sovle the problem the putting N warehouses in an MxN grid with various contraints such as army zones, residential areas
example matplotlib numpy optimization-algorithms particle-swarm-optimization pso pso-algorithm python3 swarm-intelligence
Last synced: 17 May 2026
https://github.com/redreaper420/reversible-image-censorship-tool
Primitive encryption and decryption scripts for PNG images.
censorship cryptography image image-manipulation numpy pillow png python steganography
Last synced: 17 May 2026
https://github.com/bytraembedded/Laptop-Price-Prediction-with-Machine-Learning
The Laptop Price Prediction with Machine Learning project provides a system to predict the price of laptops based on various features such as processor type, RAM size, storage capacity, and more/
airflow data data-science data-visualization fastapi heroku-deployment machine-learning-algorithms matplotlib-pyplot numpy pandas python reactjs seaborn
Last synced: 30 Dec 2025
https://github.com/simran2911/restaurant_rating_pridiction
This github repository have restaurant rating analysis and understand what contributes to high or low ratings on the platform and how these insights can be leveraged for business decision-making.
jupyter-notebook machine-learning numpy pandas powerbi python sklearn statistics tableau
Last synced: 17 Feb 2026
https://github.com/gaurav9364/credit-card-fraud-detection
Credit Card Fraud Detection using Machine Learning – A classification project that detects fraudulent credit card transactions using supervised learning, with data preprocessing, handling class imbalance, and model evaluation (ROC-AUC, Precision, Recall, F1-score).
googlecolab imbalanced-learn matplotlib numpy pandas python scikit-learn seaborn xgboost
Last synced: 08 Apr 2026
https://github.com/vidhi1290/essay-quality-prediction-keystroke-analysis-with-randomforest
Explore the Essay Quality Prediction project—a machine learning model that predicts essay quality based on typing behaviors. Leveraging a Random Forest Regressor, this tool provides insights into writing processes. Connect with me on LinkedIn and find more projects on GitHub. Happy coding! 📝✨
essay-quality-prediction kaggle-competition machine-learning mean-square-error nlp-machine-learning numpy pandas random-forest random-forest-regressor scikitlearn-machine-learning seaborn sklearn
Last synced: 03 May 2026
https://github.com/aaa1928/iris-ml-classifier
PyTorch model that classifies Iris species based on characteristics about the length and width of sepals and petals.
deep-learning iris-classification iris-dataset machine-learning neural-network numpy pandas python pytorch scikit-learn
Last synced: 05 Apr 2026
https://github.com/aryehky/ml-theory-to-implementation
📚🧠 Explores core machine learning concepts through interactive, hands-on Jupyter notebooks. From building a neural network from scratch to applying dimensionality reduction and classification with real-world libraries, this project bridges the gap between theory and practical application.
4d-database jupyter-notebook machine-learning matploblib numpy pca-analysis
Last synced: 23 Jun 2025
https://github.com/rhazra-003/flight_delay_predictor
A ML model to predict Flight Delays
azure-storage jupyter-notebook matplotlib numpy pandas scikit-learn seaborn
Last synced: 13 Apr 2026
https://github.com/mramshaw/ml_with_missing_data
How to handle missing or incomplete data
incomplete-data machine-learning matplotlib ml numpy pandas python python3 scikit-learn seaborn sklearn
Last synced: 07 Apr 2026
https://github.com/syedaanif/ds-ml-pyhton
This repo contains learnings about Data Science and Machine Learning using Python
artificial-intelligence data-science machine-learning matplotlib numpy pandas plotly python seaborn
Last synced: 07 Apr 2026
https://github.com/xmcp/waver
Wave file generator
numpy tkinter wavefile waveform
Last synced: 17 May 2026
https://github.com/hansalemaos/cythoncartesian2
Cartesian Product for NumPy - 40x faster than NumPy + itertools.product
algorithm cartesian cartesian-product cython fast numpy
Last synced: 17 May 2026
https://github.com/aryan-coder-student/smart-agricultural-monitering-aryanpahari037-
Increase agricultural productivity and sustainability by offering a smart farming assistant that helps farmers make data-driven decisions to optimize resource use and crop management.
hackathon-project machine-learning numpy pandas python scikit-learn
Last synced: 11 Apr 2026
https://github.com/johndev19/data-visualization-tool
A Python-based application for generating various types of charts and graphs from user-input data.
charts matplotlib numpy python visualization
Last synced: 17 May 2026
https://github.com/dhakalnirajan/python-for-research
“Python for Academic Research” is a program launched by NRCC to provide short training in the python programming language. This course will teach students to use python in research and implement such learnings in their practical classes. Mr. Kshitiz Regmi will be teaching the course.
data-science numpy pandas plotly python python3
Last synced: 21 Mar 2025
https://github.com/akku-1206/zomato_scrapping
Zomato Restaurant Data Scraper This script uses Selenium to scrape restaurant information from the Zomato NCR delivery page.
chromewebdriver numpy pandas python selenium
Last synced: 04 May 2026
https://github.com/mahmud-kandawala/programming-paradigms-coursework
This repository covers major computer programming paradigms like imperative, functional, logic, and object-oriented, using Python and its libraries to apply these concepts.
abstract-factory-pattern builder-design-pattern chain-of-responsibility facade-pattern numpy object-oriented-programming pandas programming-paradigm proxy-pattern python singleton-pattern
Last synced: 10 Apr 2026
https://github.com/bestmahdi2/uni__pythonsupportvectormachinesbinaryclassification
A university project in which the binary classification of support vector machines is implemented with Python language
binary-classification classification matplotlib numpy python scikit-image scikit-learn seaborn support-vector-machine svm
Last synced: 07 Apr 2026
https://github.com/amir78729/numpy-image-manipulation
Linear Algebra course - Final Project
Last synced: 18 Apr 2026
https://github.com/epsoft/convolutional-neural-network-for-recognizing-farsi-handwritten-digits
Convolutional Neural Network for Recognizing Farsi Handwritten Digits
cnn cnn-keras convolutional-neural-networks cv2 farsi matplotlib numpy persian recognizing-farsi-handwritten scipy seaborn sequential tensorflow
Last synced: 07 Apr 2026
https://github.com/yuanx749/complex_systems
A Python package for studying complex systems.
jupyter matplotlib networkx numpy pep8 project scipy streamlit
Last synced: 05 Apr 2026
https://github.com/2000pawan/data_science.
Complete Data Science, NumPy, Pandas, Matplotlib, Seaborn, Statistics, Power Bi, Machine Learning.
data-science machine-learning matplotlib numpy pandas powerbi seaborn statistics webscraping
Last synced: 18 Dec 2025
https://github.com/FredStober/cpp2numpy
cpp2numpy is a C++ library to write numpy files
Last synced: 13 Jul 2025
https://github.com/codeantik/spam-ham-detector
A machine learning model to detect whether the mails are spam or ham
logistic-regression numpy pandas python sklearn
Last synced: 10 Apr 2026
https://github.com/yash-rewalia/stock-closing-price-prediction-using-regression
The ultimate business objective is to leverage the regression model to provide accurate predictions of the closing price of AMRN stock, enabling stakeholders to make well-informed investment decisions, manage risks effectively, optimize portfolios, Early warning systems to alert any fraud cases and align investment strategies with financial goals.
datapreprocessing eda hypothesis-testing machine-learning numpy pandas python random-forest regression regression-analysis statistics
Last synced: 12 Apr 2026
https://github.com/nisch-mhrzn/laptop-price-predictor
Predict laptop prices with ease! 🚀 Input specs like brand, RAM, and more to get real-time price estimates using machine learning.
datavisualization machine-learning numpy pandas python seaborn streamlit
Last synced: 09 Apr 2026
https://github.com/hokagem/damagedlogginganalyzer
A project about an analyzation of a statistic of damaged logging (wood) in Germany using Python.
analysis csv csv-parser k-fold-cross-validation numpy pandas pandas-dataframe pandas-python polynomial-regression scikit-learn statistics wood
Last synced: 03 May 2026