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-25 00:18:02 UTC
- JSON Representation
https://github.com/ahammadshawki8/numpy-journey
🎉 Welcome to the journey with NumPy! From this repository, You can learn all about Numpy. ✔
array beginner-friendly math numpy python
Last synced: 02 Aug 2025
https://github.com/srgrace/data-cleaning-challenge
Data Cleaning Challenge
data-science jupyter-notebook numpy pandas python scikit-learn
Last synced: 09 Apr 2026
https://github.com/theanujsinha01/customer-segmentation-using-k-means-clustering
This project focuses on customer segmentation using the K-Means clustering algorithm. A user-friendly Streamlit dashboard allows users to upload their own dataset, choose any two numeric features (like age, income, or spending score), and perform clustering. The app dynamically visualizes customer groups, recommends the best number of clusters
jupyter-notebook k-means-clustering machine-learning matplotlib numpy pandas python seaborn streamlit unsupervised-learning
Last synced: 09 Apr 2026
https://github.com/willprice/arsenal
Personal arsenal of python utilities
data-science machine-learning numpy pandas personal-tools python
Last synced: 09 Apr 2026
https://github.com/hariprasath-v/mh_google_cloud_bigquery_ltv_prediction_challenge
Build a model that can predict customers' Long Term Value (LTV).
bigquery colab-notebook klib machine-learning matplotlib numpy pandas python python3 seaborn
Last synced: 09 Apr 2026
https://github.com/hanai/nb_quantopian
量化交易笔记
jupyter numpy pandas python quantitative tiingo
Last synced: 09 Apr 2026
https://github.com/tynab/lottery
Xổ số kiến thiết
crawl da data-analyst deep-learning dl jupyter-notebook lottery matplotlib numpy pandas pip pip3 py python scikit-learn sklearn tynab xo-so xo-so-kien-thiet yan
Last synced: 03 Aug 2025
https://github.com/jimmymugendi/neural-network-for-binary-classification
aws neural-networks numpy pandas sagemaker tensorflow
Last synced: 09 Apr 2026
https://github.com/paulo-santos-ds/rotatividade_de_clientes
A operadora de comunicações InternetGO está interessada em prever a rotatividade de seus clientes (churn). Se for identificado que um usuário está planejando trocar de operadora, a empresa poderá oferecer códigos promocionais e opções de planos especiais para evitar a perda desse cliente.
catboost numpy pandas pyplot python seaborn sklearn
Last synced: 09 Apr 2026
https://github.com/arunagirinathan-k/text-classifier-using-nlp_techniques
A Text Classification using NLP Techniques.
matplotlib nlp nltk numpy pandas scikit-learn seaborn spacy text-classification
Last synced: 09 Apr 2026
https://github.com/datarohit/nfl-big-data-bowl-2022--analysis
This is a Jupyter Notebook containing the analysis performed on a Kaggle Competition Dataset which contains data about NFL players and games.
kaggle kaggle-competition matplotlib-pyplot numpy pandas plotly python seaborn
Last synced: 09 Apr 2026
https://github.com/shreeparab1890/movie-recommender-system
This notebook is trying to build a model which will recommend the movie based on given movie and genre. In this we use Popularity Based Recommendation, Content Based Recommendation and Collaborative Filtering based Recommendation.
bag-of-words cosine-similarity matplotlib numpy pandas python scikit-learn sklearn vectorization
Last synced: 09 Apr 2026
https://github.com/ankushmallick1100/Diabetes-Prediction-of-Females-using-Maching-Learning-Techniques
This is a machine learning project that uses various machine learning algorithms to predict whether a patient is diabetic or not. Here various machine learning algorithms like SVM, RF Classifier, DT Classifier, KNN, LR , LRwith CV, NB Classifier, and XGB are used. For this work, a website is made with Python Streamlit library. Paper is ongoing.
classification cross-validation decision-tree-classifier diabetes diabetes-prediction jupyter jupyter-notebook logistic-regression machine-learning machine-learning-algorithms numpy pandas python random-forest random-forest-classifier regression streamlit support-vector-machine xgboost xgboost-classifier
Last synced: 29 Sep 2025
https://github.com/RedInfinityPro/Laser-Strategy
Rating: (8/10): Is an interactive graphical simulation using Pygame library, featuring laser and detector dynamics. It includes pathfinding, collision detection, and dynamic object interactions. The game allows dragging, checking for collisions, and updating object states.
math numpy pygame random sys time
Last synced: 30 Sep 2025
https://github.com/mariamabidi/pinn-based-flow-prediction
This repository contains code and experiments for predicting 3D aerodynamic flow around car geometries using Physics-Informed Neural Networks (PINNs) and for analyzing flow features via autoencoder-based clustering.
computer-vision machine-learning neural-network numpy pytorch pyvista scikit-learn
Last synced: 05 Aug 2025
https://github.com/malwarebo/carcinet
Basic breast cancer detection using Machine Learning
deep-learning keras machine-learning matplotlib numpy python3 scipy tensorflow
Last synced: 09 Apr 2026
https://github.com/edwardcdev/satellites-chart
A simple dashboard for satellites data statistics by displaying charts such as line-marker, histogram and box charts.
Last synced: 09 Apr 2026
https://github.com/matheussc017/irisclassification_sklearn
Application of Machine Learning technique to classify 3 types of iris flower
data-science machine-learning numpy pandas python
Last synced: 09 Apr 2026
https://github.com/theankurgoswami/study-notes
Notes of topics I study.😛
deep-learning-book linear-algebra numpy opencv pandas regular-expressions sql tensorflow
Last synced: 09 Apr 2026
https://github.com/xenia101/local-outlier-factor
Deriving the Local Outlier Factor Score
algorithm algorithms classification local-outlier local-outlier-factor lof machine-learning numpy pandas python python3 sklearn sklearn-library
Last synced: 09 Apr 2026
https://github.com/rickymagner/nonlinear-gradient-descent
An example of using gradient descent to approximate noisy data sampled from a cubic curve.
matlab matplotlib numpy octave pandas python
Last synced: 09 Apr 2026
https://github.com/ankushmallick1100/django-insurance-premium-predictor-web-app
This is a web app where a user can signup to the website first and then login to access the website. Then, he/she can give their age, select his/her gender, bmi, number of children, select whether he/she is a smoker or not, and select his/her region. Gradient Boosting Regressor is used in this project which gives the best accuracy of 89.798.
bootstrap bootstrap5 css django gradientboosting gradientboostingregressor html insurance-prediction insurance-premium-predictor machine-learning matplotlib numpy pandas python regression regression-models sklearn tailwind tailwind-css tailwindcss
Last synced: 09 Apr 2026
https://github.com/bhargav-joshi/img-caption-generator
Automatically creating the description or caption of an image using any natural language sentences is a very challenging task. It requires both methods from computer vision to understand the content of the image and a language model from the field of natural language processing to turn the understanding of the image into words in the right order. In addition to that we have discussed how this model can be implemented on web and will be accessible for end user as well.
flask jupyter-notebook keras machine-learning nlp nltk numpy pandas python tensorflow
Last synced: 09 Apr 2026
https://github.com/aymen016/film-recommendation-engine
A machine learning-powered movie recommender system designed to provide personalized recommendations based on user preferences and data analysis. This project includes a backend recommendation engine, a Streamlit-based interface, and a web-based frontend for an enhanced user experience.
flask numpy pandas pickle python scikit-learn streamlit
Last synced: 09 Apr 2026
https://github.com/aakashks/ct-reconstruction-2d
Python Implementation of Computed Tomography (CT) reconstruction for 2D images
computed-tomography ct-reconstruction numpy
Last synced: 09 Aug 2025
https://github.com/vedanty3/heart-disease-prediction
This project aims to build a machine learning model using K-Nearest Neighbor, LogisticRegression, RandomForestClassifier to classify whether or not a person has heart disease based upon his medical attributes. (accuracy achieved : 88.52%)
confusion-matrix correlation-matrices jupyter-notebook knn-classification logistic-regression machine-learning matplotlib numpy pandas python random-forest randomforestclassifier roccurve scikit-learn sklearn zerotomastery
Last synced: 09 Apr 2026
https://github.com/khaymanii/wine-quality-prediction-model
This is a model built using Python and Random Forest Classifier which is an ensemble algorithm and also a supervised learning algorithm
matplotlib numpy pandas python sckit-learn
Last synced: 09 Apr 2026
https://github.com/ZauJulio/FeaturesAnalyzer
Python data analyze and machine learning tool
gtk machine-learning numpy pandas python sklearn
Last synced: 10 Aug 2025
https://github.com/dwarkadhish2005/house-price-predictor
Applied neural network for machine learning and done many analysis of data
keras matplotlib numpy pandas python seaborn sklearn
Last synced: 09 Apr 2026
https://github.com/affan-ch/gesture-talk-ai
GestureTalkAI: Decode hand language with precision. This AI project utilizes cutting-edge computer vision for real-time hand gesture detection, unveiling the unspoken messages conveyed through intuitive movements.
Last synced: 09 Apr 2026
https://github.com/paulo-santos-ds/desenvolvimento_pocos_petroleo
Este projeto tem como objetivo desenvolver um modelo que possa prever o melhor local para a perfuração de poços de petróleo. Utilizando modelo de Machine Learning para poder prever o lucro de cada poço.
math matplotlib-pyplot numpy pandas python3 sklearn
Last synced: 09 Apr 2026
https://github.com/cchandre/vm15d
Hamiltonian fluid reduction of the 1.5D Vlasov-Maxwell equations
fluid-simulation fluid-solver hamiltonian kinetic-modeling mathematica matlab numpy plasma-physics python3 scipy vlasov-equation vlasov-solver
Last synced: 09 Apr 2026
https://github.com/amanpatel-1234/automatic_data_analyzer_app
📊 Automatic Data Analyzer is a Streamlit web app that performs complete data analysis with just a single file upload. Simply upload your CSV file, and the app automatically generates: Data Overview: Preview, summary statistics, and data types. Visual Analysis: Histograms, distribution plots, and interactive charts for numeric columns.
app data-science data-visualization matplotlib-pyplot numpy pandas python3 seaborn seaborn-plots streamlit
Last synced: 09 Apr 2026
https://github.com/c0sogi/python-dcm
A high-performance Python package for handling ETAS DCM(Data Conversion Format) files used in engine calibration tools like INCA, MDA, EHANDBOOK, and CANape.
automotive dcm ecu-calibration etas inca numpy pandas python
Last synced: 12 Aug 2025
https://github.com/bhavik-jikadara/house-price-prediction
House Price Prediction
data-science dataprocessing eda jupyter-notebook machine-learning matplotlib model numpy pandas python seaborn test-train-dataset
Last synced: 09 Apr 2026
https://github.com/skazemi/genadequacy.jl
Tools for single node generation adequacy analysis
adequacy analysis generation julia numpy power-grids power-systems power-systems-analysis python simulation
Last synced: 09 Apr 2026
https://github.com/abideen-olawuwo/image-classification
Multi Class Image Classification Problem
classification deep-learning image-classification machine-learning matplotlib numpy pandas tensorflow transfer-learning
Last synced: 19 Apr 2026
https://github.com/linggarm/smart-caloriemax
A web app that utilizes Genetic Algorithms to generate a list of foods offering maximum calorie content within a specified budget.
artificial-intelligence css evolutionary-algorithms flask genetic-algorithms html javascript knapsack-problem machine-learning numpy python
Last synced: 12 Apr 2026
https://github.com/garcane/income-prediction-ml
This is a machine learning project aimed at predicting whether an individual's annual income exceeds $50,000 based on their demographic and personal information.
data data-science machine-learning ml numpy pandas python random-forest scikit-learn
Last synced: 08 Apr 2026
https://github.com/socrats/tscluster
Clustering time-series
clustering cython numpy python series time-series
Last synced: 19 Apr 2026
https://github.com/petitgrizzlies/metaheuristiques
Travaux pratiques de meta heuristique. Unige 2016-2017
cffi cpp golang heuristic-algorithm matplotlib numpy python35
Last synced: 13 Apr 2026
https://github.com/michael-insights/portfolio
This repository showcases my projects and skills in Data Analytics, Data Science, and Machine Learning. It includes hands-on work in data analysis, predictive modeling, and machine learning algorithms, aimed at solving real-world problems.
data-analytics data-science data-visualization datapreprocessing jupyter-notebooks machine-learning matplotlib numpy pandas predictive-modeling python scikit-learn sql
Last synced: 11 Apr 2026
https://github.com/zensam7/easy_my_ai
Библиотека для создания ИИ, написана ПОЛНОСТЬЮ с нуля
genetic-algorithm library machine-learning neural-networks numpy q-learning
Last synced: 14 Feb 2026
https://github.com/cusyio/datenverarbeitung-mit-numpy
Kurs zum Schreiben und Optimieren eigener Programme zur Datenverarbeitung mit Numpy.
Last synced: 08 Jun 2026
https://github.com/lynk4/your-first-machine-learning-model-in-python
Create your first machine learning model in python...........
datavisualization linear-regression machine-learning machinelearning machinelearning-python machinelearningmodel matplotlib ml model numpy pandas python random-forest
Last synced: 05 Apr 2026
https://github.com/gandhasiri-rahul-mohan/random-forests-q2-company_data
About the data: Let’s consider a Company dataset with around 10 variables and 400 records.
data-science machine-learning numpy pandas python random-forest seaborn-plots
Last synced: 07 Apr 2026
https://github.com/esvs2202/credit-card-fraud-detection-system
This fraud detection system is powered by a Machine Learning model, which accurately identifies whether an initiated transaction is fraudulent.
azurewebapp flask gunicorn-web-server html-css machine-learning matplotlib-pyplot numpy pandas powerbi python3 randomforestclassifier seaborn
Last synced: 12 Apr 2026
https://github.com/jbayardo/aa-tp1
Machine learning on spam
email-classifier jupyter-notebook numpy pandas python scikit-learn spam-filtering text-processing
Last synced: 10 Apr 2026
https://github.com/ayuhamaro/py_weight_estimation
體重變化預估
matplotlib numpy pandas python3 scikit-learn scipy
Last synced: 12 Apr 2026
https://github.com/babak2/synthea-data-analysis
Synthea Data Analysis
data-analysis data-visualization jupyter-notebook jupytext matplotlib numpy pandas python3 seaborn synthea
Last synced: 11 Apr 2026
https://github.com/camilajaviera91/prediction-of-housing-prices-using-linear-regression
This project provides tools to search for datasets on Kaggle, download and preprocess them, and perform predictions using a Linear Regression model. It includes interactive text-based user interfaces built with `curses`.
curses kaggle linear-regression matplotlib-pyplot mean-absolute-error mean-square-error numpy pandas pathlib python scikit-learn train-test-split
Last synced: 10 Apr 2026
https://github.com/mgobeaalcoba/matplotlib_y_seaborn
Aquí dejaré trabajos de visualización realizados con ambas librerías de Python.
data-analysis data-science data-visualization dataset matplotlib numpy pandas python seaborn
Last synced: 13 Apr 2026
https://github.com/aminkhavari78/geoai-challenge-estimating-soil-parameters-from-hyperspectral-images-
Can you predict soil parameters from hyperspectral earth observation data?
dee keras matplotlib neural-network numpy pandas seaborn
Last synced: 13 Apr 2026
https://github.com/ngirimana/ml_knn
Welcome to the KNN Project! This will be a simple project very similar to the lecture, except you'll be given another data set. Go ahead and just follow the directions below.
artificial-intelligence knn-algorithm knn-classification knn-classifier machine-learning matplotlib numpy pandas python3 searbon
Last synced: 12 Apr 2026
https://github.com/mattdelaune/saas_cohort_analysis
This project analyzes customer segmentation and behavior using data science and cohort analysis. Key metrics like CRR, NRR, CLR, and CLV are examined through detailed charts, including the cohort layer cake and CLR vs. CLV cost efficiency analysis. Exploratory Data Analysis and systematic data manipulation reveal actionable insights.
anaconda git jupyter-notebook matplotlib numpy pandas python saas-data sales-data sales-data-analysis-project seaborn
Last synced: 03 Jan 2026
https://github.com/bunu23/image-classification-resnet50-streamlit
This project demonstrates an image classification system using ResNet50, fine-tuned on a custom dataset. It includes a Streamlit application for user interaction, allowing image uploads and classification results. It integrates Google's generative AI models for enhanced analysis.
cnn deep-learning generative-ai keras matplotlib numpy pillow python resnet-50 streamlit tensorflow
Last synced: 07 Apr 2026
https://github.com/moindalvs/simple_linear_regression_1
Predicting Delivery Time Using Sorting Time
aic bic data-transformation f-statistics likelihood log-transformation matplotlib numpy ols-regression ordinary-least-squares pandas-dataframe pandas-library prediction predictive-modeling residuals rmse-score simple-linear-regression sklearn sklearn-library
Last synced: 17 Apr 2026
https://github.com/amirhnajafiz-university/s7dc01
Final project of Data Communications course
data-communication matplotlib modulation numpy python scipy signal signal-processing
Last synced: 11 Apr 2026
https://github.com/nemeslaszlo/sale-price-of-bulldozers
The goal of predicting the sale price of bulldozers. How well can we predict the future sale price of a bulldozer, given its characteristics previous examples of how much similar bulldozers have been sold for? (Archive kaggle competition)
matplotlib numpy pandas random-forest-regressor regression scikit-learn seaborn
Last synced: 10 Apr 2026
https://github.com/shivendrra/Seeker
This project will help to write new scripts for YouTube videos from scratch using fine-tuned Llama-7B
ai artificial-intelligence finetuning google-custom-search-api google-custom-search-engine llama2 llm numpy pandas python pytorch react-native reactjs transformers youtube-api
Last synced: 30 Dec 2025
https://github.com/pradipece/insurance_data_analysis_ml
This project approach defines the terms machine learning and linear regression ML algorithm in the context of real-time problem-solving.
data-science data-visualization database machine-learning matplotlib numpy pandas python python3
Last synced: 11 Apr 2026
https://github.com/shahinuralambhuiyan/learning-ml
Start learning Machine Learning basic from CodeBasics Channel
anaconda jupyter-notebook kaggle-dataset matplotlib numpy pandas pip python
Last synced: 12 Apr 2026
https://github.com/anish202020/weather_prediction_model_21int68_internship
Predicts weather using data analysis and machine learning neural networks. The project reads data from a CSV file, processes it, trains a neural network, and visualizes the results.
keras-neural-networks keras-tensorflow matplotlib numpy pandas sklearn
Last synced: 12 Apr 2026
https://github.com/parmeetbhamrah/air-quality-india-analysis
Exploratory data analysis of real-time air quality data from Indian cities using Python, Pandas, Matplotlib, and Seaborn.
air-quality data-analysis eda exploratory-data-analysis government-data india matplotlib numpy pandas python seaborn
Last synced: 05 May 2026
https://github.com/dwarkadhish2005/weather-predictor
Built a model based on collected data which takes various parameters and predicts the weather
classifier matplotlib numpy pandas sklearn xgboost
Last synced: 20 Apr 2026
https://github.com/cr-mao/machine-learning
机器学习笔记
data-analysis data-handling machine-learning math numpy pandas
Last synced: 12 Nov 2025
https://github.com/alibowndyn/flickerforge
A customizable image and GIF generator mimicking old television static, offering control over colors, blur, dimensions, pixel size, and many more.
Last synced: 05 May 2026
https://github.com/gracysapra/pandas-numpy-data-visualisation
This repository contains essential Python scripts and notebooks for data analysis and visualization. It includes: pandas: Data manipulation and analysis, including operations on series and dataframes. NumPy: Efficient numerical computations and array processing. Data Visualization: Creating insightful visualizations using Matplotlib and Seaborn.
data-science data-visualization matplotlib numpy numpy-arrays pandas pandas-dataframe pandas-series seaborn
Last synced: 07 May 2026
https://github.com/harmanveer2546/movie-industry
Investigate the film industry to gain sufficient understanding of what attributes to success and in turn utilize this analysis to create actionable recommendations for companies to enter the industry.
business business-analytics dataanalysis datetime matplotlib numpy pandas python seaborn
Last synced: 11 Apr 2026
https://github.com/bogdang888g/shad_homework_2024-2025
Репозиторий с домашними работами из курса "Школы Аналитиков Данных" от МТС
matplotlib numpy pandas python scipy seaborn
Last synced: 11 Apr 2026
https://github.com/haidermalikk/neural-network-circuit-optimizer
The Neural Network Circuit Optimizer, built on my custom digital circuit simulator, uses AI and machine learning to optimize simple digital circuits. It leverages neural networks, circuit simulation, and optimization algorithms to reduce component count which improves: power usage, and execution time and efficiency. *Under Dev see Readme*
ai jupyter-notebook matplotlib ml numpy pandas python pytorch sqlalchemy tensorflow
Last synced: 10 Apr 2026
https://github.com/prashver/stock-price-prediction-lstm
Using Recurrent Neural Network (RNN) and Long Short-Term Memory (LSTM), this project predicts Nestle India stock prices. The dataset spans from May 18, 2018 to May 20, 2022, and results are visualized using matplotlib.
keras lstm-model matplotlib numpy pandas recurrent-neural-network
Last synced: 12 Apr 2026
https://github.com/westurner/pypfi
A Python package for personal finance
arrow bootstrap3 csv factoryboy jquery jquery-tocify numpy pandas personal-finance pivot-tables python
Last synced: 11 Apr 2026
https://github.com/nguyenanhtuan1912/computer_vision_exercises
Trong này sẽ chứa các file source về bài tập Computer Vision.
computer-vision numpy opencv python
Last synced: 12 Apr 2026
https://github.com/vineet416/airbnb_data_analysis
Ineuron.ai Internship Project
data-analysis exploratory-data-analysis matplotlib numpy pandas-python python seaborn statistical-analysis statistics
Last synced: 10 Apr 2026
https://github.com/richecr/projetocrowd4city
Repositório para desenvolver as atividades realizadas para o projeto do LSI - Crowd4City
bert-as-service bi-lstm gensim lda nltk-python numpy numpy-library pandas python sklearn spacy-nlp speech-recognition tf-idf topic-modeling twitter-api web-scraping xgboost youtube-dl
Last synced: 09 Apr 2026
https://github.com/apoorva-info/eye-blink-detetction
Blink Detector Sensitive to Facial Orientation
mediapipe numpy opencv python3
Last synced: 28 Apr 2026
https://github.com/arufonsekun/computer-vision
This repository hosts the code produced in dojos, week tasks, theoretical presentations during my attending time in the UFFS computer vision study group. (refactor in progress)
computer-vision numpy opencv python3
Last synced: 17 Apr 2026
https://github.com/balaji24092001/python
All python related content: notes, problems, progress archive.
matplotlib numpy opencv pandas python3 scipy-stats seaborn sklearn sqllite
Last synced: 12 Apr 2026
https://github.com/singhmnprt01/Custom-Deep-Neural-Network-Package
A custom deep neural network package that gives the liberty to design your deep neural network using only NumPy
customized-deep-neural-network deep-learning-framework maths-behind-neural-network numpy
Last synced: 09 Jul 2025
https://github.com/hamdaniqhmqd/test-deploy-streamlit
dateset machine-learning matplotlib numpy pandas python sklearn-library stremlit
Last synced: 10 Apr 2026
https://github.com/serhatderya/tabular-playground-series
This repository contains solutions of monthly Tabular Playground Series in Kaggle.
ai artificial-intelligence data data-preprocessing data-processing data-science data-visualization jupyter-notebook kaggle machine-learning numpy pandas python regression scikit-learn scikitlearn-machine-learning seaborn software statsmodels
Last synced: 11 Apr 2026
https://github.com/jayanthsd2003/dms_sarathi_-driver-monitoring_system-
This is a project which can be seen on TATA Trucks and other premium edition cars based and focussed on the safety and monitoring driver Consciousness state
dlib dlib-face-detection numpy opencv-python pygame python pyttsx3 scipy
Last synced: 13 Apr 2026
https://github.com/kavayk29/quora-duplicate-question-pair
This project improves information retrieval by detecting duplicate question pairs in the Quora dataset using data exploration, text preprocessing, feature engineering, and models like Random Forest and LSTM, aiming to streamline question-answering.
beautifulsoup4 bilstm gensim keras lstm matplotlib numpy pandas pytorch random-forest seaborn sklearn tensorflow xgboost
Last synced: 21 Jan 2026
https://github.com/tom474/rice_plant_disease_classification
[RMIT 2025A] COSC2753 - Machine Learning - Group Assignment
classification machine-learning matplotlib numpy pandas python scikit-learn seaborn tensorflow
Last synced: 11 Jun 2025
https://github.com/adityashinde716/liam-the-healthcare-chatbot
Made a healthcare chatbot Liam which will help you to detect your health problem and gives precautions.
csv numpy pandas python python3 random random-forest random-forest-classifier requests sklearn sklearn-library sklearn-model
Last synced: 05 May 2026
https://github.com/mdaffailhami/data_science_speedrun_journey
This repository contains notebooks and projects related to my data science speedrun journey.
algebra artificial-intelligence data-analysis data-analyst data-science data-scientist jupyter-notebook machine-learning math mathematics numpy pandas postgresql probability python statistics
Last synced: 05 Apr 2026
https://github.com/mrtaz77/numerical-analysis
Hub of numerical methods, implemented using python and its data analysis libraries like numpy and matplotlib.
interpolation matplotlib-pyplot newton-raphson numpy regression
Last synced: 19 Jun 2026
https://github.com/amari-calipso/papers-please-tasbot
A "Papers, Please" TASbot that offers a programmable interface with the game
cython game-bot games image-processing numpy papers-please papersplease python python3 tas tool-assisted-speedrun
Last synced: 13 Feb 2026
https://github.com/achalesh27022003/python-assignments-iwt
This repository is objected to have all the assignments and project related to IWT (Semester - 3).
cosinewave frame grid image imagetk labels matplotlib-pyplot numpy numpy-arrays numpy-library photoimage pil python3 sinewave spyder tkinter tkinter-gui window
Last synced: 10 Apr 2026
https://github.com/djleamen/music-mood-matcher-demo
An intelligent music recommendation system that analyzes your mood through natural language and suggests personalized playlists using advanced AI and machine learning techniques.
demo machine-learning matplotlib ml natural-language-processing nlp nltk nltk-python numpy openai pandas python scikit-learn seaborn
Last synced: 11 Apr 2026
https://github.com/alisonmitchell/boston-housing
Investigation of the Boston housing dataset to evaluate, train and test a regression model to predict house prices.
data-science machine-learning matplotlib numpy pandas python scikit-learn scipy seaborn
Last synced: 10 Apr 2026
https://github.com/tansudasli/analytics-sandbox
from Statistical approach to Machine learning
feature-engineering machine-learning matplotlib numpy opencv pandas probability regex scikit-learn seaborn statistics
Last synced: 13 Apr 2026
https://github.com/kaleharshavardhan07/spam_mail-_detector_ai_model
This project implements a spam detection system for SMS messages using machine learning techniques.
mathplotlib nltk numpy panda python scikit-learn seaborn
Last synced: 11 Apr 2026