shivendrra's Stars
karpathy/llm.c
LLM training in simple, raw C/CUDA
lucidrains/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch
ItzCrazyKns/Perplexica
Perplexica is an AI-powered search engine. It is an Open source alternative to Perplexity AI
naklecha/llama3-from-scratch
llama3 implementation one matrix multiplication at a time
hydralauncher/hydra
Hydra is a game launcher with its own embedded bittorrent client
vfsfitvnm/ViMusic
An Android application for streaming music from YouTube Music.
vikhyat/moondream
tiny vision language model
tensorspace-team/tensorspace
Neural network 3D visualization framework, build interactive and intuitive model in browsers, support pre-trained deep learning models from TensorFlow, Keras, TensorFlow.js
mintisan/awesome-kan
A comprehensive collection of KAN(Kolmogorov-Arnold Network)-related resources, including libraries, projects, tutorials, papers, and more, for researchers and developers in the Kolmogorov-Arnold Network field.
alessiodm/drl-zh
Deep Reinforcement Learning: Zero to Hero!
rutura/The-C-20-Masterclass-Source-Code
Source code for the C++ 20 Masterclass on udemy
lucidrains/alphafold3-pytorch
Implementation of Alphafold 3 from Google Deepmind in Pytorch
HACKE-RC/awesome-reversing
A collection of resources to learn Reverse Engineering from start!
clu0/unet.cu
UNet diffusion model in pure CUDA
gokayfem/awesome-vlm-architectures
Famous Vision Language Models and Their Architectures
CL2-UWaterloo/f1tenth_ws
A repository for autonomous racing written in ROS2, designed for the F1TENTH platform. Code can run both in the physical car, as well as simulation with custom launch files.
smolorg/smolar
a tiny multidimensional array implementation in C similar to numpy, but only one file.
smolorg/smolgrad
small auto-grad engine inspired from Karpathy's micrograd and PyTorch
nexxeln/mini-git
simplified version of git from scratch
lucasdelimanogueira/PyNorch
Recreating PyTorch from scratch (C/C++, CUDA, NCCL and Python, with multi-GPU support and automatic differentiation!)
nreHieW/r-nn
Tensor library with autograd using only Rust's standard library
arthurdjn/nets
Recreating PyTorch from scratch, using Numpy. Supports FCN, CNN, RNN layers.
hkproj/lazy-ml
ML algorithms implementations that are good for learning the underlying principles
Maharshi-Pandya/Sha256-Go-Implementation
A simple implementation of the sha256 hashing algorithm in Go.
shhivv/youtube-md
Produce a readable markdown summary from a YouTube video.
ajhalthor/Informer
Building the informer from scratch
Maharshi-Pandya/YouTube-Downloader
A python script which downloads YouTube video/audio from the CLI arguments itself.
Devesh9446/Drone_Automation
AI-Enabled Autonomous Drone for Human Detection, Location Tracking, and Gesture-Controlled Services.
joey00072/ring-flash-attention
Ring attention implementation with flash attention
retrogtx/http-from-scratch
simple http server from scratch in c++