Skip to content

docs: add Spanish README - #21

Open
webbrain-one wants to merge 1 commit into
Ahmet-Ruchan:mainfrom
webbrain-one:webbrain/readme-translation
Open

docs: add Spanish README#21
webbrain-one wants to merge 1 commit into
Ahmet-Ruchan:mainfrom
webbrain-one:webbrain/readme-translation

Conversation

@webbrain-one

@webbrain-one webbrain-one commented Aug 3, 2026

Copy link
Copy Markdown

Adds README.es-ES.md alongside the original documentation.

Summary by Sourcery

Documentation:

  • Introduce README.es-ES.md providing a full Spanish translation of the ML Engineer RoadMap documentation.

@sourcery-ai

sourcery-ai Bot commented Aug 3, 2026

Copy link
Copy Markdown

Reviewer's Guide

Adds a full Spanish translation of the main README as README.es-ES.md, mirroring the ML Engineer roadmap documentation for Spanish-speaking users.

File-Level Changes

Change Details Files
Add a Spanish-language version of the main README as standalone documentation.
  • Create new README.es-ES.md file with a complete Spanish translation of the ML Engineer RoadMap content
  • Mirror the original README structure: project intro, multi-phase roadmap, specialization tracks, tools/technologies, resources, and contribution guidelines
  • Include installation and quickstart commands consistent with existing project setup
  • Localize headings, descriptions, and career path details while preserving technical terms and links
README.es-ES.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've found 3 issues, and left some high level feedback:

  • Consider adding a language switch section in both README.md and README.es-ES.md (e.g., mutual links between the English and Spanish versions) so users can easily navigate between translations.
Prompt for AI Agents
Please address the comments from this code review:

## Overall Comments
- Consider adding a language switch section in both README.md and README.es-ES.md (e.g., mutual links between the English and Spanish versions) so users can easily navigate between translations.

## Individual Comments

### Comment 1
<location path="README.es-ES.md" line_range="161-170" />
<code_context>
+### Fase 5: Rutas de Especialización (12-18 meses)
+**Objetivo**: Elige tu especialización y domínala
+
+#### Rastro 1: Visión por Computadora
+- Clasificación de Imágenes
+- Detección de Objetos (YOLO, R-CNN)
+- Segmentación de Imágenes
+- Reconocimiento Facial
+- OpenCV & PIL
+
+#### Rastro 2: Procesamiento de Lenguaje Natural (NLP)
+- Preprocesamiento de Texto
+- Embeddings de Palabras (Word2Vec, GloVe)
+- Modelos Secuenciales
+- BERT, GPT, Transformers
+- Análisis de Sentimiento, NER, Traducción Automática
+
+#### Rastro 3: Aprendizaje por Refuerzo
+- Procesos de Decisión de Markov
+- Q-Learning
+- Redes Q Profundas (DQN)
+- Métodos de Gradiente de Política
+- Métodos Actor-Crítico
+
+#### Rastro 4: MLOps y Producción
+- Despliegue de Modelos
+- Docker & Kubernetes
</code_context>
<issue_to_address>
**issue (typo):** Usar "Ruta" en lugar de "Rastro" para los títulos de las rutas de especialización.

En este contexto, “rastro” suena más a “huella” que a “camino” o “itinerario”. Propongo actualizar los encabezados a:
- `#### Ruta 1: Visión por Computadora`
- `#### Ruta 2: Procesamiento de Lenguaje Natural (NLP)`
- `#### Ruta 3: Aprendizaje por Refuerzo`
- `#### Ruta 4: MLOps y Producción`

Suggested implementation:

```
#### Ruta 1: Visión por Computadora

```

```
#### Ruta 2: Procesamiento de Lenguaje Natural (NLP)

```

```
#### Ruta 3: Aprendizaje por Refuerzo

```

```
#### Ruta 4: MLOps y Producción

```
</issue_to_address>

### Comment 2
<location path="README.es-ES.md" line_range="327-330" />
<code_context>
+- Identifica tu estilo de aprendizaje (video, libros, proyectos)
+
+### Paso 3: Crea un Horario de Estudio
+- Dedicar 2-4 horas diarias (o 15-20 horas semanales)
+- Equilibra teoría y proyectos prácticos
+- Haz descansos regulares para evitar el agotamiento
</code_context>
<issue_to_address>
**suggestion (typo):** Ajustar el verbo a imperativo para mantener coherencia con el resto de la lista.

Aquí podrías cambiarlo a: "Dedica 2-4 horas diarias (o 15-20 horas semanales)" para mantener el mismo uso de imperativo que en los otros puntos.

```suggestion
### Paso 3: Crea un Horario de Estudio
- Dedica 2-4 horas diarias (o 15-20 horas semanales)
- Equilibra teoría y proyectos prácticos
- Haz descansos regulares para evitar el agotamiento
```
</issue_to_address>

### Comment 3
<location path="README.es-ES.md" line_range="333" />
<code_context>
+- Haz descansos regulares para evitar el agotamiento
+
+### Paso 4: Construye Proyectos
+- Comienza con proyectos simples (clasificación Iris)
+- Progresar hacia aplicaciones complejas
+- Crea un portafolio en GitHub
</code_context>
<issue_to_address>
**nitpick (typo):** Añadir la preposición "de" en "clasificación de Iris" para sonar más natural en español.

Si quieres ser más explícito, podrías usar: "Comienza con proyectos simples (clasificación del conjunto de datos Iris)".

```suggestion
- Comienza con proyectos simples (clasificación del conjunto de datos Iris)
```
</issue_to_address>

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Comment thread README.es-ES.md
Comment on lines +161 to +170
#### Rastro 1: Visión por Computadora
- Clasificación de Imágenes
- Detección de Objetos (YOLO, R-CNN)
- Segmentación de Imágenes
- Reconocimiento Facial
- OpenCV & PIL

#### Rastro 2: Procesamiento de Lenguaje Natural (NLP)
- Preprocesamiento de Texto
- Embeddings de Palabras (Word2Vec, GloVe)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue (typo): Usar "Ruta" en lugar de "Rastro" para los títulos de las rutas de especialización.

En este contexto, “rastro” suena más a “huella” que a “camino” o “itinerario”. Propongo actualizar los encabezados a:

  • #### Ruta 1: Visión por Computadora
  • #### Ruta 2: Procesamiento de Lenguaje Natural (NLP)
  • #### Ruta 3: Aprendizaje por Refuerzo
  • #### Ruta 4: MLOps y Producción

Suggested implementation:

#### Ruta 1: Visión por Computadora

#### Ruta 2: Procesamiento de Lenguaje Natural (NLP)

#### Ruta 3: Aprendizaje por Refuerzo

#### Ruta 4: MLOps y Producción

Comment thread README.es-ES.md
Comment on lines +327 to +330
### Paso 3: Crea un Horario de Estudio
- Dedicar 2-4 horas diarias (o 15-20 horas semanales)
- Equilibra teoría y proyectos prácticos
- Haz descansos regulares para evitar el agotamiento

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion (typo): Ajustar el verbo a imperativo para mantener coherencia con el resto de la lista.

Aquí podrías cambiarlo a: "Dedica 2-4 horas diarias (o 15-20 horas semanales)" para mantener el mismo uso de imperativo que en los otros puntos.

Suggested change
### Paso 3: Crea un Horario de Estudio
- Dedicar 2-4 horas diarias (o 15-20 horas semanales)
- Equilibra teoría y proyectos prácticos
- Haz descansos regulares para evitar el agotamiento
### Paso 3: Crea un Horario de Estudio
- Dedica 2-4 horas diarias (o 15-20 horas semanales)
- Equilibra teoría y proyectos prácticos
- Haz descansos regulares para evitar el agotamiento

Comment thread README.es-ES.md
- Haz descansos regulares para evitar el agotamiento

### Paso 4: Construye Proyectos
- Comienza con proyectos simples (clasificación Iris)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpick (typo): Añadir la preposición "de" en "clasificación de Iris" para sonar más natural en español.

Si quieres ser más explícito, podrías usar: "Comienza con proyectos simples (clasificación del conjunto de datos Iris)".

Suggested change
- Comienza con proyectos simples (clasificación Iris)
- Comienza con proyectos simples (clasificación del conjunto de datos Iris)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant