# AI Engineering Hub

> AI Engineering Hub — catálogo de proyectos y tutoriales de ingeniería de IA con Jupyter notebooks.

- Skill: `ntizar/ai-engineering-hub` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ntizar/ai-engineering-hub`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ntizar/ai-engineering-hub/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Design & Media
- Author: ntizar (https://skillmd.com/u/ntizar)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ntizar/ai-engineering-hub

---


# AI Engineering Hub — Catálogo de Proyectos IA

## Qué es

AI Engineering Hub es un repositorio con proyectos y tutoriales de ingeniería de IA:
- **Jupyter notebooks** — notebooks completos con ejemplos
- **End-to-end** — proyectos completos de IA
- **Multi-tema** — CV, NLP, audio, LLMs, MLOps
- **Tutorial-based** — guías paso a paso

## Instalación

```bash
git clone https://github.com/patchy631/ai-engineering-hub.git
cd ai-engineering-hub
pip install -r requirements.txt
```

## Casos de uso para David

- **Learning** — notebooks como referencia para implementar features
- **Pattern discovery** — descubrir patrones arquitectónicos de proyectos IA
- **Prototyping** — prototipar features desde notebooks
- **Interview prep** — estudiar patterns de IA

## Pitfalls

- Muchos notebooks grandes — clonar lento
- Requisitos de Python pueden variar entre notebooks
- Algunos requieren GPU
- No son librerías — son notebooks de ejemplo

## Referencias

- Repo: `github.com/patchy631/ai-engineering-hub` (36K⭐)

