# rasbt/LLMs-from-scratch SLOC report

> As of 2026-09-03 (commit ef9fbc2f52bf), rasbt/LLMs-from-scratch contains 77,359 total lines: 52,543 code, 12,901 comments, 11,915 blank, across 286 files in 7 languages (top: Python 34.8%). Counted with tokei via OctoCounts.

OctoCounts produced this report by resolving rasbt/LLMs-from-scratch to commit ef9fbc2f52bf, downloading the repository source archive, and counting every source file with tokei, the open-source line counter written in Rust. The table below breaks the count down by programming language into files, total lines, code lines, comment lines, and blank lines, so the figures can be compared across languages and projects. Results are cached by commit, tokei version, and analysis options, so counting the same revision again reproduces exactly these numbers.

## Repository size insights

This is a medium-sized codebase by counted code lines. Code represents 67.9% of all lines, comments represent 16.7%, and the repository averages 184 code lines per file. Python accounts for 34.8% of counted code.

| Language | Files | Lines | Code | Comments | Blanks |
| --- | ---: | ---: | ---: | ---: | ---: |
| Python | 113 | 26,771 | 18,311 | 3,208 | 5,252 |
| Jupyter Notebooks | 64 | 28,128 | 17,189 | 6,429 | 4,510 |
| JSON | 16 | 16,815 | 16,815 | 0 | 0 |
| YAML | 1 | 167 | 125 | 15 | 27 |
| TOML | 2 | 121 | 103 | 3 | 15 |
| Markdown | 73 | 4,612 | 0 | 2,784 | 1,828 |
| Plain Text | 17 | 745 | 0 | 462 | 283 |

Top language (Python 34.8%). Generated at 2026-09-03T06:44:19.153847406+00:00. Canonical report: https://octocounts.com/github/rasbt/LLMs-from-scratch

## Report FAQ

### How many lines of code does rasbt/LLMs-from-scratch have?

rasbt/LLMs-from-scratch has 77,359 total lines, including 52,543 code lines, 12,901 comment lines, and 11,915 blank lines.

### How was the rasbt/LLMs-from-scratch line count measured?

OctoCounts resolved the public GitHub repository to commit ef9fbc2f52bf, downloaded the source archive, counted it with tokei, and cached the report by commit, tokei version, and analysis options.

### What commit was counted for rasbt/LLMs-from-scratch?

This OctoCounts report was generated from main at commit ef9fbc2f52bf on 2026-09-03T06:44:19.153847406+00:00.

## Similar repository reports

- [elder-plinius/OBLITERATUS](https://octocounts.com/github/elder-plinius/OBLITERATUS) — Python, 53,126 code lines
- [tirth8205/code-review-graph](https://octocounts.com/github/tirth8205/code-review-graph) — Python, 53,155 code lines
- [rachelos/we-mp-rss](https://octocounts.com/github/rachelos/we-mp-rss) — Python, 53,292 code lines
- [microsoft/graphrag](https://octocounts.com/github/microsoft/graphrag) — Python, 51,784 code lines
- [doronz88/pymobiledevice3](https://octocounts.com/github/doronz88/pymobiledevice3) — Python, 51,656 code lines
- [PRUNplanner/backend](https://octocounts.com/github/PRUNplanner/backend) — Python, 53,669 code lines

## Related OctoCounts pages

- [Recently analyzed repositories](https://octocounts.com/recent)
- [Popular SLOC reports](https://octocounts.com/popular)
- [Trending GitHub repositories](https://octocounts.com/trending)
- [Hall of Monoliths](https://octocounts.com/hall-of-monoliths)
- [TensorFlow vs PyTorch](https://octocounts.com/compare/tensorflow-vs-pytorch)
- [Django vs Ruby on Rails](https://octocounts.com/compare/django-vs-rails)
- [Laravel vs Django](https://octocounts.com/compare/laravel-vs-django)
- [GitHub SLOC counter guide](https://octocounts.com/docs/github-sloc-counter)
- [Counting methodology](https://octocounts.com/docs/methodology)
- [OctoCounts API docs](https://octocounts.com/docs/api)
