Load your local `.tflite` file or a URL, define the expected input shape, and verify the model's output signature.
1. Load Model
Awaiting model file or URL...
--- OR ---
2. Input & Output Signature
Enter the exact input shape your model expects. This is essential for a successful dry run.
Input Shape Placeholder
Output Shape Placeholder
Detailed Model Structure (Layers/Nodes):
The TFLite runtime primarily exposes the `predict` function. For deeper inspection (layers, nodes, internal graph structure), please open your **Developer Console (F12)** and inspect the `tfliteModel` object logged after successful loading.