1. sumsum
Local text summarization using LLM!
- Built as a python package using 
ollama, huggingface, click, rich, requests- python libraries anduv-package manager. - Uses a fine-tuned Llama3.2-3B-Instruct which is fine tuned by me for summarization task.
 - Check out the GitHub Repository
 - Check out the python package on PyPI
 
2. Bishõgrad
Custom Autograd Engine for building neural networks!
- Made from scratch (just uses 
numpy) - Check out the GitHub Repository
 - Check out the python package on PyPI
 - Inspired by Andrej Karpathy’s micrograd
 
3. Code Base Analyzer
Analyze any GitHub repository using ChatGPT from your terminal!
- A CLI tool, made using python, to analyze any GitHub repository for code improvements, bug fixes, and more!
 - Check out the GitHub Repository
 
4. Flow Fields
A generative art web-page
- Uses 
Perlin Noiseand vector algorithm to make stunning flow field art pieces. - View live website
 - Check out the GitHub Repository