From f34fc2f1f6384fe903dac6191b8283b5df177923 Mon Sep 17 00:00:00 2001 From: Tanay Mishra Date: Wed, 12 Aug 2026 22:59:04 +0530 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 914523b..fd3faab 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,13 @@ pip install leanpass Full documentation is available at [**leanpass.kilobyte136.workers.dev**](https://leanpass.kilobyte136.workers.dev/) and includes API reference, core concept explanations, and hands-on guides covering regression, classification, MNIST, gradient checking, and custom layers. +### DeepWiki + +To delve more into the development of leanpass, you could check out the *devin indexed* deepwiki docs. +The deepwiki docs update *1 day later* of every release or update made to leanpass, note that. + +[![Ask DeepWiki](https://devin.ai/assets/askdeepwiki.png)](https://deepwiki.com/Terminay/leanpass) + ## Quick start ```python