-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathavatar-creator.html
More file actions
119 lines (111 loc) · 7.21 KB
/
Copy pathavatar-creator.html
File metadata and controls
119 lines (111 loc) · 7.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!doctype html>
<html lang="en-AU">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Avatar Builder | Aura of Intelligence</title>
<meta name="description" content="Avatar Builder: build your own digital twin. An open-source pipeline you own, covering body, clothing, rigging, emotion mapping and a voice that stays yours.">
<meta name="theme-color" content="#0a1420">
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg">
<link rel="preload" href="assets/fonts/archivo-var.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="assets/fonts/jetbrains-mono-var.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="styles.css?v=4">
</head>
<body data-page="avatar-creator">
<a class="skip-link" href="#main">Skip to content</a>
<header class="site-header">
<a class="brand" href="index.html" aria-label="Aura of Intelligence home">
<span class="brand-mark" aria-hidden="true"></span>
<span class="brand-text"><strong>Aura of Intelligence</strong><span>A Bridge to The Infinite</span></span>
</a>
<nav class="site-nav" data-nav aria-label="Primary">
<a href="pathways/index.html">Pathways</a>
<a href="courses/index.html">Courses</a>
<a href="videos.html">Videos</a>
<a href="contact.html">Contact</a>
</nav>
<button class="index-toggle" type="button" data-menu-toggle aria-expanded="false" aria-controls="site-index">
<span class="index-toggle-lines" aria-hidden="true"><i></i><i></i><i></i></span>
<span class="index-toggle-label">Index</span>
</button>
</header>
<main id="main">
<section class="hero page-hero">
<div class="hero-content reveal">
<p class="eyebrow">Pathways / Mind & self</p>
<h1>Avatar Builder</h1>
<p class="hero-copy">Your digital twin, built by you and owned by you. An open-source pipeline, five stages deep: body, clothing, rigging and movement, emotion mapping, and a cloned voice to speak with. No rented avatar locked inside someone else's platform; this one is yours to keep and to change as you grow.</p>
</div>
</section>
<section class="section" id="pipeline">
<div class="feature-block reveal">
<img src="assets/media/avatar-creator--hero-01.webp" alt="A digital interface showcasing the process of creating a digital twin body." loading="lazy" width="1920" height="1920">
<div class="feature-copy">
<p class="eyebrow">Open source: Stable Diffusion</p>
<h2>Digital twin body creation</h2>
<p>You build your digital twin body here, using open-source Stable Diffusion rather than a closed platform you'd pay rent to forever. Shape a 3D likeness that mirrors your own physicality, line by line and node by node, until it genuinely looks like you. Because the pipeline is open, the result belongs to you: something you can keep, refine and carry with you.</p>
</div>
</div>
<div class="feature-block reveal">
<img src="assets/media/avatar-creator--gallery-01.webp" alt="A digital interface for digital twin clothing creation, showing a 3D model with a focus on clothing." loading="lazy" width="1200" height="1200">
<div class="feature-copy">
<p class="eyebrow">Open source: Stable Diffusion</p>
<h2>Digital twin clothing creation</h2>
<p>Dress your digital twin in clothing you make yourself, again with open-source Stable Diffusion. Choose from an endless wardrobe of textures, colours and styles, or design garments no one else has, tailored to exactly who you are. Your wardrobe grows and shifts as you do, and every piece of it stays yours.</p>
</div>
</div>
<div class="feature-block reveal">
<img src="assets/media/avatar-creator--gallery-02.webp" alt="A 3D character model being rigged for movement, with Blender and Unity tools." loading="lazy" width="1200" height="1200">
<div class="feature-copy">
<p class="eyebrow">Open source: Blender & Unity</p>
<h2>Character rigging & movement</h2>
<p>Rig your avatar for movement with Blender and Unity, both open source. You're the director and the puppeteer here, syncing each joint and bone into fluid, lifelike animation. Build the movement once and it's yours to reuse however you like, across every story you want to tell with your own digital cast.</p>
</div>
</div>
<div class="feature-block reveal">
<img src="assets/media/avatar-creator--gallery-03.webp" alt="A 3D character's face displaying various emotion controls." loading="lazy" width="1200" height="1200">
<div class="feature-copy">
<p class="eyebrow">Open source: Stable Diffusion</p>
<h2>Character emotion mapping</h2>
<p>Map emotion onto your twin's face with open-source Stable Diffusion. Sculpt smiles, shape frowns, and choreograph the small, subtle signals that make a face feel human. Each slider is under your hand, so the way your twin expresses itself is a decision you make, not a preset handed to you.</p>
</div>
</div>
<div class="feature-block reveal">
<img src="assets/media/avatar-creator--gallery-04.webp" alt="A dashboard displaying waveform and pitch analysis for text-to-speech voice cloning." loading="lazy" width="1200" height="1200">
<div class="feature-copy">
<p class="eyebrow">Open source: text to speech</p>
<h2>Voice cloning</h2>
<p>Give your twin a voice with open-source text-to-speech cloning. Turn your written words into speech in a voice tuned to sound like you, syllable by syllable. Your voice print is sensitive, so it matters that this is open and yours: no big-tech vault holding a copy of you, just a digital echo you own and control.</p>
</div>
</div>
</section>
<section class="section" id="explore-more">
<div class="section-heading reveal">
<div>
<p class="eyebrow">Keep exploring</p>
<h2>More of Mind & Self</h2>
</div>
</div>
<div class="card-grid reveal">
<a class="card" href="aura-builder.html"><h3>Aura Builder</h3><p>The Mind Uploader.</p></a>
<a class="card" href="mind-palaces.html"><h3>Mind Palace Builder</h3><p>A place to keep what matters.</p></a>
<a class="card" href="world-builder.html"><h3>World Builder</h3><p>Build worlds, planets, galaxies.</p></a>
<a class="card" href="pathways/index.html"><h3>All seventeen pathways</h3><p>See the whole constellation.</p></a>
</div>
</section>
</main>
<footer class="site-footer">
<div>
<p>Aura of Intelligence: Luke Hayes × Claude, Minjerribah · 2026.</p>
<p>Licensed under the Aura of Intelligence Public Source Licence.</p>
</div>
<nav class="footer-links" aria-label="Elsewhere">
<a href="https://iseeinfinity.com" target="_blank" rel="noopener">iseeinfinity.com</a>
<a href="https://lukecatalyst.com" target="_blank" rel="noopener">lukecatalyst.com</a>
<a href="https://gajra.earth" target="_blank" rel="noopener">gajra.earth</a>
</nav>
</footer>
<script src="assets/site-nav.js" defer></script>
<script src="assets/core.js" defer></script>
</body>
</html>