💻 Interactive Demonstration Notebook
For a live, step-by-step walkthrough of the entire project pipeline without needing to set up Docker, please see our demonstration notebook:
➡️demo.ipynb
The Purpose of This Notebook
This notebook is a mock demonstration of the project pipeline, created specifically for presentation and review purposes.
It does not reproduce the full codebase or perform real computations — instead, it walks the reader through the key stages of the project (data preparation, training, merging, quantization, inference) using simplified logic, placeholder data, and printed outputs.
Its sole purpose is to help reviewers quickly understand the overall flow and structure of the system without needing to run Docker or examine the full implementation.
⚠️ Note: This notebook does not execute real training or quantization — these steps are simulated with prints or placeholders to ensure stability in the notebook environment.
For actual execution, see the Docker setup and source code below.
Think of it as a guided tour, not a working prototype.