presentation
Some checks failed
build_docker / essential (push) Successful in 1s
build_docker / build_paddle_ocr (push) Failing after 5m31s
build_docker / build_easyocr (push) Failing after 7m40s
build_docker / build_doctr (push) Has been cancelled
build_docker / build_doctr_gpu (push) Has been cancelled
build_docker / build_raytune (push) Has been cancelled
build_docker / build_paddle_ocr_gpu (push) Has been cancelled
build_docker / build_easyocr_gpu (push) Has been cancelled
Some checks failed
build_docker / essential (push) Successful in 1s
build_docker / build_paddle_ocr (push) Failing after 5m31s
build_docker / build_easyocr (push) Failing after 7m40s
build_docker / build_doctr (push) Has been cancelled
build_docker / build_doctr_gpu (push) Has been cancelled
build_docker / build_raytune (push) Has been cancelled
build_docker / build_paddle_ocr_gpu (push) Has been cancelled
build_docker / build_easyocr_gpu (push) Has been cancelled
This commit is contained in:
24
thesis_output/presentation/slides/08_architecture.html
Normal file
24
thesis_output/presentation/slides/08_architecture.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user