-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdxo.html
More file actions
50 lines (46 loc) · 1.55 KB
/
dxo.html
File metadata and controls
50 lines (46 loc) · 1.55 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Arthur - DxO Labs Experience</title>
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Navigation (minimal top nav) -->
<nav class="site-nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="kayrros.html">Kayrros</a></li>
<li><a href="phd.html">PhD</a></li>
<li><a href="dxo.html" aria-current="page">DxO Labs</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
</nav>
<!-- Main Content -->
<article class="content-section">
<h1>DxO Labs Experience</h1>
<div class="article-meta">
<span class="date">July 2023 - Present</span>
<span class="role">AI Consultant</span>
</div>
<div class="article-content">
<div class="coming-soon">
<h2>Content Coming Soon</h2>
<p>A comprehensive overview of my work at DxO Labs is currently being written. This page will showcase:</p>
<ul>
<li>AI-driven customer support system implementation</li>
<li>Automated audio dubbing and translation pipeline</li>
<li>Employee training programs in LLMs and AI tools</li>
<li>Technical innovations and achievements</li>
</ul>
<p>Please check back soon for the complete content.</p>
</div>
</div>
</article>
<!-- Footer -->
<footer class="site-footer">
<p>© 2024 Arthur Calvi. All rights reserved.</p>
</footer>
</body>
</html>