Hacker News new | ask | show | jobs
Show HN: Distil-localdoc.py – SLM assistant for writing Python documentation (github.com)
4 points by party-horse123 224 days ago
We built an SLM assistant for automatic Python documentation - a Qwen3 0.6B parameter model that generates complete, properly formatted docstrings for your code in Google style. Run it locally, keeping your proprietary code secure!

```bash python localdoc.py --file your_script.py ```