551 lines
18 KiB
HTML
551 lines
18 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Gabriel Pereira — AI & Data Architecture Portfolio</title>
|
|
<meta name="description" content="Portfolio of Gabriel Pereira: AI delivery, data architecture, and production-ready case studies.">
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
|
|
<style>
|
|
:root {
|
|
--bg: #0d1117;
|
|
--surface: #161b22;
|
|
--surface-elevated: #1c2128;
|
|
--border: #30363d;
|
|
--text: #c9d1d9;
|
|
--text-muted: #8b949e;
|
|
--accent: #58a6ff;
|
|
--accent-soft: #388bfd;
|
|
--success: #3fb950;
|
|
--warning: #d29922;
|
|
--danger: #f85149;
|
|
}
|
|
|
|
* { margin: 0; padding: 0; box-sizing: border-box; }
|
|
|
|
body {
|
|
font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
|
|
background: var(--bg);
|
|
color: var(--text);
|
|
line-height: 1.6;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.container {
|
|
max-width: 1100px;
|
|
margin: 0 auto;
|
|
padding: 0 24px;
|
|
}
|
|
|
|
/* Hero */
|
|
.hero {
|
|
padding: 80px 0 48px;
|
|
border-bottom: 1px solid var(--border);
|
|
}
|
|
|
|
.hero-inner {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 32px;
|
|
}
|
|
|
|
.profile-photo {
|
|
width: 140px;
|
|
height: 140px;
|
|
border-radius: 50%;
|
|
object-fit: cover;
|
|
border: 3px solid var(--border);
|
|
flex-shrink: 0;
|
|
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
|
|
}
|
|
|
|
@media (max-width: 640px) {
|
|
.hero-inner { flex-direction: column; align-items: flex-start; gap: 20px; }
|
|
.profile-photo { width: 90px; height: 90px; }
|
|
}
|
|
|
|
.hero-badge {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
gap: 8px;
|
|
font-size: 13px;
|
|
font-weight: 500;
|
|
color: var(--accent);
|
|
background: rgba(88, 166, 255, 0.1);
|
|
border: 1px solid rgba(88, 166, 255, 0.2);
|
|
padding: 6px 14px;
|
|
border-radius: 100px;
|
|
margin-bottom: 24px;
|
|
}
|
|
|
|
.hero-badge .dot {
|
|
width: 6px;
|
|
height: 6px;
|
|
background: var(--success);
|
|
border-radius: 50%;
|
|
animation: pulse 2s ease-in-out infinite;
|
|
}
|
|
|
|
@keyframes pulse {
|
|
0%, 100% { opacity: 1; }
|
|
50% { opacity: 0.4; }
|
|
}
|
|
|
|
.hero h1 {
|
|
font-size: 48px;
|
|
font-weight: 700;
|
|
letter-spacing: -0.02em;
|
|
line-height: 1.1;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.hero h1 span {
|
|
color: var(--accent);
|
|
}
|
|
|
|
.hero-subtitle {
|
|
font-size: 20px;
|
|
color: var(--text-muted);
|
|
max-width: 640px;
|
|
margin-bottom: 32px;
|
|
}
|
|
|
|
.hero-meta {
|
|
display: flex;
|
|
gap: 24px;
|
|
flex-wrap: wrap;
|
|
font-size: 14px;
|
|
color: var(--text-muted);
|
|
}
|
|
|
|
.hero-meta a {
|
|
color: var(--text);
|
|
text-decoration: none;
|
|
transition: color 0.2s;
|
|
}
|
|
|
|
.hero-meta a:hover {
|
|
color: var(--accent);
|
|
}
|
|
|
|
/* Philosophy */
|
|
.philosophy {
|
|
padding: 48px 0;
|
|
border-bottom: 1px solid var(--border);
|
|
}
|
|
|
|
.philosophy p {
|
|
font-size: 18px;
|
|
color: var(--text-muted);
|
|
max-width: 720px;
|
|
}
|
|
|
|
.philosophy strong {
|
|
color: var(--text);
|
|
font-weight: 500;
|
|
}
|
|
|
|
/* Projects */
|
|
.projects {
|
|
padding: 64px 0;
|
|
}
|
|
|
|
.section-header {
|
|
display: flex;
|
|
align-items: baseline;
|
|
justify-content: space-between;
|
|
margin-bottom: 32px;
|
|
flex-wrap: wrap;
|
|
gap: 12px;
|
|
}
|
|
|
|
.section-header h2 {
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
text-transform: uppercase;
|
|
letter-spacing: 0.05em;
|
|
color: var(--text-muted);
|
|
}
|
|
|
|
.section-header .count {
|
|
font-size: 13px;
|
|
color: var(--text-muted);
|
|
font-family: 'JetBrains Mono', monospace;
|
|
}
|
|
|
|
.project-grid {
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
|
|
gap: 20px;
|
|
}
|
|
|
|
.project-card {
|
|
background: var(--surface);
|
|
border: 1px solid var(--border);
|
|
border-radius: 12px;
|
|
padding: 28px;
|
|
transition: all 0.2s ease;
|
|
cursor: pointer;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.project-card::before {
|
|
content: '';
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
height: 2px;
|
|
background: linear-gradient(90deg, var(--accent), var(--success));
|
|
opacity: 0;
|
|
transition: opacity 0.2s;
|
|
}
|
|
|
|
.project-card:hover {
|
|
border-color: var(--accent);
|
|
transform: translateY(-2px);
|
|
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
|
|
}
|
|
|
|
.project-card:hover::before {
|
|
opacity: 1;
|
|
}
|
|
|
|
.project-icon {
|
|
width: 40px;
|
|
height: 40px;
|
|
border-radius: 10px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 20px;
|
|
margin-bottom: 20px;
|
|
background: var(--surface-elevated);
|
|
border: 1px solid var(--border);
|
|
}
|
|
|
|
.project-card h3 {
|
|
font-size: 18px;
|
|
font-weight: 600;
|
|
margin-bottom: 8px;
|
|
color: var(--text);
|
|
}
|
|
|
|
.project-card p {
|
|
font-size: 14px;
|
|
color: var(--text-muted);
|
|
line-height: 1.6;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.project-tags {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: 6px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.tag {
|
|
font-size: 12px;
|
|
font-weight: 500;
|
|
padding: 4px 10px;
|
|
border-radius: 6px;
|
|
background: var(--surface-elevated);
|
|
border: 1px solid var(--border);
|
|
color: var(--text-muted);
|
|
font-family: 'JetBrains Mono', monospace;
|
|
}
|
|
|
|
.project-stats {
|
|
display: flex;
|
|
gap: 16px;
|
|
font-size: 13px;
|
|
color: var(--text-muted);
|
|
font-family: 'JetBrains Mono', monospace;
|
|
}
|
|
|
|
.project-stats span {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 6px;
|
|
}
|
|
|
|
.project-link {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
gap: 6px;
|
|
margin-top: 20px;
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
color: var(--accent);
|
|
text-decoration: none;
|
|
transition: gap 0.2s;
|
|
}
|
|
|
|
.project-link:hover {
|
|
gap: 10px;
|
|
}
|
|
|
|
/* Evidence strip */
|
|
.evidence {
|
|
padding: 48px 0;
|
|
border-top: 1px solid var(--border);
|
|
}
|
|
|
|
.evidence-grid {
|
|
display: grid;
|
|
grid-template-columns: repeat(4, 1fr);
|
|
gap: 24px;
|
|
}
|
|
|
|
.evidence-item {
|
|
text-align: center;
|
|
}
|
|
|
|
.evidence-item .number {
|
|
font-size: 32px;
|
|
font-weight: 700;
|
|
color: var(--accent);
|
|
font-family: 'JetBrains Mono', monospace;
|
|
letter-spacing: -0.02em;
|
|
}
|
|
|
|
.evidence-item .label {
|
|
font-size: 13px;
|
|
color: var(--text-muted);
|
|
margin-top: 4px;
|
|
}
|
|
|
|
/* Footer */
|
|
footer {
|
|
padding: 48px 0;
|
|
border-top: 1px solid var(--border);
|
|
text-align: center;
|
|
}
|
|
|
|
footer p {
|
|
font-size: 14px;
|
|
color: var(--text-muted);
|
|
}
|
|
|
|
footer a {
|
|
color: var(--accent);
|
|
text-decoration: none;
|
|
}
|
|
|
|
/* Responsive */
|
|
@media (max-width: 768px) {
|
|
.hero h1 { font-size: 36px; }
|
|
.evidence-grid { grid-template-columns: repeat(2, 1fr); }
|
|
.project-grid { grid-template-columns: 1fr; }
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<header class="hero">
|
|
<div class="container">
|
|
<div class="hero-inner">
|
|
<img src="cv-photo.jpg" alt="Gabriel Pereira" class="profile-photo">
|
|
<div class="hero-content">
|
|
<div class="hero-badge">
|
|
<span class="dot"></span>
|
|
Open Evidence for Technical Review
|
|
</div>
|
|
<h1>Gabriel Pereira<br><span>AI & Data Architecture</span></h1>
|
|
<p class="hero-subtitle">
|
|
Data & Analytics Solution Architect with 9 years at Siemens.
|
|
Building governed AI foundations, semantic layers, and production-ready
|
|
data products — documented, reproducible, and designed for scale.
|
|
</p>
|
|
<div class="hero-meta">
|
|
<a href="https://linkedin.com/in/gabrielpereira-dev" target="_blank">LinkedIn</a>
|
|
<span>·</span>
|
|
<a href="mailto:gabriel.pereira@protonmail.com">gabriel.pereira@protonmail.com</a>
|
|
<span>·</span>
|
|
<a href="https://drive.google.com/uc?export=download&id=1sdqQg9ZFD6pIETuioWR6Yw0QKksuNhq2" target="_blank">Resume</a>
|
|
<span>·</span>
|
|
<span>Campinas, Brazil</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|
|
<section class="philosophy">
|
|
<div class="container">
|
|
<p>
|
|
<strong>Every repo here is a delivery narrative, not a demo.</strong>
|
|
Architecture decisions, governance patterns, baseline-to-model flows,
|
|
and the boundaries where manual work stops and automation starts.
|
|
Built for hiring managers who want to read code — and for engineers
|
|
who want to understand why the code was written.
|
|
</p>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="projects">
|
|
<div class="container">
|
|
<div class="section-header">
|
|
<h2>Selected Case Studies</h2>
|
|
<span class="count">4 public repositories</span>
|
|
</div>
|
|
|
|
<div class="project-grid">
|
|
<article class="project-card" onclick="window.open('https://git.gabrielpereira.me/gabspereira/talk-to-data-case-study', '_blank')">
|
|
<div class="project-icon">🗂️</div>
|
|
<h3>Talk-to-Data</h3>
|
|
<p>
|
|
Governance-first semantic layer + LLM chatbot for quotation
|
|
analysis. Guardrails live in dbt transforms, not prompt
|
|
engineering. Cortex masks sensitive data by design.
|
|
</p>
|
|
<div class="project-tags">
|
|
<span class="tag">Snowflake</span>
|
|
<span class="tag">dbt</span>
|
|
<span class="tag">Cortex</span>
|
|
<span class="tag">LLM</span>
|
|
</div>
|
|
<div class="project-stats">
|
|
<span>🔄 Reusable pattern</span>
|
|
<span>🔒 Audit trail</span>
|
|
</div>
|
|
<a class="project-link" href="https://git.gabrielpereira.me/gabspereira/talk-to-data-case-study" target="_blank">
|
|
View repository →
|
|
</a>
|
|
</article>
|
|
|
|
<article class="project-card" onclick="window.open('https://git.gabrielpereira.me/gabspereira/ML-forecasting', '_blank')">
|
|
<div class="project-icon">📈</div>
|
|
<h3>Demand Forecasting</h3>
|
|
<p>
|
|
Baseline-to-model delivery flow with rolling-origin validation.
|
|
Stakeholders audit the Excel baseline before the gradient
|
|
boosting model is even trained. No data leakage, no overfit.
|
|
</p>
|
|
<div class="project-tags">
|
|
<span class="tag">Python</span>
|
|
<span class="tag">XGBoost</span>
|
|
<span class="tag">Time Series</span>
|
|
<span class="tag">Pandas</span>
|
|
</div>
|
|
<div class="project-stats">
|
|
<span>📊 Baseline first</span>
|
|
<span>✅ Rolling validation</span>
|
|
</div>
|
|
<a class="project-link" href="https://git.gabrielpereira.me/gabspereira/ML-forecasting" target="_blank">
|
|
View repository →
|
|
</a>
|
|
</article>
|
|
|
|
<article class="project-card" onclick="window.open('https://git.gabrielpereira.me/gabspereira/bosch-hvac-products-bot', '_blank')">
|
|
<div class="project-icon">🤖</div>
|
|
<h3>Bosch HVAC RAG Assistant</h3>
|
|
<p>
|
|
Product knowledge bot for HVAC specification questions.
|
|
FAISS + Gemini embeddings with latency and accuracy metrics
|
|
tracked. Built as production-ready MVP with clear roadmap.
|
|
</p>
|
|
<div class="project-tags">
|
|
<span class="tag">LangChain</span>
|
|
<span class="tag">FAISS</span>
|
|
<span class="tag">Gemini</span>
|
|
<span class="tag">Gradio</span>
|
|
</div>
|
|
<div class="project-stats">
|
|
<span>⚡ ~1.9s latency</span>
|
|
<span>🎯 100% accuracy</span>
|
|
</div>
|
|
<a class="project-link" href="https://git.gabrielpereira.me/gabspereira/bosch-hvac-products-bot" target="_blank">
|
|
View repository →
|
|
</a>
|
|
</article>
|
|
|
|
<article class="project-card" onclick="window.open('https://git.gabrielpereira.me/gabspereira/workspace', '_blank')">
|
|
<div class="project-icon">🧪</div>
|
|
<h3>Workspace Experiments</h3>
|
|
<p>
|
|
Active experiments and utility scripts — smaller tools,
|
|
data processing pipelines, automation helpers, and
|
|
exploratory work that feeds into larger delivery patterns.
|
|
</p>
|
|
<div class="project-tags">
|
|
<span class="tag">Python</span>
|
|
<span class="tag">Scripts</span>
|
|
<span class="tag">Automation</span>
|
|
<span class="tag">PoCs</span>
|
|
</div>
|
|
<div class="project-stats">
|
|
<span>🔄 Evolving</span>
|
|
<span>📦 Utilities</span>
|
|
</div>
|
|
<a class="project-link" href="https://git.gabrielpereira.me/gabspereira/workspace" target="_blank">
|
|
View repository →
|
|
</a>
|
|
</article>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="projects">
|
|
<div class="container">
|
|
<div class="section-header">
|
|
<h2>Selected Publication</h2>
|
|
</div>
|
|
<div class="project-grid" style="grid-template-columns: 1fr; max-width: 640px;">
|
|
<article class="project-card" onclick="window.open('https://drive.google.com/file/d/1uey8oEqkZ25PfozRULMO_rADekrit5by/view?usp=sharing', '_blank')">
|
|
<div class="project-icon">📄</div>
|
|
<h3>MBA Research Paper</h3>
|
|
<p>
|
|
Academic research paper written during MBA studies.
|
|
<!-- ponytail: swap title + abstract when finalized -->
|
|
</p>
|
|
<a class="project-link" href="https://drive.google.com/file/d/1uey8oEqkZ25PfozRULMO_rADekrit5by/view?usp=sharing" target="_blank">
|
|
Read paper →
|
|
</a>
|
|
</article>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="evidence">
|
|
<div class="container">
|
|
<div class="evidence-grid">
|
|
<div class="evidence-item">
|
|
<div class="number">22+</div>
|
|
<div class="label">Data Products</div>
|
|
</div>
|
|
<div class="evidence-item">
|
|
<div class="number">16+</div>
|
|
<div class="label">Cross-Country Models</div>
|
|
</div>
|
|
<div class="evidence-item">
|
|
<div class="number">140+</div>
|
|
<div class="label">Users Enabled</div>
|
|
</div>
|
|
<div class="evidence-item">
|
|
<div class="number">100+</div>
|
|
<div class="label">Professionals Trained</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<footer>
|
|
<div class="container">
|
|
<p>
|
|
Each repository contains architecture decisions, governance patterns,
|
|
and delivery narratives designed for technical review.
|
|
<br><br>
|
|
<a href="https://git.gabrielpereira.me">Browse all repositories</a>
|
|
·
|
|
<a href="https://linkedin.com/in/gabrielpereira-dev">LinkedIn</a>
|
|
·
|
|
<a href="mailto:gabriel.pereira@protonmail.com">Email</a>
|
|
</p>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html>
|