huggingface / nanoVLM
Components

An overview of source code logical components.

Intro

Logical decomposition is a representation of the organization of the main source code, where every and each file is put in exactly one logical component.

Logical Decompositions Overview

Analyzed system has 1 logical decomposition:

Logical Decomposition #1: PRIMARY

The decompositions is based on the folder structure at level 1 (relative to the source code root).

Bubble Chart | Tree Map
Component Sizes (Lines of Code)
The "primary" logical decomposition has 4 components.
  • 22 files, 9,198 LOC (100.0% vs. main code).
  • "ROOT" is biggest, containing 81.95% of LOC.
  • "data" is smallest, containing 3.84% of LOC.


ROOT7538 LOC (81%) 4 files
models777 LOC (8%) 7 files
eval530 LOC (5%) 5 files
data353 LOC (3%) 6 files
Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
ROOT155 commits (53%)
models132 commits (45%)
data49 commits (16%)
eval11 commits (3%)
Yearly File Updates Trend per Components
The number of file changes in commits
animated commit history: all time cumulative | 12 months window
2025
ROOT
207
models
198
data
77
eval
19


Dependencies between components in same commits (past 180 days)
The number on the lines shows the number of shared commits.
See detailed temporal dependencies report...

G models models models--models 39 ROOT ROOT models--ROOT 71 ROOT--ROOT 41 data data data--models 27 data--ROOT 32 data--data 23 eval eval eval--models 3 eval--ROOT 5 eval--eval 2


2025-06-30 09:15