DeepRat commited on
Commit
a219d72
·
verified ·
1 Parent(s): f47149b

Create a visually refined landing page for an open AI education program called

Browse files

“Building Intelligence — AI Systems Engineering: From Machine Learning to Generative Intelligence.”

The design should feel like a modern research lab portal, not a marketing site. Think MIT CSAIL, Hugging Face, or DeepMind documentation aesthetic — minimalist, readable, intelligent.

🎨 Design & Mood

Style: Elegant scientific minimalism.

Layout: Wide single-column with scroll sections, large margins, asymmetric blocks, smooth transitions.

Typography:

Headers: IBM Plex Sans or Inter Tight, bold and geometric.

Body: Inter or Source Sans Pro for readability.

Code elements: Fira Code.

Colors: off-white background (#f8f9fa), deep graphite text (#1a1b1f), with subtle electric blue (#0077ff) accents.

Moodboard keywords: “research,” “engineering,” “precision,” “clarity,” “light.”

Use subtle motion (fade-ins, parallax on scroll, hover glow for buttons).

🧩 Content Sections
1. Hero Section

Full-width banner image:
https://github.com/DeepRatAI/Educative-Lab/blob/main/misc/course.png?raw=true

Overlay gradient fade for text readability.

Text overlay:

Building Intelligence
AI Systems Engineering: From Machine Learning to Generative Intelligence
A DeepRat Educative Lab Program


Buttons:

Primary: “Explore on GitHub” → https://github.com/DeepRatAI/Educative-Lab

Secondary (outline): “View Syllabus” → https://github.com/DeepRatAI/Educative-Lab/blob/main/SYLLABUS_EN.md

2. About Section

Subtle grid background (lines or dots, faint).

Title: “From Models to Minds”

Paragraph:

Building Intelligence is an open, structured and hands-on educational journey through the modern landscape of Artificial Intelligence — from classical Machine Learning to Generative and Agentic Systems.
Inspired by the spirit of open education — and by Python para Todos, which once opened a door for me — this program exists to open that same door for anyone curious enough to step through.

Add signature line:

— Gonzalo Romero, DeepRatAI

3. Program Overview

Use a horizontal timeline or five responsive cards with phase icons.

Phase Title Description
1 Foundations of Machine Learning and Neural Thinking Build the fundamentals of how machines perceive and learn.
2 Building Neural Intelligence with PyTorch Design and train deep architectures for vision and language.
3 Generative Intelligence — From Data to Language Explore Transformers, LLMs, and creative AI systems.
4 Fine-Tuning and Adaptation Engineering Optimize large models efficiently with LoRA and QLoRA.
5 Agentic AI and Cognitive Systems Create reasoning AI agents, RAG pipelines, and LangChain architectures.

Below the timeline, small centered text:

Full syllabus available on GitHub
| Versión en Español

4. Current Releases

Section background: soft gray panel.

Title: “Now Available”

Text:

The first module — Teaching Machines to Think: The Python Approach — is now live.
Designed for Google Colab Free Tier (with GPU support), it delivers two foundational lessons:

List:

Lesson 1 — How Machines Learn: The Language of Data

Lesson 2 — Drawing the First Line: Predicting with Simple Linear Regression

Button: “Start Learning →” → https://github.com/DeepRatAI/Educative-Lab/tree/main/lessons/Modulo_01_Teaching_Machines_to_Think

5. Learning Philosophy

Three-column section (responsive) with icons:

Open → “No subscriptions. No GPU cost. 100% free.”

Structured → “Modular design. 13 modules. Weekly releases.”

Practical → “Hands-on lessons in Jupyter and Google Colab.”

Add a centered quote:

“From models to minds — let’s make intelligence open again.”
— Gonzalo Romero (DeepRatAI)

6. Connect Section

Clean footer with 4 icons:

GitHub → https://github.com/DeepRatAI

LinkedIn → https://www.linkedin.com/in/gonzalo-romero-b9b5b4355/

Hugging Face → https://huggingface.co/DeepRatAI

Website → https://deeprat.tech

Footer note:

Educational content released under MIT License. Created with ❤️ by DeepRatAI.
© 2025 DeepRatAI — Open Intelligence for Everyone

🧱 Technical Output Requirements

Output should include:

index.html (semantic HTML5, structured and accessible)

style.css (responsive, modern grid/flexbox)

Optional animations.js for smooth fade or scroll reveals

Fully responsive for desktop, tablet, and mobile.

Ready for GitHub Pages deployment at:
https://deepratai.github.io/Educative-Lab/

Files changed (4) hide show
  1. README.md +8 -5
  2. index.html +172 -19
  3. script.js +24 -0
  4. style.css +31 -18
README.md CHANGED
@@ -1,10 +1,13 @@
1
  ---
2
- title: Building Intelligence
3
- emoji: 🚀
4
- colorFrom: pink
5
- colorTo: indigo
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
1
  ---
2
+ title: Building Intelligence 🧠
3
+ colorFrom: green
4
+ colorTo: pink
5
+ emoji: 🐳
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite-v3
10
  ---
11
 
12
+ # Welcome to your new DeepSite project!
13
+ This project was created with [DeepSite](https://huggingface.co/deepsite).
index.html CHANGED
@@ -1,19 +1,172 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Building Intelligence — AI Systems Engineering</title>
7
+ <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
8
+ <link rel="stylesheet" href="style.css">
9
+ <script src="https://cdn.tailwindcss.com"></script>
10
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
11
+ <script src="https://unpkg.com/feather-icons"></script>
12
+ <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Fira+Code:wght@400;500&display=swap" rel="stylesheet">
13
+ </head>
14
+ <body class="bg-gray-50 text-gray-900 font-sans">
15
+ <!-- Hero Section -->
16
+ <section class="relative h-screen flex items-center justify-center overflow-hidden">
17
+ <div class="absolute inset-0 z-0">
18
+ <img src="https://github.com/DeepRatAI/Educative-Lab/blob/main/misc/course.png?raw=true" alt="Course Banner" class="w-full h-full object-cover opacity-90">
19
+ <div class="absolute inset-0 bg-gradient-to-t from-black/70 via-transparent to-black/30"></div>
20
+ </div>
21
+ <div class="relative z-10 text-center px-6 max-w-4xl mx-auto">
22
+ <h1 class="text-4xl md:text-6xl font-bold mb-4 text-white drop-shadow-lg">Building Intelligence</h1>
23
+ <p class="text-xl md:text-2xl font-medium mb-6 text-white/90 drop-shadow-md">AI Systems Engineering: From Machine Learning to Generative Intelligence</p>
24
+ <p class="text-lg mb-8 text-white/80">A DeepRat Educative Lab Program</p>
25
+ <div class="flex flex-col sm:flex-row justify-center gap-4">
26
+ <a href="https://github.com/DeepRatAI/Educative-Lab" target="_blank" class="px-6 py-3 bg-amber-500 hover:bg-amber-600 text-white font-semibold rounded-lg shadow transition duration-300 transform hover:-translate-y-1">Explore on GitHub</a>
27
+ <a href="https://github.com/DeepRatAI/Educative-Lab/blob/main/SYLLABUS_EN.md" target="_blank" class="px-6 py-3 border-2 border-white text-white font-semibold rounded-lg hover:bg-white/10 transition duration-300 transform hover:-translate-y-1">View Syllabus</a>
28
+ </div>
29
+ </div>
30
+ </section>
31
+
32
+ <!-- About Section -->
33
+ <section class="py-20 px-6 relative">
34
+ <div class="max-w-4xl mx-auto text-center">
35
+ <h2 class="text-3xl md:text-4xl font-bold mb-6">From Models to Minds</h2>
36
+ <p class="text-lg md:text-xl mb-6 leading-relaxed">
37
+ Building Intelligence is an open, structured and hands-on educational journey through the modern landscape of Artificial Intelligence — from classical Machine Learning to Generative and Agentic Systems.<br><br>
38
+ Inspired by the spirit of open education — and by Python para Todos, which once opened a door for me — this program exists to open that same door for anyone curious enough to step through.
39
+ </p>
40
+ <p class="text-right italic text-lg mt-8">— Gonzalo Romero, DeepRatAI</p>
41
+ </div>
42
+ </section>
43
+
44
+ <!-- Program Overview -->
45
+ <section class="py-20 px-6 bg-gray-100">
46
+ <div class="max-w-6xl mx-auto">
47
+ <h2 class="text-3xl md:text-4xl font-bold text-center mb-12">Program Overview</h2>
48
+ <div class="grid grid-cols-1 md:grid-cols-5 gap-8">
49
+ <!-- Phase 1 -->
50
+ <div class="bg-white p-6 rounded-lg shadow-sm hover:shadow-md transition-shadow duration-300">
51
+ <div class="text-amber-500 mb-4">
52
+ <i data-feather="cpu" class="w-10 h-10"></i>
53
+ </div>
54
+ <h3 class="font-bold text-lg mb-2">Foundations of Machine Learning</h3>
55
+ <p class="text-sm">Build the fundamentals of how machines perceive and learn.</p>
56
+ </div>
57
+ <!-- Phase 2 -->
58
+ <div class="bg-white p-6 rounded-lg shadow-sm hover:shadow-md transition-shadow duration-300">
59
+ <div class="text-amber-500 mb-4">
60
+ <i data-feather="zap" class="w-10 h-10"></i>
61
+ </div>
62
+ <h3 class="font-bold text-lg mb-2">Neural Intelligence with PyTorch</h3>
63
+ <p class="text-sm">Design and train deep architectures for vision and language.</p>
64
+ </div>
65
+ <!-- Phase 3 -->
66
+ <div class="bg-white p-6 rounded-lg shadow-sm hover:shadow-md transition-shadow duration-300">
67
+ <div class="text-amber-500 mb-4">
68
+ <i data-feather="type" class="w-10 h-10"></i>
69
+ </div>
70
+ <h3 class="font-bold text-lg mb-2">Generative Intelligence</h3>
71
+ <p class="text-sm">Explore Transformers, LLMs, and creative AI systems.</p>
72
+ </div>
73
+ <!-- Phase 4 -->
74
+ <div class="bg-white p-6 rounded-lg shadow-sm hover:shadow-md transition-shadow duration-300">
75
+ <div class="text-amber-500 mb-4">
76
+ <i data-feather="settings" class="w-10 h-10"></i>
77
+ </div>
78
+ <h3 class="font-bold text-lg mb-2">Fine-Tuning Engineering</h3>
79
+ <p class="text-sm">Optimize large models efficiently with LoRA and QLoRA.</p>
80
+ </div>
81
+ <!-- Phase 5 -->
82
+ <div class="bg-white p-6 rounded-lg shadow-sm hover:shadow-md transition-shadow duration-300">
83
+ <div class="text-amber-500 mb-4">
84
+ <i data-feather="users" class="w-10 h-10"></i>
85
+ </div>
86
+ <h3 class="font-bold text-lg mb-2">Agentic AI Systems</h3>
87
+ <p class="text-sm">Create reasoning AI agents, RAG pipelines, and LangChain architectures.</p>
88
+ </div>
89
+ </div>
90
+ <div class="mt-10 text-center">
91
+ <p class="text-gray-600"><a href="https://github.com/DeepRatAI/Educative-Lab/blob/main/SYLLABUS_EN.md" class="underline">Full syllabus available on GitHub</a> | <a href="#" class="underline">Versión en Español</a></p>
92
+ </div>
93
+ </div>
94
+ </section>
95
+
96
+ <!-- Current Releases -->
97
+ <section class="py-20 px-6">
98
+ <div class="max-w-4xl mx-auto bg-gray-100 p-8 rounded-xl">
99
+ <h2 class="text-3xl md:text-4xl font-bold mb-6">Now Available</h2>
100
+ <p class="text-lg mb-6">
101
+ The first module — <strong>Teaching Machines to Think: The Python Approach</strong> — is now live.<br>
102
+ Designed for Google Colab Free Tier (with GPU support), it delivers two foundational lessons:
103
+ </p>
104
+ <ul class="list-disc pl-6 mb-6 space-y-2">
105
+ <li>Lesson 1 — How Machines Learn: The Language of Data</li>
106
+ <li>Lesson 2 — Drawing the First Line: Predicting with Simple Linear Regression</li>
107
+ </ul>
108
+ <a href="https://github.com/DeepRatAI/Educative-Lab/tree/main/lessons/Modulo_01_Teaching_Machines_to_Think" target="_blank" class="inline-block px-6 py-3 bg-red-500 hover:bg-red-600 text-white font-semibold rounded-lg shadow transition duration-300">Start Learning →</a>
109
+ </div>
110
+ </section>
111
+
112
+ <!-- Learning Philosophy -->
113
+ <section class="py-20 px-6 bg-white">
114
+ <div class="max-w-6xl mx-auto">
115
+ <h2 class="text-3xl md:text-4xl font-bold text-center mb-12">Learning Philosophy</h2>
116
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8 mb-12">
117
+ <div class="text-center p-6 bg-gray-50 rounded-lg">
118
+ <div class="mx-auto w-12 h-12 flex items-center justify-center bg-amber-100 text-amber-600 rounded-full mb-4">
119
+ <i data-feather="unlock" class="w-6 h-6"></i>
120
+ </div>
121
+ <h3 class="font-bold text-xl mb-2">Open</h3>
122
+ <p>No subscriptions. No GPU cost. 100% free.</p>
123
+ </div>
124
+ <div class="text-center p-6 bg-gray-50 rounded-lg">
125
+ <div class="mx-auto w-12 h-12 flex items-center justify-center bg-amber-100 text-amber-600 rounded-full mb-4">
126
+ <i data-feather="layers" class="w-6 h-6"></i>
127
+ </div>
128
+ <h3 class="font-bold text-xl mb-2">Structured</h3>
129
+ <p>Modular design. 13 modules. Weekly releases.</p>
130
+ </div>
131
+ <div class="text-center p-6 bg-gray-50 rounded-lg">
132
+ <div class="mx-auto w-12 h-12 flex items-center justify-center bg-amber-100 text-amber-600 rounded-full mb-4">
133
+ <i data-feather="code" class="w-6 h-6"></i>
134
+ </div>
135
+ <h3 class="font-bold text-xl mb-2">Practical</h3>
136
+ <p>Hands-on lessons in Jupyter and Google Colab.</p>
137
+ </div>
138
+ </div>
139
+ <blockquote class="text-center text-xl italic border-l-4 border-amber-500 pl-6 py-4 max-w-2xl mx-auto">
140
+ “From models to minds — let’s make intelligence open again.”<br>
141
+ <span class="block mt-2 text-base not-italic">— Gonzalo Romero (DeepRatAI)</span>
142
+ </blockquote>
143
+ </div>
144
+ </section>
145
+
146
+ <!-- Connect Section -->
147
+ <footer class="py-16 px-6 bg-gray-900 text-white">
148
+ <div class="max-w-4xl mx-auto text-center">
149
+ <div class="flex justify-center space-x-8 mb-10">
150
+ <a href="https://github.com/DeepRatAI" target="_blank" class="hover:text-amber-400 transition-colors">
151
+ <i data-feather="github" class="w-8 h-8"></i>
152
+ </a>
153
+ <a href="https://www.linkedin.com/in/gonzalo-romero-b9b5b4355/" target="_blank" class="hover:text-amber-400 transition-colors">
154
+ <i data-feather="linkedin" class="w-8 h-8"></i>
155
+ </a>
156
+ <a href="https://huggingface.co/DeepRatAI" target="_blank" class="hover:text-amber-400 transition-colors">
157
+ <i data-feather="cpu" class="w-8 h-8"></i>
158
+ </a>
159
+ <a href="https://deeprat.tech" target="_blank" class="hover:text-amber-400 transition-colors">
160
+ <i data-feather="globe" class="w-8 h-8"></i>
161
+ </a>
162
+ </div>
163
+ <p class="text-gray-400 mb-4">Educational content released under MIT License. Created with ❤️ by DeepRatAI.</p>
164
+ <p class="text-gray-500 text-sm">© 2025 DeepRatAI — Open Intelligence for Everyone</p>
165
+ </div>
166
+ </footer>
167
+
168
+ <script src="script.js"></script>
169
+ <script>feather.replace();</script>
170
+ <script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
171
+ </body>
172
+ </html>
script.js ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ // Smooth scrolling for anchor links
2
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
3
+ anchor.addEventListener('click', function(e) {
4
+ e.preventDefault();
5
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
6
+ behavior: 'smooth'
7
+ });
8
+ });
9
+ });
10
+
11
+ // Fade-in animation on scroll
12
+ const faders = document.querySelectorAll('.fade-in');
13
+
14
+ const appearOnScroll = new IntersectionObserver((entries, observer) => {
15
+ entries.forEach(entry => {
16
+ if (!entry.isIntersecting) return;
17
+ entry.target.classList.add('appear');
18
+ observer.unobserve(entry.target);
19
+ });
20
+ }, { threshold: 0.1 });
21
+
22
+ faders.forEach(fader => {
23
+ appearOnScroll.observe(fader);
24
+ });
style.css CHANGED
@@ -1,28 +1,41 @@
 
1
  body {
2
- padding: 2rem;
3
- font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
4
  }
5
 
6
- h1 {
7
- font-size: 16px;
8
- margin-top: 0;
9
  }
10
 
11
- p {
12
- color: rgb(107, 114, 128);
13
- font-size: 15px;
14
- margin-bottom: 10px;
15
- margin-top: 5px;
16
  }
17
 
18
- .card {
19
- max-width: 620px;
20
- margin: 0 auto;
21
- padding: 16px;
22
- border: 1px solid lightgray;
23
- border-radius: 16px;
24
  }
25
 
26
- .card p:last-child {
27
- margin-bottom: 0;
 
 
28
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* Base Styles */
2
  body {
3
+ font-family: 'Inter', sans-serif;
4
+ scroll-behavior: smooth;
5
  }
6
 
7
+ code, pre {
8
+ font-family: 'Fira Code', monospace;
 
9
  }
10
 
11
+ /* Hero Section */
12
+ .hero-image {
13
+ filter: brightness(0.9);
 
 
14
  }
15
 
16
+ /* Section Spacing */
17
+ section {
18
+ scroll-margin-top: 80px;
 
 
 
19
  }
20
 
21
+ /* Card Hover Effects */
22
+ .card-hover:hover {
23
+ transform: translateY(-5px);
24
+ box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
25
  }
26
+
27
+ /* Responsive Grid */
28
+ @media (max-width: 768px) {
29
+ .grid-cols-5 {
30
+ grid-template-columns: repeat(1, minmax(0, 1fr));
31
+ }
32
+ }
33
+
34
+ /* Footer Icons */
35
+ footer a svg {
36
+ transition: all 0.3s ease;
37
+ }
38
+
39
+ footer a:hover svg {
40
+ transform: scale(1.2);
41
+ }