# Requisitos del sistema

AugeLab Studio se utiliza ampliamente desde equipos de escritorio hasta dispositivos edge con distintos sistemas operativos. A continuación, puedes consultar los **requisitos mínimos** de hardware y sistemas operativos:

| Hardware          |                       Básico                       |                         IA                         |
| ----------------- | :------------------------------------------------: | :------------------------------------------------: |
| Procesador        |                i3 de 10.ª generación               |                i5 de 10.ª generación               |
| Memoria           |                        8 GB                        |                        16 GB                       |
| Tarjeta gráfica   |              Tarjeta gráfica integrada             |                   NVidia GTX1650                   |
| Sistema operativo |            Windows 10 / Linux Glibc 2.16           |            Windows 10 / Linux Glibc 2.16           |
| Almacenamiento    |             3 GB de espacio disponible             |             3 GB de espacio disponible             |
| Red               | Se requiere conexión a Internet para la activación | Se requiere conexión a Internet para la activación |

{% hint style="info" %}
Los sistemas Linux probados son:

* Ubuntu 18.04 o superior
* Debian 10 o superior
* Raspberry Pi 5 con Raspberry Pi OS (64 bits)
* Jetson Orin
  {% endhint %}

{% hint style="warning" %}
Recuerda consultar la puntuación de [Cuda Compute Capability](https://developer.nvidia.com/cuda-gpus) al elegir una tarjeta gráfica. **Recomendamos una con al menos 3.5**.
{% endhint %}

<details>

<summary>Plataformas adicionales compatibles</summary>

Las plataformas adicionales no cuentan con interfaz de usuario. En su lugar, se expone una API de Python para su uso.

**☁️ Cloud / Linux**

* **Procesador**: 2 vCPU (mínimo)
* **Memoria**: 4 GB (mínimo)
* **Sistema operativo**: probado con Ubuntu 18.04 / 20.04
* **Almacenamiento**: 3 GB de espacio disponible

**🖥️ Jetson Nano**

* **Procesador**: ARM Cortex-A57 de cuatro núcleos
* **Memoria**: 4 GB
* **Gráficos**: GPU Maxwell de 128 núcleos
* **Sistema operativo**: Ubuntu 18.04
* **Almacenamiento**: tarjeta microSD de 16 GB

**🖥️ Raspberry Pi**

* **Procesador**: ARM Cortex-A72 de cuatro núcleos (Raspberry Pi 4)
* **Memoria**: 4 GB u 8 GB
* **Gráficos**: GPU VideoCore VI
* **Sistema operativo**: Raspberry Pi OS (32 bits)
* **Almacenamiento**: tarjeta microSD de 16 GB

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.augelab.com/spanish/introduccion/system-requirements.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
