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/znreza/paradoxes
Q-learning algorithm from scratch in python for optimal path finding
grid grid-search matrix numpy python qlearning-algorithm reinforcement-learning
Last synced: 18 Apr 2026
https://github.com/linggarm/lvq-and-elm-with-iris-dataset
Implementation of Learning Vector Quantization (LVQ) and Extreme Learning Machine (ELM) with Iris Dataset
artificial-intelligence deep-learning elm extreme-learning-machine learning-vector-quantization lvq machine-learning numpy python soft-computing
Last synced: 18 Apr 2026
https://github.com/pedro-stanaka/dlnd-projects
Projects from Deep Learning Nanodegree from Udacity
artificial-neural-networks deep-learning machine-learning numpy python3
Last synced: 18 Apr 2026
https://github.com/mayankmittal29/criticalphenomena-exploring_phase_transitions_and_self-organized_criticality
A computational physics project exploring critical phenomena through percolation theory and the Bak-Tang-Wiesenfeld sandpile model.
criticality-c gif-animation jupyter-notebook matplotlib numpy percolation-theory python3 sandpile-model
Last synced: 18 Apr 2026
https://github.com/aniket2021448/movie-recommender-system
A Machine Learning Project implemented from scratch which involves web scraping, data engineering, exploratory data analysis, NLP processing and ML, achieving the functionality of a Content based movie recommender system
data-exploration data-exploration-and-preprocessing free-hosting-service machine-learning natural-language-processing nltk-python numpy pandas streamlit-webapp
Last synced: 19 Apr 2026
https://github.com/simonusher/multi-layer-perceptron
My solution to an assignment on multi-layer perceptron. Implemented in python and numpy. Contains the forward and backward pass code, as well as some utility functions.
multi-layer-perceptron neural-network numpy python
Last synced: 19 Apr 2026
https://github.com/emerald-geomodelling/downfile
A safe & version independent pickle alternative that integrates setuptool entry points for extensions
feather json numpy pandas python serialization
Last synced: 19 Apr 2026
https://github.com/renukadhule/airbnb_listings_and_reviews_python_analysis
Explore Airbnb listings and reviews from over 250,000 properties across 10 major cities. Dive into data on listing details, host information, pricing, and customer reviews for better insights
matplotlib-pyplot numpy pandas python seaborn
Last synced: 19 Apr 2026
https://github.com/abideen-olawuwo/language-detection
A language detection app
countvectorizer multinomial-naive-bayes numpy pandas
Last synced: 20 Apr 2026
https://github.com/saurabh9136/data-analysis_using_pandas-numpy
A beginner-friendly repository exploring data analysis using NumPy and Pandas. Covers fundamental operations, data manipulation, and real-world dataset analysis.
data-analysis-python numpy pandas python scipy
Last synced: 20 Apr 2026
https://github.com/s1dewalker/portfolio_analysis
MPT in Python | Efficient Frontier modeling, Fama French 3 Factor Analysis, Monte Carlo Simulations and Portfolio Risk Analysis (Sharpe, VaR)
efficient-frontier equity financial-research monte-carlo-simulation numpy pandas portfolio-analysis portfolio-management portfolio-optimization python quantitative-analysis quantitative-finance regression regression-models risk risk-analysis risk-management risk-models value-at-risk volatility
Last synced: 20 Apr 2026
https://github.com/jbalooshie/school_district_analysis
Analysis of standardized testing results using NumPy and Pandas, executed in Jupyter Notebook. Summaries of the testing results are provided based on school, test type, and grade level.
data-analysis data-science dataframes jupyter-notebook numpy pandas python
Last synced: 20 Apr 2026
https://github.com/vtorres09/projetomonitoriaip
📋 Data analysis of a dataset created to select students to be teacher assistant (Introduction to Programming).
numpy object-oriented-programming pandas python
Last synced: 20 Apr 2026
https://github.com/who-else-but-arjun/pyspyce-cs
Circuit Simulator for R, L, C components and AC/DC voltage and current sources built using python as a part of EE204 circuit theory course project.
circuit-simulator numpy python streamlit sympy
Last synced: 20 Apr 2026
https://github.com/vyjayanthipolapragada/image_cartoonification_opencv
Cartoonify images using opencv and tkinter
cartoonify computer-vision easygui image-processing imageio matlplotlib numpy opencv pillow python tkinter
Last synced: 20 Apr 2026
https://github.com/nerett/get
Scripts from General Engineering (GET 2022) labs
adc dac gpio gpio-pins matplotlib matplotlib-figures matplotlib-pyplot mipt numpy numpy-arrays pwm python python3 raspberry-pi
Last synced: 20 Apr 2026
https://github.com/prashhhant213/data_analysis_and_visualization-_for_streaming_platform
Data Analysis and Visualization for streaming platform to provide insights and recommendations to improve their userbase.
colab-notebook data datavisualization matplotlib numpy pandas python seaborn
Last synced: 20 Apr 2026
https://github.com/danpoynor/pet-shelter-data-analysis-notebook
Demonstration of skills analyzing data from a pet shelter. The CSV data contains tables detailing the incoming and outgoing animals and I use my knowledge of Pandas to gather and present the requested information.
csv data-analysis data-cleaning data-science jupyter-notebook matplotlib numpy pandas pet-shelter tabular-data
Last synced: 21 Apr 2026
https://github.com/prakhr/clickstream-data-visualization-on-raw-customer-dataset
contains streamlit app of the corresponding dataset
clickstream-data matplotlib matplotlib-pyplot numpy pandas-dataframe plotly plotly-python streamlit streamlit-application streamlit-webapp
Last synced: 22 Apr 2026
https://github.com/ahmad-ali-rafique/numpy-mastery-notebook
Inside this repository, you'll discover a comprehensive notebook dedicated to showcasing various NumPy array methods and operations. From basic array manipulation to advanced techniques, I've compiled a collection of examples and explanations to help both beginners and seasoned Python developers deepen their understanding of NumPy.
dataanalytics numpy numpy-arrays numpy-exercises numpy-library numpy-python
Last synced: 24 Apr 2026
https://github.com/theroyakash/shallow_neural_network
Design of an one hidden layer neural network using numpy only,
neural-networks numpy shallow-neural-network
Last synced: 24 Apr 2026
https://github.com/pawpaw2022/proj03-math-painting
An app that lets the user provide the start coordinates of geometrical shapes such as squares and rectangles, their dimensions, and their colors, and the program produces an image file canvas with all the geometrical shapes drawn in it. (Click the link below to see the demo)
Last synced: 24 Apr 2026
https://github.com/mattjudge/numpy_caching
Provides a method to cache the results from functions (typically numpy-based) in persistent storage
Last synced: 25 Apr 2026
https://github.com/toxic-whitelgnd/matrice_cryptography
A simple math Project based on Matrices-Cryptography by using python-numpy
cryptography math-problem matrices numpy python3
Last synced: 25 Apr 2026
https://github.com/just-buildit/just-makeit
Python C extensions the easy way.
c-extension cmake code-generator numpy pep517 python python-packaging scaffolding wheel
Last synced: 15 Jun 2026
https://github.com/abhisingam/brickbreaker
A Terminal-Based game made in Python that emphasises upon the use of OOPs concepts. Python | NumPy | Game Development
game-development numpy python3
Last synced: 26 Apr 2026
https://github.com/m-k-l-s/sudoku
A trivial sudoku solver in Python, using recursion and numpy.
backtracking numpy python recursion solver sudoku
Last synced: 27 Apr 2026
https://github.com/hinanohart/dostosim
Dostoevskian agent-based simulation: seven literary archetypes as a unified reward decomposition. Anti-optimisation, dignity-as-utility, ideological cascade, gambler-ruin — pre-registered H1-H4 with bootstrap CI / BH-FDR / Cliff's delta.
abm agent-based-modeling behavioral-economics bootstrap-ci computational-social-science dostoevsky literature networkx numpy python reproducible-research
Last synced: 27 Apr 2026
https://github.com/manasashetty01/regulatory-affairs-of-road-accidents
Regulatory Affairs of Road Accidents in Million-Plus Cities (India, 2020)
data-analysis data-science data-visualization exploratory-data-visualizations jupyter-notebook numpy pandas python
Last synced: 27 Apr 2026
https://github.com/crispengari/netflix-statistics
This is the visualisation of two categories of netflix movies which are: * movies * tv shows
data-science datafram jupyter-notebook matplotlib numpy pandas python
Last synced: 27 Apr 2026
https://github.com/lupin3000/tello-python
Python application to control the DJI Tello Drone with different controllers.
debian dji-sdk djitellopy drone dualsense-controller evdev hidapi macos numpy opencv python stadia-controller tello unihiker
Last synced: 27 Apr 2026
https://github.com/lesterevse/numvision
Artificial Intelligence for recognizing numbers
Last synced: 27 Apr 2026
https://github.com/moonmoonsamal/data-driven-google-ads-for-listing-sites-analysis
Analyzed Google Ads performance to identify top channels, keywords, and geographical impact
cleaning-dataset eda manipulation modelling numpy visualization
Last synced: 27 Apr 2026
https://github.com/vasukalariya/neural-network-from-scratch
It's a simple Feedforward Neural Network implemented just using Numpy
artificial-neural-networks classification mnist neural-network numpy
Last synced: 28 Apr 2026
https://github.com/rishant/data-science-learning-2025
data science learning 2025
data-science jupyter numpy pandas python python3
Last synced: 28 Apr 2026
https://github.com/gregoritsch3/dl_cnn_resnet50_digitrecognition
A Deep Learning Computer Vision project on the MNIST Digit Dataset. The project demonstrates the use of four TensorFlow Neural Network architectures, ranging from a basic Shallow Sigmoid Model to a Deep Convolutional Model constructed using the FunctionalAPI, and even a modified Resnet50 Model. Includes Error Analysis and test runs on real images.
cnn convolutional-neural-networks cv2 keras matplotlib numpy resnet-50 tensorflow
Last synced: 28 Apr 2026
https://github.com/rajivaleaakash/customer-churn-prediction
A machine learning project focused on predicting customer churn using various data analysis and modeling techniques. The repository includes data preprocessing, feature engineering, exploratory data analysis (EDA), model training, evaluation, and visualization to help businesses identify customers at risk of leaving.
churn-prediction classification customer-churn data-analysis data-science gridsearchcv imblearn machine-learning numpy pandas pyhton randomsearchcv scikit-learn
Last synced: 28 Apr 2026
https://github.com/varakanthamsaihruthikreddy975/avocadopricesanalysis
This data analysis finds out the trends and analysis of avocado data by year
matplotlib-pyplot numpy pandas scipy scipy-stats seaborn sklearn-preprocessing
Last synced: 28 Apr 2026
https://github.com/udipta14/historical-olympic-games-eda-python
Exploratory Data Analysis of a Historical Olympic Games Dataset, including all the games from Athens 1896 to Rio 2016.
data-cleaning data-visualization eda matplotlib numpy pandas python3 seaborn
Last synced: 28 Apr 2026
https://github.com/kingsley-ezenwaka/medical-data-visualizer
A data analysis project that investigates a dataset of anonymous patients' medical information, and explores the relationship between cardiac disease, body measurements, blood markers, and lifestyle choices.
analysis data matplotlib numpy pandas seaborn
Last synced: 28 Apr 2026
https://github.com/redinfinitypro/drawimages
Rating: (8/10) The code uses Python's Turtle module to create a canvas image, converting it to grayscale, and then placing dots at each pixel's location based on its intensity.
Last synced: 28 Apr 2026
https://github.com/josualimbu/face-recognition
Face Recognition with Name, and only need 1 image for 1 person for the dataset to run Face Recognition.
face-detection face-recognition numpy python simple-face-recognition
Last synced: 28 Apr 2026
https://github.com/babaquero07/escalamiento-imagenes-python
Proyecto del curso Algebra Lineal - UTADEO
matloptlib numpy pillow scipy streamlit
Last synced: 28 Apr 2026
https://github.com/alonmell/modulnet
Lightweight NumPy-based neural network framework with core layers, loss functions, optimizers, and data utilities
deep-learning from-scratch machine-learning neural-network numpy
Last synced: 29 Apr 2026
https://github.com/rand-asswad/controle_optimal
Une étude d'un problème de contrôle optimal avec visualisation 3D
controle-optimal numpy optimal-control python sympy
Last synced: 29 Apr 2026
https://github.com/freya135/smart-traffic-system
A Python-based system leveraging a Raspberry Pi to capture and process traffic images, dynamically control traffic lights and servo motors based on real-time vehicle detection using edge detection, and optimize traffic flow intelligently.
canny-edge-detection gpiozero image-processing numpy open-cv python raspberry-pi-5 real-time-processing servo-motor signal-duration smart-traffic-light
Last synced: 29 Apr 2026
https://github.com/humankernel/hands-on-ml
Practice of Machine Learning
machine-learning matplotlib numpy pandas sklearn
Last synced: 08 Jun 2026
https://github.com/dulajkavinda/document-similarity-ml
📑 Check similarity between documents using td-idf and cosine similarity.
machinelearning numpy python scikit
Last synced: 29 Apr 2026
https://github.com/sayansomya/eda_on_covid-19
Exploratory Data Analysis on COVID-19.
analytics eda matplotlib-pyplot numpy pandas-dataframe python3 seaborn
Last synced: 29 Apr 2026
https://github.com/chirindaopensource/high_dimensional_matrix_variate_diffusion_index_models
End-to-end Python implementation of Ma et al.'s (2025) matrix-variate diffusion index models for macroeconomic forecasting. Features α-PCA factor extraction, supervised screening, and ILS estimation for high-dimensional forecasting with preserved structural information.
diffusion-index dimension-reduction econometrics factor-models financial-modeling high-dimensional-statistics macroeconomic-forecasting matrix-factorization monte-carlo-simulation numpy principal-component-analysis python quantitative-finance research-replication scientific-computing statistical-computing statistical-modeling supervised-learning time-series-analysis time-series-forecasting
Last synced: 29 Apr 2026
https://github.com/antonio-f/naive_convnet
Naive Convolutional Neural Network with TensorFlow 2
101 convolutional-neural-networks deep-learning easy matplotlib numpy simple tensorflow2 tutorial
Last synced: 29 Apr 2026
https://github.com/ovsidee/psm
Fundamentals of Mathematical Simulations using Python
Last synced: 29 Apr 2026
https://github.com/brainiacsloth/brighttv_viewership_analytics_python
This repository serves to provide an EDA framework for BrightTV Viewership Data.
jupyter-notebook metadata numpy pandas python
Last synced: 29 Apr 2026
https://github.com/divansh2025/python_notebook
Welcome to "Basics of Python", a repository designed to help you master the fundamentals of Python. 🚀
datavisualization matplotlib numpy pandas python seaborn
Last synced: 29 Apr 2026
https://github.com/jack-thesparrow/tube-color-detect
A Python program that detects the colors stored in tubes and returns a JSON file.
matplotlib-pyplot numpy opencv python3 sklearn
Last synced: 29 Apr 2026
https://github.com/adalbertobrant/fundamentalista
Analise de Graham e de Greenblatt para escolha de ações baratas e com bom potencial de crescimento ao longo prazo
graham greenblatt matplotlib numpy pandas python3 streamlit
Last synced: 29 Apr 2026
https://github.com/atchayaah/vois_aicte_oct2025_atchayaa
Comprehensive data science analysis leveraging NYC Airbnb market data to derive actionable insights on optimal pricing models, key performance indicators (KPIs), and factors influencing host trust and guest experience optimization.
jupyter-notebook matplotlib numpy pandas python seaborn
Last synced: 29 Apr 2026
https://github.com/laipching/sprint6_module1
Exploratory Data Analysis with Python (Pandas/Matplotlib/Seaborn). Business questions, metrics and clear visualizations.
data-visualization eda matplotlib numpy pandas python seaborn
Last synced: 29 Apr 2026
https://github.com/muhammadusman-khan/e-commerce-store-eda
Exploratory Data Analysis on E-commerce store data to uncover insights about sales trends, customer behavior, and product performance using Python libraries like Pandas, NumPy, and Matplotlib/Seaborn.
data-analysis data-science data-visualization e-commerce eda exploratory-data-analysis jupyter-notebook matplotlib numpy pandas python seaborn
Last synced: 29 Apr 2026
https://github.com/mohamed15058/cognifyz-data-science-internship-restaurant_data_analysis_and_prediction-
Restaurant_Data_Analysis_and_Prediction
fature-engineering machine-learning matplotlib numpy pandas sklearn
Last synced: 29 Apr 2026
https://github.com/hansalemaos/create_empty_image
Creates new/empty cv2 images/numpy arrays
Last synced: 30 Apr 2026
https://github.com/ola-kaznowska/sigmanoid-function
Sigmanoid function. Written in Python 3.13.1 with matplotlib library and numpy
mathmatics matplotlib numpy python python3
Last synced: 30 Apr 2026
https://github.com/gill-singh-a/radial-velocity-of-star
A Program that approximates the number of exoplanets and their data (Mass, Radius of Revolution and Time Period of Revolution) present in a star system given the Radial Velocity of Star with noise
astronomical-data-analysis astronomy exoplanets fourier-transform matplotlib numpy physics python python-3 science stars
Last synced: 30 Apr 2026
https://github.com/pramodyasahan/grade-predictor
This project aims to predict student performance based on various features such as job, study time, failures, absences, and first and second period grades. The project utilizes a linear regression model from the scikit-learn library in Python.
machine-learning matplotlib numpy pandas python regression scikit-learn
Last synced: 30 Apr 2026
https://github.com/tsar123/coffee-quality-analysis
machine learning using RandomForestRegressor and dataset with coffee data
coffee ml numpy pandas randomforestregressor regressor-models sklearn
Last synced: 30 Apr 2026
https://github.com/shakhthi/network_security
matplotlib numpy pandas pymongo seaborn sklearn
Last synced: 30 Apr 2026
https://github.com/mayankfreelancer/advanced-sales-analytics-dashboard-power-bi-
This interactive Power BI dashboard provides a comprehensive analysis of sales data across regions, categories, and time periods. The project aims to uncover key trends in total sales, profit, quantity sold, and product performance, using advanced visualizations and forecasting techniques. 🛠 Tools & Techniques Used: Power BI
dashboard data-science data-visualization excel numpy pandas powerbi python sales-analysis sql
Last synced: 30 Apr 2026
https://github.com/gabboraron/python_nyelvtan
Egy python nyelvi elemekkel fogallkozó kurzus jegyzete.
ai matplotlib-pyplot numpy pandas
Last synced: 30 Apr 2026
https://github.com/isaacalves7/nvidia-cuda
👁️🗨️📗 It's a repository of Nvidia CUDA programming.
anaconda gpu-programming numba numpy nvidia-cuda python3
Last synced: 30 Apr 2026
https://github.com/mukeshthenraj/video-engagement-prediction
ML project to predict video engagement using Random Forest & XGBoost
gridsearchcv matplotlib numpy pandas random-forest-classifier roc-auc-curve scikit-learn video-analytics xgboost
Last synced: 30 Apr 2026
https://github.com/sayginsaman/hand-gesture-desktop-controller
A comprehensive Python application that transforms your webcam into a powerful desktop control interface using computer vision and hand gesture recognition. Control media playback, volume, scrolling, and navigation with simple hand gestures - no mouse or keyboard required!
chmod gesture gesture-control gesture-detection gesture-recognition gestures media mediapipe numpy opencv pip pyautogui python
Last synced: 30 Apr 2026
https://github.com/abhiram-epuru/ai-powered-movie-recommender
A Movie Recommendation System using the MovieLens dataset, leveraging collaborative filtering techniques such as KNN (k-Nearest Neighbors) and Singular Value Decomposition (SVD). The project demonstrates a personalized recommendation model capable of suggesting movies based on user preferences and interaction data.
matplotlib numpy pandas python sckiit-learn seaborn
Last synced: 30 Apr 2026
https://github.com/beyzabasarir/spotify-youtube-eda
Exploratory Data Analysis of global songs' performance metrics on Spotify and YouTube with Python, using Jupyter Notebook.
eda exploratory-data-analysis jupyter-notebook matplotlib numpy pandas python seaborn
Last synced: 30 Apr 2026
https://github.com/abimathi03/exploratory-data-analysis
Titanic Dataset: Data Cleaning & Exploratory Data Analysis (EDA)
colab-notebook datacleaning dataset eda exploratory-data-analysis jupyter-notebook matplotlib numpy pandas python seaborn
Last synced: 30 Apr 2026
https://github.com/manorohith-03/attendance-system-using-face-recognition
The system leverages the Python programming language and several powerful libraries for image processing and face recognition. The ultimate goal is to provide a more efficient, accurate, and user-friendly attendance tracking solution.
face-recognition numpy opencv pandas python-3
Last synced: 30 Apr 2026
https://github.com/eryks1999/titanic-project
jupyter matplotlib numpy pandas python seaborn titanic-kaggle
Last synced: 30 Apr 2026
https://github.com/priyanshgoantiya/confidence-interval-visualization
Confidence Interval Simulation
matplotlib numpy plotly seaborn
Last synced: 01 May 2026
https://github.com/bjpcjp/optimize-mktg-spend-with-lagrange
simple demo of marketing (2 channel) spend optimization
lagrange matplotlib matplotlib-pyplot numpy python scipy
Last synced: 01 May 2026
https://github.com/splithor1zon/edu-barriermethodlp
Education material for learning/teaching of Linear Progrmming using Barrier Method. Presentation with commentary and python code available.
barrier-method convex-optimization cvxpy educational-project linear-programming numpy presentation python
Last synced: 01 May 2026
https://github.com/ismaelvr1999/bioinspiredalgorithms
This repository contains implementations of various bioinspired algorithms for optimization and machine learning.
machine-learning matplotlib numpy python tensorflow
Last synced: 01 May 2026
https://github.com/shibbir24/amazon-product-sales-data-analysis-trends-and-insights
Amazon Product Sales Data Analysis: Trends and Insights
amazon-dataset data-analysis matplotlib numpy pandas seaborn
Last synced: 01 May 2026
https://github.com/abdoomohamedd/python-data-analysis-projects
A collection of data analysis projects that I have worked on. Each project involves cleaning data, performing exploratory data analysis (EDA), and creating visualizations to extract insights. The projects utilize various Python libraries, including pandas, numpy, matp
data-analysis data-analysis-python data-cleaning data-visualization matplotlib matplotlib-pyplot numpy pandas python
Last synced: 01 May 2026
https://github.com/satyamtripathi8/tools_for_data_science
Introduction to Data Science Tools(Python)
data-analysis-python matplotlib-pyplot numpy pandas
Last synced: 01 May 2026
https://github.com/offthetab/nn_homework
Практические работы по нейронным сетям МИРЭА 3 курс.
gensim ignite matplotlib neural-network nltk numpy pandas scipy-stats seaborn torch torchvision
Last synced: 01 May 2026
https://github.com/aniketwithpython/fundamentals-of-scientific-computing
Fundamentals of Scientific Computing (MS1980) Notebook
jupyter matplotlib numpy pandas python
Last synced: 01 May 2026
https://github.com/abideen-olawuwo/pyspark-prediction
pyspark prediction
linear-regression numpy pandas pyspark
Last synced: 01 May 2026
https://github.com/muhammadadilnaeem/bcg-data-science-job-simulation-on-forage-august-2024
This repository contains all the tasks, code, and documentation completed during the BCG Data Science job simulation on The Forage platform. The simulation focused on analyzing customer churn, building predictive models, and presenting insights for a major utility company.
bcg customer-churn-prediction-with-machine-learning data data-science forage numpy pandas
Last synced: 01 May 2026
https://github.com/rgandhi8/inventory-management-system
This project is an AI-driven Inventory Management System designed to optimize supply chain efficiency by leveraging machine learning techniques for demand forecasting. The system integrates ARIMA and ANNs to predict inventory needs, minimize shortages, and reduce holding costs also enhances decision-making by automating inventory planning.
dashboard inventory-management-system machine-learning numpy pandas python seaborn
Last synced: 08 Jun 2026
https://github.com/v-goncharenko/freespace
Implementation of signal propagation in free space
numpy python signal-processing
Last synced: 02 May 2026
https://github.com/fabriciocovalesci/sistema-vendas-graficos
Sistema simples de vendas e estoque, com gráficos usando Matplotlib
matplotlib matplotlib-pyplot numpy python-script python3 venv virtualenv
Last synced: 02 May 2026
https://github.com/camsai/jupyterlite
CAMSAI JupyterLite is a lightweight, browser-based environment tailored for AI-driven materials science research. It integrates CAMSAI tools, schemas, and workflows, enabling users to validate data, run simulations, and explore materials science applications without requiring local installation or setup.
chemistry jupyterlite materials materials-design materials-informatics materials-science matplotlib numpy pyodide python scipy
Last synced: 02 May 2026
https://github.com/hariprasath-v/solafune_aerosol_optical_depth_estimation
Estimate AOD using Sentinel-2 data, leveraging its spectral bands and spatial resolution to improve accuracy.
catboost efficientnet exploratory-data-analysis huggingface jupyter-notebook matplotlib numpy pandas pearson-correlation python remote-sensing seaborn solafune timm transformer
Last synced: 02 May 2026
https://github.com/vermenea/masters---ad-signaling-pathway-using-hsp90-inhibitor
Influence of 17-AAG a Hsp90 inhibitor on signaling pathway in Atopic Dermatitis
matplotlib numpy pandas python seaborn statmodels
Last synced: 02 May 2026
https://github.com/ifte-13/digit-classification-with-mnist
MNIST Digit Classification: Comparative Analysis of Optimization Algorithms
matplotlib mnist-dataset numpy tensorflow
Last synced: 02 May 2026
https://github.com/hadjuse/spotify-recommendation-knn
Here is a personal project where i use KNN project to classify songs
data-science graphics interpretation knn-classification machine-learning matplotlib music numpy plotly spotify
Last synced: 03 May 2026