From fc3fc7452ea90dfa044e1b820960291680dd4023 Mon Sep 17 00:00:00 2001 From: Tanay Mishra Date: Tue, 11 Aug 2026 19:45:44 +0530 Subject: [PATCH] Enhance README with contributor acknowledgment Added gratitude section for contributors and call to action for collaboration. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c412882..914523b 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,16 @@ LeanPass is a lightweight, transparent NumPy-based autodiff library for small neural network experiments. It is designed to be easy to read, simple to inspect, and practical for learning how automatic differentiation works under the hood. +I am incredibly grateful to the early contributors helping me shape this project! Click on their profiles below to **follow them** and check out their work: + + + + + +Made with [contrib.rocks](https://contrib.rocks). + +*Want to help out?* I am actively looking for fresh eyes to test features, fix bugs, or improve docs. Check out the open [Issues](https://github.com/Terminay/leanpass) or just open a PR. + ![demo](leanpass.gif) ## Why LeanPass?