25 lines
1009 B
HTML
25 lines
1009 B
HTML
|
|
<section>
|
||
|
|
<h2>Arquitectura: Microservicios Docker</h2>
|
||
|
|
<div class="two-columns-60-40">
|
||
|
|
<div>
|
||
|
|
<img src="figures/figura_6.png" alt="Arquitectura" style="width: 100%; border-radius: 8px;">
|
||
|
|
<div class="fig-caption">Arquitectura de microservicios para optimización OCR</div>
|
||
|
|
</div>
|
||
|
|
<div>
|
||
|
|
<ul class="compact-list">
|
||
|
|
<li><strong>Contenedor Ray Tune:</strong> Orquestador de trials (Optuna TPE)</li>
|
||
|
|
<li><strong>Contenedor OCR:</strong> PaddleOCR con acceso GPU</li>
|
||
|
|
<li><strong>Comunicación:</strong> REST API (HTTP POST /evaluate)</li>
|
||
|
|
<li><strong>Respuesta:</strong> JSON {CER, WER, TIME}</li>
|
||
|
|
<li><strong>Docker Compose:</strong> Despliegue reproducible</li>
|
||
|
|
</ul>
|
||
|
|
<div class="highlight-box" style="font-size:0.65em; margin-top:15px;">
|
||
|
|
<strong>Hardware:</strong><br>
|
||
|
|
RTX 3060 Laptop (5.66 GB VRAM)<br>
|
||
|
|
AMD Ryzen 7 5800H<br>
|
||
|
|
16 GB DDR4 | Ubuntu 24.04
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</section>
|