Pinned Repositories
cudacodes
Learnings and programs related to CUDA
Interp-Python
Attempt to make a simple interpreter for PASCAL in Python.
Perlin-Noise-Implementation
Implementation of the Perlin Noise algorithm to generate noise values in the range [0,1].
Sha256-Go-Implementation
A simple implementation of the sha256 hashing algorithm in Go.
ndgo
N-dimensional array implementation in Go without any third party library
smolar
a tiny multidimensional array implementation in C similar to numpy, but only one file.
smolgrad
small auto-grad engine inspired from Karpathy's micrograd and PyTorch
smoltropix
MLX port for xjdr's entropix sampler (mimics jax implementation)
smolvecstore
a tiny vectorstore implementation built with numpy.
Maharshi-Pandya's Repositories
Maharshi-Pandya/cudacodes
Learnings and programs related to CUDA
Maharshi-Pandya/Perlin-Noise-Implementation
Implementation of the Perlin Noise algorithm to generate noise values in the range [0,1].
Maharshi-Pandya/Sha256-Go-Implementation
A simple implementation of the sha256 hashing algorithm in Go.
Maharshi-Pandya/Interp-Python
Attempt to make a simple interpreter for PASCAL in Python.
Maharshi-Pandya/os-lab-project
A web application which "simulates" the CPU scheduling algorithms
Maharshi-Pandya/YouTube-Downloader
A python script which downloads YouTube video/audio from the CLI arguments itself.
Maharshi-Pandya/AnimeGPTSan
AnimeGPTSan can be used to generate new descriptions/synopses for anime, based on some input prompt.
Maharshi-Pandya/chat-in-terminal
Chat with a LLM inside your terminal
Maharshi-Pandya/ez-manim
Maharshi-Pandya/Image-Steganography
Generate steganographic image hiding the input text provided by the user.
Maharshi-Pandya/sd-pytorch
Stable Diffusion implementation in PyTorch and stuff
Maharshi-Pandya/yade
YADE is a CLI tool for performing encryption/decryption of any file using known and common algorithms.
Maharshi-Pandya/Maharshi-Pandya
Profile Repository
Maharshi-Pandya/mlinit-api
API to perform data analysis on CSV datasets
Maharshi-Pandya/wordle-dbms
A terminal based Wordle game for my university DBMS project
Maharshi-Pandya/blockchain-go
A simple implementation of how Blockchains work, in Go
Maharshi-Pandya/perlin-noise-blog
The blog which explains how I created the Perlin Noise Implementation
Maharshi-Pandya/alu-simulation
A simple and concise simulation of how ALU works in a computer using logic gates
Maharshi-Pandya/bearblogs
My blogs for bearblog dot com goes here
Maharshi-Pandya/blogs
some of my blogs go here
Maharshi-Pandya/covid-fetch
Covid data fetched from the government website, to make it available in useful file formats
Maharshi-Pandya/endow_foundations_payment_integration_website
A Simple static website, where you can Pay(Donate) from your bank account.
Maharshi-Pandya/Ethereum-with-React
An attempt to make a simple todo-list using Ethereum Smart Contracts and React
Maharshi-Pandya/gpt-pytorch
simple implementation of the GPT-1 paper in pytorch
Maharshi-Pandya/hacktoberfest2022
Hacktoberfest2022 - Contribute given programs in any language you want, every valid PR will be accepted!!! Make sure to star this repo.
Maharshi-Pandya/Housing-Prices-Competition-Kaggle
The fine-tuned regressor model which I made for the Kaggle competition for learners.
Maharshi-Pandya/Image-Steganograhy-Python
A python application for generating steganographic images.
Maharshi-Pandya/maharshi-pandya.github.io
Maharshi-Pandya/R-for-Data-Science
All my learnings in R for Data Science resides here
Maharshi-Pandya/YuE-optim
Optimized version of the YuE model