shivendrra's Stars
Vision-Intelligence-and-Robots-Group/Awesome-Segment-Anything
A collection of project, papers, and source code for Meta AI's Segment Anything Model (SAM) and related studies.
KhawajaAbaid/machine-learning-in-c
machine learning from absolute scratch in c. gradients, linear algebra ops & everything else without using any third party library!
lucidrains/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch
djhworld/simple-computer
the scott CPU from "But How Do It Know?" by J. Clark Scott
juraam/stable-diffusion-from-scratch
Implementation of Stable Diffusion with PyTorch
DataformerAI/dataformer
Solving data for LLMs - Create quality synthetic datasets!
EurekaLabsAI/tensor
The Tensor (or Array)
Om-Alve/Neural_Networks_in_C
Devesh9446/Drone_Automation
AI-Enabled Autonomous Drone for Human Detection, Location Tracking, and Gesture-Controlled Services.
smolorg/smolar
a tiny multidimensional array implementation in C similar to numpy, but only one file.
arthurdjn/nets
Recreating PyTorch from scratch, using Numpy. Supports FCN, CNN, RNN layers.
nexxeln/mini-git
simplified version of git from scratch
rutura/The-C-20-Masterclass-Source-Code
Source code for the C++ 20 Masterclass on udemy
lucasdelimanogueira/PyNorch
Recreating PyTorch from scratch (C/C++, CUDA, NCCL and Python, with multi-GPU support and automatic differentiation!)
Maharshi-Pandya/Sha256-Go-Implementation
A simple implementation of the sha256 hashing algorithm in Go.
nreHieW/r-nn
Tensor library with autograd using only Rust's standard library
HACKE-RC/awesome-reversing
A collection of resources to learn Reverse Engineering from start!
vikhyat/moondream
tiny vision language model
clu0/unet.cu
UNet diffusion model in pure CUDA
joey00072/ring-flash-attention
Ring attention implementation with flash attention
shhivv/youtube-md
Produce a readable markdown summary from a YouTube video.
retrogtx/rust-webserver
web server written in rust
smolorg/smolgrad
small auto-grad engine inspired from Karpathy's micrograd and PyTorch
vfsfitvnm/ViMusic
An Android application for streaming music from YouTube Music.
ajhalthor/Informer
Building the informer from scratch
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
gokayfem/awesome-vlm-architectures
Famous Vision Language Models and Their Architectures
hkproj/lazy-ml
ML algorithms implementations that are good for learning the underlying principles
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.