This commit is contained in:
Hamza Zakaria 2026-05-13 14:11:07 +01:00
commit 894c5b0e9e

View File

@ -452,9 +452,10 @@ The classifier automatically probes available VRAM at startup and picks the larg
--- ---
## 5. API Server ## 5. API Server
<img src="assets/Polling Pattern.png" />
A REST API with a polling pattern for integration into other applications. A REST API with a polling pattern for integration into other applications.
<p align="center">
<img src="assets/Polling Pattern.png" height=400 />
</p>
```bash ```bash
pip install fastapi uvicorn pip install fastapi uvicorn