This repo contains a simple app to visualize how a LLM works. This was inspired by https://github.com/glaforge/llm-text-tokenization and could be considered as an extention of it.
The app is meant to be show during this talk (in French)
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
Note: The file Context Engineering.pptx is NOT covered by this license and is reserved. It may not be modified, distributed, or reused without explicit written permission.
python -m uvicorn server.main:app --host 127.0.0.1 --port 8000 2>&1
