Pinned Repositories
AnubhabB
Config files for my GitHub profile.
audio-instruct
A desktop voice assistant with LLaMA3 and Whisper in Rust
candle
Minimalist ML framework for Rust
cloud-storage-rs
A crate for uploading files to Google cloud storage, and for generating download urls.
cudarc
Safe rust wrapper around CUDA toolkit
diff-match-patch-rs
A very fast, accurate and wasm ready port of Diff Match Patch in Rust. The diff implementation is based on Myers' diff algorithm.
learn-mpc
Learning massively-parallel-computing
retaugen
From scratch desktop app to for your local document QA using your own RAG (Retrieval-Augmented Generation) pipeline
wasm-diff
Text `diff` demo in browser with Rust WASM
candle
Minimalist ML framework for Rust
AnubhabB's Repositories
AnubhabB/diff-match-patch-rs
A very fast, accurate and wasm ready port of Diff Match Patch in Rust. The diff implementation is based on Myers' diff algorithm.
AnubhabB/audio-instruct
A desktop voice assistant with LLaMA3 and Whisper in Rust
AnubhabB/wasm-diff
Text `diff` demo in browser with Rust WASM
AnubhabB/candle
Minimalist ML framework for Rust
AnubhabB/learn-mpc
Learning massively-parallel-computing
AnubhabB/retaugen
From scratch desktop app to for your local document QA using your own RAG (Retrieval-Augmented Generation) pipeline
AnubhabB/AnubhabB
Config files for my GitHub profile.
AnubhabB/cloud-storage-rs
A crate for uploading files to Google cloud storage, and for generating download urls.
AnubhabB/cudarc
Safe rust wrapper around CUDA toolkit
AnubhabB/detr
End-to-End Object Detection with Transformers
AnubhabB/diff-match-patch-rs-bench
Benchmarking the crate `diff-match-patch-rs` against other implementations.
AnubhabB/Fast-SRGAN
A Fast Deep Learning Model to Upsample Low Resolution Videos to High Resolution at 30fps
AnubhabB/gpt-fast
Fast and hackable pytorch native transformer inference. Meant to be copied and modified
AnubhabB/image-features
[EXPERIMENTS] Image feature extraction from scratch in Rust
AnubhabB/instruct-app
A simple desktop application to QA with LLaMA3 - built with Rust
AnubhabB/oox-rs
Office Open XML file format deserialization library written in Rust
AnubhabB/polars
Rust DataFrame library
AnubhabB/qdrant
Qdrant - vector similarity search engine with extended filtering support
AnubhabB/rust-stats
Basic statistical functions on streams for Rust.
AnubhabB/llama3
[PLACEHOLDER] Pure Rust LLaMA3 implementation in rust as a crate
AnubhabB/metal-rs
Rust bindings for Metal
AnubhabB/nvidia-cub
Cooperative primitives for CUDA C++. See https://github.com/NVIDIA/cccl
AnubhabB/runpodctl
🧰 | RunPod CLI for pod management
AnubhabB/rust-tfrecord
A Rust crate that reads and writes tfrecord files
AnubhabB/tensor-bench
Benchmarking tensor ops
AnubhabB/text-splitter
Split text into semantic chunks, up to a desired chunk size. Supports calculating length by characters and tokens, and is callable from Rust and Python.
AnubhabB/tiktoken-rs
Ready-made tokenizer library for working with GPT and tiktoken
AnubhabB/tokenizers
💥 Fast State-of-the-Art Tokenizers optimized for Research and Production
AnubhabB/vae
An implementation of Vaariational Auto Encoder
AnubhabB/xVal
Repository for code used in the xVal paper