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-26 00:18:09 UTC
- JSON Representation
https://github.com/chator3/three-body-problem-simulator
Three-Body Problem Simulation - A Python-based simulation of the Three-Body Problem with both 2D and 3D visualizations. Uses `matplotlib` and `scipy` to model gravitational interactions and animate orbital trajectories. 🚀🔭
academic astrophysics gravity-simulation mplot3d newtonian-mechanics numerical-methods numpy orbital-mechanics physics physics-education science three-body-problem three-body-simulation threebodyproblem
Last synced: 18 Jul 2025
https://github.com/saikiran-erukonda/drug-labels-side-effects-analysis--a-ml-approach
An end-to-end real-time project on pharmaceutical data, focused on exploring statistical modeling, hypothesis testing, machine learning, and business intelligence techniques.
datascience-machinelearning matplotlib-figures numpy pandas python seaborn
Last synced: 17 Feb 2026
https://github.com/kishankrishna1/spam-classifier
Developed a Machine Learning-based Spam Classifier using Multinomial Naive Bayes to identify and filter spam messages with high precision
matplotlib numpy pandas python scikit-learn seaborn
Last synced: 02 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/kahleryasla/signal-convolution
implementation of signal convolution in Python using both a custom function and NumPy's built-in convolve function. Also includes a function for recording and playing audio using the sounddevice library.
audio-recorder convolution matplotlib numpy python signal-processing sounddevice
Last synced: 02 Mar 2025
https://github.com/keyurparalkar/exoplanet-hunting-in-deep-space
The Search for New Earths
deep-learning gradient-descent jupyter-notebook machine-learning neural-network numpy
Last synced: 19 May 2026
https://github.com/georgehanymilad/breast-cancer-detection
Machine Learning Project
anaconda classification classification-algorithm data-science dataanalysis kaggle machine-learning machine-learning-algorithms matplotlib numpy pandas python python3 seaborn
Last synced: 06 Apr 2026
https://github.com/genndy007/ad_python_labs
Analysis of Data Laboratory Works of Sikorsky KPI, 3 year 2 semester
jupyter-notebook matplotlib numpy pandas python scipy seaborn sklearn
Last synced: 14 Apr 2026
https://gitlab.com/Makman2/scipy-steadystate
SciPy extension modules for general purpose steady-state solvers and optimizations for differential state-equations!
numpy optimization scipy steady-state
Last synced: 07 Oct 2025
https://github.com/chea-young/financial-statistics-practice-using-python
파이썬을 활용한 금융통계실습 정리 repository (matplotlib, numpy, pandas, seaborn) 😀
matplotlib numpy pandas seaborn yfinance
Last synced: 11 May 2026
https://github.com/rahulchouhan1/car-theft-data-in-india
This project analyzes car theft incidents in India using Python and data visualization techniques. It provides insights into theft trends, frequently stolen car models, recovery statistics, and the impact of security measures like GPS and CCTV.
matplotlib numpy pandas python
Last synced: 13 Apr 2026
https://github.com/shubhs27/snap-n-solve
A real-time Sudoku puzzle solver that uses computer vision and machine learning to detect, solve, and overlay solutions on Sudoku puzzles captured through your webcam.
keras numpy opencv python sudoku-scanner sudoku-solver tensorflow
Last synced: 07 Apr 2026
https://github.com/semihbugrasezer/rockvsmine
Rock vs Mine Prediction with Python | Machine Learning Project
Last synced: 05 May 2026
https://github.com/hannah-aji/predictive-modeling-to-identify-high-risk-areas
Predictive Modeling to Identify High-Risk Areas for Targeted Interventions in Chicago, Illinois
machine-learning matplotlib numpy supervised-learning visualization
Last synced: 17 Jul 2025
https://github.com/eljandoubi/smart-beta-and-portfolio-optimization
Implementation of Smart Beta and Portfolio Optimization
cvxpy numpy optimization pandas portfolio-optimization trading trading-algorithms trading-strategies
Last synced: 19 May 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/sohamkul16/excel-sheet-comparator-by-python
The Excel Sheet Comparator project is a Python-based application designed to compare two Excel spreadsheets to identify differences between them. These differences are then highlighted in other downloadable .csv format.
Last synced: 17 Jul 2025
https://github.com/navindafernando/brain-tumor-detection
Brain Tumor Detection using Color Segmentation with KMeans Clustering :warning:
color-segmentation erosion find-contours joblib k-means-clustering machine-learning matplotlib morphological-operation numpy opencv scikit-learn unsupervised
Last synced: 13 Apr 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/anas436/inferential-statistics-with-python
jupyterlab math numpy pandas python3 scipy
Last synced: 07 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/muhammadadilnaeem/kidney-disease-classification-using-mlflow-and-dvc
Kidney disease is a significant health issue worldwide. Early and accurate classification of kidney diseases can help in better treatment planning and patient management. This project focuses on building a robust classification model, ensuring reproducibility and scalability.
github numpy python streamlit tensorflow
Last synced: 07 Apr 2026
https://github.com/Udacity-MachineLearning-Internship/Support-Vector-Machine
Implementing SVM's using pandas and sklearn in python
numpy pandas sklearn support-vector-machines svm
Last synced: 17 Jul 2025
https://github.com/luona-zhang/kaggle-data-science-competitions
This repository contains code developed for participating in Kaggle Data Science competitions.
fitting-algorithm machine-learning model-evaluation numpy pandas scikit-learn seaborn tensorflow
Last synced: 07 Apr 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/priyanshii1511/edge-detection-methods
Repo for implementation of various edge detection techniques.
cv2 edge-detection image-processing matplotlib numpy opencv python
Last synced: 07 Apr 2026
https://github.com/kwasi-dankwa/game-sales
This project investigates why Nintendo’s global market share fluctuated between 2010–2016, identifies top-performing genres and regions, and builds predictive models to forecast sales and regional performance. It culminates in specific, actionable recommendations to grow market share.
business-intelligence gaming juptyernotebook-language matplotlib numpy pandas postgresql python3
Last synced: 09 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/yash-dave/creditcard-fraud-detector
An end-to-end Streamlit app for detecting credit card fraud using unsupervised anomaly detection techniques like Isolation Forest, One-Class SVM, LOF, and Autoencoders.
numpy pandas plotly python seaborn streamlit tensorflow
Last synced: 07 Apr 2026
https://github.com/tomaslopera/modelos-simulacion
jupyter-notebook matplotlib numpy pandas scipy seaborn simulation-modeling
Last synced: 24 Feb 2025
https://github.com/yousefmostafa125/image-processing
An interactive image processing web app built with Streamlit and OpenCV. The app allows users to upload an image, apply various processing steps, and download the results individually or as a ZIP file.
numpy opencv-python python streamlit
Last synced: 03 May 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/andreazoccatelli/kmeans_fromscratch
kmeans implementation in numpy
clustering kmeans-clustering machine-learning numpy
Last synced: 04 May 2026
https://github.com/ricardorobledo/data_science_for_beginners
matplotlib numpy pandas python3 scikit-learn
Last synced: 07 Apr 2026
https://github.com/thchilly/mlds102_py_exercises
Complete exercise sets from MLDS Practical Data Science and Applications course
data-science matplotlib numpy pandas python scikit-learn scipy tensorflow
Last synced: 06 Apr 2026
https://github.com/abideen-olawuwo/netflix
A recommendation engine
linear-kernel matplotlib netflix numpy pandas plotly python seaborn sklearn tfidf-vectorizer
Last synced: 12 Apr 2026
https://github.com/abideen-olawuwo/spam-detection
A spam detection model
matplotlib nltk numpy pandas seaborn
Last synced: 29 Apr 2026
https://github.com/krichelj/dl_bgu_2021
Deep Learning course, Computer Science M.Sc., Ben Gurion University of the Negev, Israel, 2021
computer-science computer-vision computer-vision-algorithms convolutional-neural-networks deep-learning facial-recognition generative-adversarial-network neural-network nlp numpy recurrent-neural-networks rnn siamese-neural-network supervised-learning tensorboard tensorflow tensorflow-models text-generation
Last synced: 03 Feb 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/NoumanAhmad448/linux_windows_mysql_php_python_cheatsheet
A cheatsheet resource that covers the deep learning libraries.
matplotib numpy panda pytorch torchvision
Last synced: 16 Jul 2025
https://github.com/ksharma67/partial-dependent-plots-and-individual-conditional-expectation-plots
Individual Conditional Expectation (ICE) plots display one line per instance that shows how the instance's prediction changes when a feature changes. The Partial Dependence Plot (PDP) for the average effect of a feature is a global method because it does not focus on specific instances, but on an overall average.
eda gradient-boosting individual-conditional-expectation linear-regression matplotlib numpy pandas partial-dependence-plot python seaborn sklearn xgboost
Last synced: 12 Apr 2026
https://github.com/artuk009/numericalprogramming
Notes and Code examples for Numerical Programming.
matplotlib numpy pandas python scipy sympy
Last synced: 07 Apr 2026
https://github.com/soumyapro/wine-quality-prediction
This project is about the prediction of wine quality using machine learning algorithms
boxplot matplotlib numpy pandas random-forest smote
Last synced: 10 Apr 2026
https://github.com/fioraz/ml-project
Salary Prediction Using Multiple Machine Learning Approaches
machine-learning ml natural-language-processing numpy pandas prediction pytorch tensorflow
Last synced: 12 Apr 2026
https://github.com/blazer-007/10-days-ml-challenege
Codes for various tasks for 10 days ML Challenge
cnn keras machine-learning matplotlib-pyplot nlp nltk numpy pandas python3 rnn scikit-learn tensorflow
Last synced: 06 Apr 2026
https://github.com/sakhileln/multimodal-agent
A beginner-friendly project to build a simple multimodal AI agent. 🦾
agent agents ai keras nlp nlp-machine-learning numpy opencv pillow spacy-nlp tensorflow
Last synced: 07 Apr 2026
https://github.com/ahmedabdalkreem/breast-cancer
It help to know the patient have breast cancer or not and show some of diagram analysis data to know what depenent in this disease that lead to this disease.
matplotlib numpy pandas python sklearn-library
Last synced: 07 Apr 2026
https://github.com/anthippi/naive-bayes-imdb-classification
A custom Naive Bayes classifier for sentiment analysis of movie reviews from the IMDb dataset, utilizing feature selection based on Information Gain and comparing its performance with scikit-learn's BernoulliNB.
classification imdb matplotlib naive-bayes-classifier numpy pandas scikit-learn sklearn
Last synced: 09 Apr 2026
https://github.com/al-ghaly/global-warming-analysis
Analyze the effect of global warming on the average temperature of some of USA states.
matplotlib-pyplot numpy python python-visualization
Last synced: 10 May 2026
https://github.com/rajiv2004-cloud/the-wine-project
AI/ML mini Project repo
algorithm dataset maachine-learning numpy prediction python
Last synced: 02 May 2026
https://github.com/pramodyasahan/learn-ml
This repository serves as both a personal learning diary and a resource for others interested in understanding and applying machine learning concepts. The projects are categorized based on the type of ML model and are implemented in Python using libraries like scikit-learn, pandas, and numpy.
classification clustering machine-learning matplotlib numpy pandas regression scikit-learn supervised-learning unsupervised-learning
Last synced: 07 Apr 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/sc0v0ne/blueflix
Simple Application Recommend Movies and Tv Shows
csv k-means k-means-clustering kaggle movies numpy pandas python recommends-movies sklearn streamlit
Last synced: 10 Apr 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/jaweria-b/eda-basketball
The Streamlit app analyzes NBA player stats with user-selected filters, offering data download and intercorrelation heatmap.
matplotlib numpy python streamlit
Last synced: 10 Apr 2026
https://github.com/chewzzz1014/python-libraries
jupyter-notebook learning numpy pandas pygal python seaborn sklearn tensorflow urllib
Last synced: 12 Apr 2026
https://github.com/aneeshmurali-n/ann-diabetes-prediction
Predicting diabetes progression using an Artificial Neural Network (ANN). This project leverages the scikit-learn diabetes dataset for training and evaluation. Includes data preprocessing, model building, and performance visualization.
ann data-preprocessing data-visualization deep-learning diabetes-prediction exploratory-data-analysis keras machine-learning matplotlib neural-network numpy pandas regression scikit-learn seaborn tensorflow visualization
Last synced: 07 Apr 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/abolfazl-younesi/levy-walk
This repository contains a Python implementation of the Lévy Walk simulation, a random walk model with a power-law step length distribution. The code simulates multiple walkers with boundary conditions and visualizes their trajectories for different values of the power-law exponent.
levy-walks matplotlib numpy python random-walk
Last synced: 02 May 2026
https://github.com/farzeennimran/fashion-mnist-dataset-classification-using-neural-network
Implementation of a Multi-layer Perceptron classifier with hyperparameter tuning and k-fold cross-validation employing GridSearchCV for classifying images on the Fashion MNIST dataset 👗👚👖
artificial-intelligence data-analysis data-mining data-science dataset deep-learning fashion-mnist-dataset gridsearchcv hyperparameter-tuning kfold-cross-validation machine-learning multilayer-perceptron-network neural-network numpy pandas python sklearn
Last synced: 03 Apr 2026
https://github.com/jezbravo/lstm
Stock predictions with LSTM
jupiter-notebook keras keras-neural-networks keras-tensorflow lstm lstm-model lstm-neural-networks machine-learning matplotlib numpy pandas pandas-dataframe python scikit-learn scikitlearn-machine-learning stock-price-prediction
Last synced: 08 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/dmarks84/coursework_project_ml-classifier-eval-selection
Project for University of Michigan Applied Data Science Specialization -- Predicted viewer engagement based on features related to video metrics; evaluated a large set of classifiers under different scoring metrics to select the "optimal" one.
classification cross-validation data-modeling data-reporting data-visualization databases dataframes eda grid-search matplotlib numpy pandas python scikit-learn statistics supervised-ml
Last synced: 02 Apr 2026
https://github.com/dimits-ts/computational_statistics
Fundemental ML algorithm mathematics, algebraic and Python implementations, data-based problem solving
applied-mathematics machine-learning numpy regression statistics
Last synced: 14 May 2026
https://github.com/fwcd/minq
Tiny quantum gate library based on NumPy
numpy python quantum-computing
Last synced: 02 Jan 2026
https://github.com/athiyaman-m/brain-tumor-classification-using-deep-learning
• This deep learning model is developed to classify and identify different types of brain tumors, as well as determine their existence, using Convolutional Neural Networks. This is achieved through the training and testing of 3264 MRI images.
keras numpy opencv pandas sklearn tensorflow
Last synced: 08 Apr 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/fikri-rouzan/energy-consumption-prediction
Final Project for the AI/ML Weekly Class by Google Developer Group on Campus (GDGoC) UIN Jakarta.
jupyter-notebook matplotlib numpy pandas python scikit-learn scipy seaborn
Last synced: 07 Apr 2026
https://github.com/sawaira-iqbal/data-visualization-project-on-car-sales-data
Explore Sales Data Visualization with Interactive Charts & Insights! 📊 Uncover trends and patterns to drive smarter automotive decisions.
bivariate-analysis data-science data-visualization interactive-visualizations matplotlib multivariate-analysis numpy plotly python seaborn univariate-analysis
Last synced: 12 Apr 2026
https://github.com/aasmirnov-webdev/data_science_projects
Сборник всех выполненных учебных проектов курса Яндекс.Практикум "Специалист по Data Science".
bert catboost data-science database lgbm mashine-learning matplotlib numpy pandas python pytorch scikit-learn scipy seaborn sql xgboost
Last synced: 06 Apr 2026
https://github.com/rajatnai49/data-science-practices
In this, I am adding all the Python exercises with the solutions related to data handling, analysis, and visualization using libraries such as NumPy, Pandas, and Matplotlib for data analysis and visualization.
jupyter-notebook matplotlib numpy pandas python
Last synced: 09 Apr 2026
https://github.com/jpcadena/pharmacy-prices-prediction
Prices prediction project for Pharmacy products.
artificial-intelligence data-analysis data-science deep-learning keras machine-learning machine-learning-models neural-network numpy pandas pharmacy prediction price-prediction pylint python scikit-learn supervised-learning tensorflow
Last synced: 07 Apr 2026
https://github.com/muhdhammad/machine-learning
Crafted for hands-on learning and implementation of ML with scikit-learn
data-science jupyter-notebook machine-learning matplotlib numpy pandas python scikit-learn seaborn
Last synced: 07 Apr 2026
https://github.com/shweta189/sms-spam-detection
Detecting Spam SMS's messages using machine learning algorithms.Utilizing NLP techniques such as tf-idf vectorization and machine learning algorithms like naive bayes and logistic regression for classifications. Integrated with Streamlit to create an interactive web app where users can input a message and instantly check if it's spam or not.
eda machine-learning-models nltk numpy pandas plotly python seaborn streamlit
Last synced: 07 Apr 2026
https://github.com/maheera421/supervised-machine-learning
Implementation of necessary supervised machine learning algorithms for regression and classification.
classification classification-models cost-function feature-engineering feature-scaling gradient-descent linear-function linear-regression logistic-loss logistic-regression machine-learning matplotlib numpy regression-models regularization-to-avoid-overfitting scikit-learn sigmoid-function squared-error-cost-function vectorization
Last synced: 11 Apr 2026
https://github.com/a-poor/qgates
Small helper library for working with quantum matrices
bell-states numpy pypi pypi-package python quantum-computing
Last synced: 04 May 2026
https://github.com/shubh-bharadwaj/zomato-dataset-analysis
Zomato Dataset Analysis
data-analysis data-science data-visualization numpy pandas python sklearn
Last synced: 07 Apr 2026
https://github.com/manshreet27/mrs
This Movie Recommendation System is a web-based application built using Python and Streamlit, designed to provide movie recommendations based on user preferences. It utilizes TMDb API for fetching real-time movie details and Kaggle's TMDB 5000 Movies dataset for content-based filtering.
numpy pandas python scikit-learn streamlit tmdb-5000-movies-dataset-from-kaggle tmdb-api-for-fetching-real-time-movie-data
Last synced: 07 Apr 2026
https://github.com/Kikobuf/3d-file-toolkit
Pure-Python toolkit for inspecting, editing, converting, and analyzing 3D print files, supports 3MF, STL, OBJ, PLY, and GLB. Detects source software (Bambu, Orca, Prusa, Cura, Fusion 360, etc.), checks compatibility across 15 CAD and slicer programs, and works with any AI coding agent (Claude, Cursor, ChatGPT, Manus). Zero dependencies beyond numpy
3d-printing 3mf ai-agent bambu chatgpt cluade cluade-code gemini manus numpy obj orca-slicer prusaslicer python stl
Last synced: 20 May 2026
https://github.com/anathonic/big-data-mining-project
This repository contains the implementation of a machine learning project aimed at predicting movie ratings based on user reviews and tags. The data used for this project comes from the MovieLens dataset, which includes ratings and tags for over 9000 movies collected from 1995 to 2016.
decision-tree-regression gradient-boosting-regressor linear-regression machine-learning matplotlib mlp-regressor numpy pandas python random-forest-regression scipy sklearn
Last synced: 26 Jun 2025
https://github.com/samuelbarbosadev/dataexpert
Elaborar modelos estatísticos, criar algoritmos, solucionar problemas e expandir a estratégia de negócios.
classification clustering crisp-dm data-cleaning data-visualization data-wrangling descriptive-statistics inferential-statistics inferre machine matplotlib numpy pandas pyplot recomendation-algorithm regresion-lineal seaborn skit-learn supervised-machine-learning
Last synced: 17 Apr 2026
https://github.com/open-risk-academy/academy-course-dat31055
Support material for Academy course DAT31055
linear-algebra matrix-libraries ndarray numpy
Last synced: 20 May 2026
https://github.com/shekharkram/project
A collection of data analytics projects showcasing skills in data cleaning, exploration, visualization, and basic SQL queries. Designed to demonstrate entry-level data analyst competencies using real-world datasets and tools.
datacleaning excel jupyter-notebook mysql numpy pandas postgresql python sql
Last synced: 07 Apr 2026
https://github.com/vivekmodak3/multiple-disease-prediction-system--streamlit-webapp
This repository contains the codebase for "Multiple Disease Prediction Streamlit App". The training notebooks & the datasets are also provided in the respective folders.
machine-learning-algorithms numpy pandas python3 scikitlearn-machine-learning streamlit
Last synced: 07 Apr 2026
https://github.com/badranalyst/restaurant-reviews-sentiment-analysis-nlp-case-study
This project analyzes restaurant reviews using Natural Language Processing (NLP) for sentiment analysis. It covers data exploration, pre-processing (NLTK text cleaning), model building, prediction, and deployment. The goal is to predict sentiment from reviews using Python libraries such as Pandas, NumPy, Matplotlib, and Seaborn.
data-analysis data-science eda exploratory-data-analysis matplotlib-pyplot model model-building numpy pandas pre-processing predictive-modeling python seaborn
Last synced: 13 Apr 2026
https://github.com/badranalyst/udemy-course-data-analysis-with-pandas-and-visualization-libraries
Explores Udemy course data using NumPy and Pandas for data manipulation. Provides insights into course topics, ratings, and pricing with visualizations created using Matplotlib, Seaborn, and Plotly.
data-science dataset eda exploratory-data-analysis matplotlib matplotlib-pyplot numpy pandas plotly python seaborn
Last synced: 16 Apr 2026