Narratological Algorithmic Lenses
14 narratological studies × 92 algorithms — formalizing narrative principles from Aristotle to Pixar as executable code, with CLI, API, web dashboard, and real screenplay analysis
standardGRADUATEDACTIVECIPlatinum
architecture
**Hybrid: Python core + TypeScript web app** ``` narratological-algorithmic-lenses/ ├── specs/ # Theoretical specifications (14 studies, templates, sources) │ ├── 01-primary-sources/ │ ├── 02-completed-studies/ │ ├── 03-structured-data/ # JSON exports + unified compendium │ ├── 04-templates/ │ ├── 05-secondary-sources/ │ └── 07-skill-documentation/ │ ├── packages/ │ ├── core/ # Python core library (Pydantic models, algorithms) │ ├── cli/ # Python CLI application (typer) │ ├── api/ # FastAPI backend │ └── web/ # TypeScript/React web app (Vite) │ ├── pyproject.toml # Python workspace root (uv) └── package.json # Node.js workspace root ```
Links
Git Stats
- Commits
- 51
- Velocity
- 2.5/wk
- First
- 2026-01-28
- Last
- 2026-03-17