From b8f7ee2cbc868db6447d77aec5cc6703afd758cc Mon Sep 17 00:00:00 2001 From: Vijay Janapa Reddi Date: Sat, 25 Oct 2025 17:07:43 -0400 Subject: [PATCH] Add activity badges to README - Add last commit badge to show project is actively maintained - Add commit activity badge to show consistent development - Add GitHub stars badge for social proof - Add contributors badge to highlight collaboration --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 703a5d55..917f8789 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,18 @@ **Build ML Systems From First Principles** + ![Python](https://img.shields.io/badge/python-3.8+-blue.svg) ![License](https://img.shields.io/badge/license-MIT-green.svg) [![Documentation](https://img.shields.io/badge/docs-jupyter_book-orange.svg)](https://mlsysbook.github.io/TinyTorch/) ![Status](https://img.shields.io/badge/status-active-success.svg) + +![Last Commit](https://img.shields.io/github/last-commit/MLSysBook/TinyTorch) +![Commit Activity](https://img.shields.io/github/commit-activity/m/MLSysBook/TinyTorch) +![GitHub Stars](https://img.shields.io/github/stars/MLSysBook/TinyTorch?style=social) +![Contributors](https://img.shields.io/github/contributors/MLSysBook/TinyTorch) + > 🚧 **Work in Progress** - Actively developing TinyTorch for Spring 2025! All 20 core modules (01-20) are implemented but still being debugged and tested. Core foundation modules (01-09) are stable. Transformer and optimization modules (10-20) are functional but undergoing refinement. Join us in building the future of ML systems education. ## 📖 Table of Contents