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/jonad/quora_data_analysis
Exploratory data analysis and feature engineering on Quora dataset.
exploratory-data-analysis feature-extraction numpy pandas python3 quora-dataset
Last synced: 05 May 2026
https://github.com/abdelrahman-amen/neural_style_transfer
This project applies neural style transfer to create new images by merging the content of one image with the artistic style of another.
neuralstyletransfer numpy os python streamlit tensorflow
Last synced: 05 May 2026
https://github.com/dulajkavinda/fashion-classification
👗 classify fashion items using machine learning
added machinelearning matplotlib numpy pandas python scikit
Last synced: 05 May 2026
https://github.com/amruta33/lead_scoring_case_study
An education company named X Education sells online courses to industry professionals. On any given day, many professionals who are interested in the courses land on their website and browse for courses.
bagging linear-regression numpy pandas python3
Last synced: 05 May 2026
https://github.com/tsungtsetu122/patternrecognition-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: 05 May 2026
https://github.com/nkamilla/titanic-eda
Exploratory Data Analysis of the Titanic dataset using Python (Pandas, NumPy, Matplotlib). Includes data cleaning, visualizations, correlations, and key business insights.
data-analysis eda jupyter-notebook matplotlib numpy pandas python titanic-dataset
Last synced: 05 May 2026
https://github.com/hms75/movie_rating_analysis
A movie rating analysis which identifies trends amongst a dataset of 5000 movies.
data-analysis data-visualization matplotlib-pyplot numpy pandas python
Last synced: 05 May 2026
https://github.com/vikkiezdev/ai-global-index-analysis
This project analyzes the AI readiness of 62 countries using key indicators like government strategy, commercial activity, research, development, and infrastructure. Through data cleaning, EDA, and visualization, it identifies key drivers of AI adoption and competitiveness.
cleaning-data correlation-analysis eda matplotlib numpy pandas python3 seaborn statistical-analysis
Last synced: 06 May 2026
https://github.com/facusm/prediccion-precio-de-propiedades
jupyter-notebook numpy pandas python sickit-learn
Last synced: 06 May 2026
https://github.com/leavers/npblob
Transfer numpy array between Python and JavaScript losslessly
array javascript matrix numpy python streaming typescript
Last synced: 06 May 2026
https://github.com/shahriarha/programming
Python problem solving, HR-30 days of code, DSA, NumPy
algorithms-and-data-structures cpp numpy programming python
Last synced: 06 May 2026
https://github.com/amirjahantab/deep-ml-solutions
ML Code Challenges
ai algorithms backpropagation data-science deep-learning-algorithms deep-neural-networks linear-algebra machine-learning machine-learning-algorithms mathematics matrix numpy pca python
Last synced: 06 May 2026
https://github.com/rishabhmathur06/fetching-jobs-data-using-beautifulsoup
beautifulsoup numpy pandas python webscraping
Last synced: 06 May 2026
https://github.com/toxe/python-plotting
Python Plotting
matplotlib numpy pandas plotting python
Last synced: 06 May 2026
https://github.com/billgewrgoulas/recommendation-systems
Algorithms for joke rating prediction using the joke data-set from Kaggle.
algorithm clustering collaborative-filtering machine-learning numpy pandas recommender-system scikit-learn scypi
Last synced: 06 May 2026
https://github.com/yashpaneliya/bank-loan-default-analysis
Analyze and understand the driving factors (or driver variables) behind loan default, i.e. the variables which are strong indicators of default.
data-analysis loan-default-analysis matplotlib numpy pandas python
Last synced: 06 May 2026
https://github.com/sankaran-s2001/us-traffic-accidents-analysis-python-eda
Exploratory data analysis of US traffic accidents from 2016-2023, analyzing patterns by time, location, weather, and severity using Python data science libraries.
data-analysis data-science data-visualization eda matplolib numpy pandas python
Last synced: 06 May 2026
https://github.com/andrewsy1004/logistic-regression-spam-classifier
This project implements a spam email classifier using Logistic Regression.
Last synced: 06 May 2026
https://github.com/abhinav330/customer-behavior-analysis-linear-regression
This repository explores customer behavior data for an NYC clothing company with both a mobile app and website. They want to understand which platform drives higher sales.
data-analysis data-science data-visualization eda exploratory-data-analysis jupyter jupyter-notebook linear-regression machine-learning machine-learning-algorithms machinelearning-python numpy pandas python regression-analysis
Last synced: 06 May 2026
https://github.com/khursheedahmedd/machine-learning
machine-learning numerical-methods numpy pandas pandas-dataframe
Last synced: 06 May 2026
https://github.com/mikma03/datascience_python_datacamp
DataScience with Python. Code and examples. Python libraries, including pandas, NumPy, Matplotlib, and many more.
data-analysis data-science datacamp datascience numpy pandas python
Last synced: 06 May 2026
https://github.com/kunalpisolkar24/gradientdescent
A Python implementation of gradient descent for linear regression, visualized with cost function history, parameter trajectory, and a 3D cost surface.
cost-function gradient-descent numpy visualization
Last synced: 06 May 2026
https://github.com/chopikus/raytracing-bench
Benchmarking ray tracers in Python, Java, Numpy, Cupy, Pypy
cupy java numpy pypy python raytracing
Last synced: 06 May 2026
https://github.com/prachi-77/data-visualization
Data visualization using Python
barplot fooddata matplotlib-pyplot numpy pandas python restaurant visualizations
Last synced: 06 May 2026
https://github.com/dm-zhuk/goit-math-python-tests
Mathematics
matplotlib-python numpy pandas scipy
Last synced: 06 May 2026
https://github.com/coder5omkar/lendingclubcasestudy
Performed exploratory data analysis (EDA) on the loan dataset from the Lending Club Case Study to identify the key factors influencing loan defaults.
bivariate-analysis data-science exploratory-data-analysis matplotlib numpy pandas seaborn univariate-analysis
Last synced: 06 May 2026
https://github.com/deanlogan/data-analysis-course
Code created when completing the Data Analysis with Python Course on freecodecamp.org
course data-analysis numpy pandas python python3
Last synced: 06 May 2026
https://github.com/cycle-sync-ai/student-score-analysis
A data-driven student performance analysis project using UCI dataset (396 students, 33 features). Implements machine learning models (K-means, PCA, Decision Tree, Random Forest, Linear Regression) to analyze academic patterns and predict student scores based on lifestyle, health, and study habits.
clustering clustering-algorithm decision-trees feature-engineering learning-management-system linear-regression machine-learning machine-learning-algorithms matplotlib numpy pandas pca pickle prediction prediction-algorithm scikit-learn score seaborn student
Last synced: 06 May 2026
https://github.com/naveen88112/genetic_algos_maze_solver
Genetic Algorithm Maze Solver This project utilizes a Genetic Algorithm (GA) to solve the optimization of a maze problem. It evolves the population of promising solutions to the best solution finding shortest path between start and end point using selection, crossover, and mutation.
deap-library genetic-algorithms matplotlib maze-solver numpy python
Last synced: 06 May 2026
https://github.com/christiansassi/signal-image-and-video-project
Project developed by Pietro Bologna (@bolognapietro) and Christian Sassi for the Signal, Image and Video course.
image-processing mri-segmentation numpy opencv python
Last synced: 06 May 2026
https://github.com/swapnilvishwakarma/twitter_sentiment_dashboard
Using Streamlit and Python, I created interactive data dashboards and used Pandas to manipulate data in data science workflows. I also used Plotly to create interactive graphs.
dashboard machine-learning matplotlib numpy pandas plotly sentiment-analysis streamlit-webapp webapp wordcloud
Last synced: 06 May 2026
https://github.com/xanonymous-github/multimediax
The collections of class projects in Multimedia Technologies and Applications class, NTUT.
deep-learning machine-learning numpy opencv-python
Last synced: 06 May 2026
https://github.com/hansalemaos/cv2_collage
Create a collage from images with OpenCV
Last synced: 06 May 2026
https://github.com/ananyachibber21/automation-python-projects
Automation with Python (Second Year Projects)
automation chromedriver numpy openpyxl pandas-dataframes python selenium
Last synced: 06 May 2026
https://github.com/prab9166/-web-content-extraction-and-sentiment-analysis-
web content extraction and sentiment analysis on URLs provided in an Excel file. Its divided into classes to manage different stages such as data loading, web scraping, text processing, sentiment scoring, and output generation
beautifulsoup lxml nltk-python numpy pandas python re requests xlsxwriter
Last synced: 06 May 2026
https://github.com/sahilmate/gesturepainter
Virtual Painting Application
gesturepainter mediapi numpy opencv virtualpaint
Last synced: 06 May 2026
https://github.com/piero24/lossfuncition-4sn
This research will show an innovative method useful in the segmentation of polyps during the screening phases of colonoscopies. To do this we have adopted a new approach which consists in merging the hybrid semantic network (HSNet) architecture model with the Reagion-wise(RW) as a loss function for the backpropagation process.
dataset deep-learning deep-neural-networks loss loss-functions matplotlib neural-network numpy opencv polyp-detection polyp-segmentation python python3 pytorch segmentation segmentation-models torchvision transformers unipd unipd-dei
Last synced: 06 May 2026
https://github.com/vandanac20/advanced-real-estate-valuation-with-ensemble-regression-models
Advanced Real Estate Valuation with Ensemble Regression Models
machine-learning numpy pandas python sklearn
Last synced: 06 May 2026
https://github.com/bartosz-ziolkowski/social_data
Data analysis of San Francisco's crime data set from 2003 to 2018
data-science data-visualization jupyter-notebook numpy pandas python
Last synced: 06 May 2026
https://github.com/harmanveer-2546/student-performance-in-exam
Student performance analysis and prediction using datasets has become an essential component of modern education systems. With the increasing availability of data on student, schools and universities are using advanced analytics and machine learning algorithms to gain insights into student performance and predict future outcomes.
classification-report cluster dbscan dimensionality-reduction k-means-clustering labelling linear-regression logistic-regression numpy pandas pre-processing random-forest-classifier test-train-split unsupervised-machine-learning visualization
Last synced: 06 May 2026
https://github.com/jonolav95/advent_of_code_2022
Using Python with Pandas and Numpy (www.adventofcode.com).
Last synced: 06 May 2026
https://github.com/aleksibovellan/ai-2048-game
AI Heuristics in Python for solving the 2048 Game
2048 2048-game 2048-solver ai expectimax game heuristics numba numpy python python3
Last synced: 06 May 2026
https://github.com/kianaabrisham/svm-from-scratch
Linear SVM from scratch with hinge loss + decision boundaries
classification from-scratch fundamentals hinge-loss numpy optimization scikit-learn svm
Last synced: 07 May 2026
https://github.com/rotantos/ml-projects
Includes various ML projects created for educational purposes.
classification-model jupyter-notebook machine-learning numpy pandas python sklearn-library
Last synced: 10 Apr 2026
https://github.com/voorhs/ml-practice
ML algorithms implementation
aimasters lomonosov-msu machine-learning numpy python
Last synced: 07 May 2026
https://github.com/aymen016/cosmic-mystery-challenge-2912
"Explore the depths of space and unravel cosmic mysteries in the year 2912 with our Cosmic Mystery Challenge repository. Dive into data science adventures as you predict the fate of passengers aboard the Spaceship Titanic after a collision with a spacetime anomaly. Join us in reshaping history and saving lives across the universe!"
kaggle matplotlib matplotlib-pyplot numpy pandas pandas-dataframe python scikit-learn scikitlearn-machine-learning seaborn
Last synced: 10 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/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/jeniljani-4444/end-to-end-car-price-prediction-model
Predict car prices effortlessly using this machine learning model. Built with Python and Scikit-learn it analyzes features like mileage age brand and more to estimate accurate prices. Perfect for buyers sellers and dealerships.
machine-learning matplotlib numpy pandas python scikit-learn seaborn streamlit
Last synced: 10 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/hemanthsaikumarbethapudi/last-mile_delivery_optimization.py-
This project implements an AI-powered last-mile delivery optimization system using Python. It leverages graph-based route optimization, demand prediction, and cost analysis to improve delivery efficiency in urban areas.
Last synced: 27 Aug 2025
https://github.com/skmirajulislam/yolov3-object-tracker
OBJECT DETC YOLO DEEP LEARNING MODEL
convolutional-neural-networks cv2 numpy python3 yolov3
Last synced: 18 Apr 2026
https://github.com/sandyherho/buku_metnum_python
Repositori ini memuat kode dan gambar yang digunakan pada buku "Pengantar Metode Numerik Terapan Menggunakan Python".
belajar-pemrograman belajar-python indonesia indonesian-language matematika-terapan matplotlib metode-numerik numerical-methods numpy python scipy
Last synced: 16 Jan 2026
https://github.com/mays-m/deeplearning
In deep learning, with the help of data and training, neural networks are created and trained, which create better predictions than before with the help of neural networks.
anaconda artificial-intelligence conda-environment matplotlib neural-networks numpy pandas python3 tensorflow tensorflow-gpu transortfow-
Last synced: 11 Apr 2026
https://github.com/zenithclown/agine
Library for finding Nearest Neighbor or to find if two points on Earth have a Direct Line of Sight.
bearing bearing-calculations distance-calculation euclidean-distance geometry haversine manhattan-distance nearest-neighbor-search numpy pandas rasterio shapely
Last synced: 28 Jan 2026
https://github.com/yeonjaee/statistics
통계기초 with using python libs
matplotlib numpy pandas statistics
Last synced: 06 May 2026
https://github.com/shubhammittal-data/hr_dashboard_tableau
An interactive HR Analytics Dashboard built using Tableau. Provides insights into workforce demographics, hiring trends, salary analysis, and employee records for data-driven decision-making.
chatgpt4 data data-analysis data-visualization drawio-tools faker-generator hr-analytics hr-analytics-dashboard human-resources numpy python tableau tableau-public
Last synced: 17 May 2026
https://github.com/yessasvini23/pytorch-bootcamp-on-ai-by-opencv
This OpenCV course is highly recommended for individuals seeking an introductory experience in Computer Vision and AI, and who wish to establish a strong foundation for their career development.
cnn-classification computer-vision cv2-library deeplearning-ai numpy opencv pytorch rnn-tensorflow
Last synced: 13 Apr 2026
https://github.com/jhonatanthiago/projeto_analise_de_dados_com_python
A empresa contratou você para analisar dados de mais de 800 mil clientes, a maioria dos quais são inativos, ou seja, já cancelaram o serviço. O objetivo é entender os principais motivos desses cancelamentos e identificar as ações mais eficazes para reduzir esse número.
jupyter-notebook nbformat numpy openxyl pandas plotly python
Last synced: 10 Apr 2026
https://github.com/thiagohrcosta/machinelearning-temperature
A Small Machine Learning application leveraging Scikit-Learn and statistical learning to extract knowledge from data without explicit programming.
machine-learning numpy pandas python3 scikit-learn
Last synced: 08 Apr 2026
https://github.com/vrush9840/emotion-detection-from-tweets-using-dl
Emotion detection from tweets using Deep Learning (LSTM & BERT) to classify emotions such as Positive, Negative, Neutral, and Irrelevant with emoji recommendations.
glove-embeddings lstm matplotlib nltk numpy pandas python seaborn shap tensorflow
Last synced: 10 Apr 2026
https://github.com/nirmit27/credit-risk-modeling
Classification and regression models for predicting the level of risk associated with extending credit to a borrower and the basic EPS amount respectively.
credit-risk credit-risk-analysis machine-learning ml ml-model ml-models modelling numpy pandas python python3 sckiit-learn
Last synced: 29 Apr 2026
https://github.com/hasnainroopawalla/sudoku-generator
This algorithm can generate and solve a random Sudoku Puzzle Board using Backtracking
backtracking numpy python sudoku-generator
Last synced: 16 May 2026
https://github.com/tralahm/datascience
Getting started with Data science Numerical Analysis and Scientific Computing
hmmlearn ipynb jupyterlab keras numpy pandas python3 scipy tensorflow
Last synced: 10 Apr 2026
https://github.com/null-none/pyignite
Simple deep learning library
deep-learning machine-learning ml numpy python
Last synced: 06 May 2026
https://github.com/sujal2004/stock-analysis-project
Stock Market Analysis and Prediction is the project on technical analysis, visualization and prediction using data provided by Google Finance.
jupyter-notebook matplotlib numpy pandas python stock-market
Last synced: 10 Apr 2026
https://github.com/screamman-ssh/video-camera-to-ascii
Convert a video file or camera captured to display as text.
ascii camera-to-text computer numpy opencv pillow python python-3 video-to-text
Last synced: 10 Apr 2026
https://github.com/shreeparab1890/duplicate-question-predictor
The ipython notebook is working to build a model which will detect duplicate questions if two questions pair are given.
bag-of-words nlp nlp-machine-learning nltk numpy pandas python random-forest scikit-learn sklearn streamlit
Last synced: 10 Apr 2026
https://github.com/ahmedabdalkreem/machine_learning_with_cv
In this project work to extraction feature from shapes to be input of machine learning model.
chaincode computer-vision contour-detection feature-extraction machine-learning matplotlib numpy open-cv pandas python sklearn svc-model
Last synced: 10 Apr 2026
https://github.com/abideen-olawuwo/airline-twitter-sentiment
A sentimental review on airline
numpy pandas python random-forest-classifier seaborn sklearn svm-classifier
Last synced: 10 Apr 2026
https://github.com/ravi-aratchige/spacefarer
What type of astronaut would you be?
astronaut astronauts flask jupyter jupyter-notebook machine-learning numpy pandas python scikit-learn space tailwind tailwindcss
Last synced: 10 Apr 2026
https://github.com/celineboutinon/la-faim-dans-le-monde
OpenClassrooms Data Analyst 2022-2023 - Projet 4
data-analysis data-analytics data-visualisation dataframes matplotlib-pyplot numpy pandas python seaborn
Last synced: 20 Jul 2025
https://github.com/als8446/tripleten-data-science-projects
Projects Overview Projects made in the Data Scientist course from TripleTen LatAm
data data-analysis hypothesis-tests machine matplotlib numpy pandas python scipy sklearn
Last synced: 10 Apr 2026
https://github.com/roaajadaa/text-classification
Classify documents using custom naïve bayes model
matplotlib nlp nltk numpy pandas python sklearn
Last synced: 10 Apr 2026
https://github.com/sumanth44a/predicting-customer-churn-in-telecommunication
Predicting-Customer-Churn-In-Telecommunication
decision-trees matplotlib numpy pandas python random-forest
Last synced: 10 Apr 2026
https://github.com/lfgodoi/rpm-deep-estimator
A deep learning-based RPM estimator based on spectral features extracted from vibration signals of rotating machines.
condition-monitoring deep-learning docker flask neural-networks numpy python scipy signal-processing spectral-analysis
Last synced: 26 Feb 2025
https://github.com/bharath-tars/deeptumor
DeepTumor is a project aimed at developing a deep learning model with over 1 million parameters using TensorFlow. with automatic reporting feature
keras machine-learning numpy pandas pyhton tensorflow webdevelopment
Last synced: 10 Apr 2026
https://github.com/sarincr/training-on-artificial-intelligence
Entree Academy 10 Days free training on Artificial Intelligence. Course will be conducted in a Blended learning way with Daily one hour online training and 3 hour project based training
artificial-intelligence artificial-intelligence-algorithms data-analysis data-science data-visualization decision-trees deep-learning deeplearning logistic-regression machine-learning machine-learning-algorithms machinelearning num numpy pandas regression scikit-learn scipy sklearn
Last synced: 10 Apr 2026
https://github.com/paulo-santos-ds/previsao_total_corridas_taxi
Foi desenvolvido um modelo preditivo específico para atrair mais motoristas durante o horário de pico. Prever a quantidade de pedidos de táxi para a próxima hora.
matplotlib-pyplot numpy pandas python seaborn sklearn statsmodels
Last synced: 10 Apr 2026
https://github.com/gautamthampy/color-detection
Provides colour names and HTML/RGB mappings in various output formats.
Last synced: 10 Apr 2026
https://github.com/abideen-olawuwo/converted-logistic-regression
Converted Prediction Model
logistic-regression numpy pandas sklearn
Last synced: 10 Apr 2026
https://github.com/amiridk/machinelearning
machine-learning-notes
matplotlib-pyplot numpy pandas pyhton
Last synced: 04 May 2026
https://github.com/alyssonmach/machine-learning-com-python
Aplicações de Machine Learning usando a linguagem de programação Python.
ia keras-tensorflow machine-learning matplotlib numpy pandas programming python scikit-learn scipy
Last synced: 10 Apr 2026
https://github.com/ralfkeo/detection-de-faux-billets-avec-python
OpenClassrooms parcours Data Analyst Projet 12
matplotlib-pyplot numpy pandas pickle plotly prediction-model python scipy seaborn sklearn
Last synced: 10 Apr 2026
https://github.com/yhunlu/data-analysis
Data Analysis
matplotlib numpy pandas seaborn
Last synced: 01 May 2026
https://github.com/anuppm9917/super-store-sales-analysis-power-bi-project
My drive to know which products, regions, categories and customer segments a company should target or avoid, I search and selected an appropriate dataset on kaggle which will match a standard superstore requirement.
data data-analysis data-visualization datacleansing excel exploratory-data-analysis jupyter-notebook numpy pandas plotly powerbi python3
Last synced: 10 Apr 2026
https://github.com/davityak03/customer-churn-model-using-ann
ann elu keras leaky-relu matplotlib-pyplot numpy pandas prelu python seaborn
Last synced: 10 Apr 2026
https://github.com/dipto9999/ml_introduction
An Introduction to Machine Learning, primarily using Python scikit-learn library.
data-science decision-trees jupyter-notebook k-means-clustering k-nearest-neighbors linear-regression logistic-regression machine-learning machine-learning-algorithms matplotlib numpy pandas principal-component-analysis python random-forest scikit-learn seaborn support-vector-machines
Last synced: 10 Apr 2026
https://github.com/ngangawairimu/automating_farming_analysis
This project automates farming in Maji Ndogo, analyzing soil fertility, climate, and geography to recommend optimal crop locations. Python-based data analysis I uncovers patterns guiding farming practices.
matplotlib-pyplot numpy pandas python seaborn sqlite
Last synced: 10 Apr 2026
https://github.com/ai-lenok/moex-analyzer
A simple engine for analyzing Moscow Exchange securities
docker matplotlib numpy pandas python3
Last synced: 09 May 2026
https://github.com/rooneyrulz/cat-dog-classifier
Building a model using a convolutional neural network that well-classifying custom cat vs dog image data. including visualizations, data-preprocessing, future predictions, model-evaluation, identifying overfitting, and more.
artificial-intelligence convolutional-neural-networks data-preprocessing data-visualizations deep-learning keras matplotlib numpy pandas predictive-modeling python3 seaborn tensorflow2
Last synced: 10 Apr 2026
https://github.com/sgb31/csv-retrival-based-rag
Created a simple RAG system that lets users upload any CSV file and ask questions about it. It reads the data, finds the most relevant info, and uses an LLM to answer the query. Super handy for quickly exploring and understanding data through natural language.
generative-ai llm numpy pandas pydantic python3 sentence-transformers sklearn streamlit transformers
Last synced: 19 Jun 2026
https://github.com/sarmad426/python
Python mastery. OOP | Numpy | Pandas | Jupyter Notebook & more.
fastapi file-handling-in-python jupyter numpy oop pandas pytest python regex unit-tests
Last synced: 10 Apr 2026