-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
161 lines (141 loc) ยท 8.17 KB
/
index.html
File metadata and controls
161 lines (141 loc) ยท 8.17 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Daniele S. Cardullo</title>
<!-- Meta SEO Tags -->
<meta name="description" content="Daniele S. Cardullo is a computer engineer and AI developer based in Rome, Italy. Specialized in deepfake detection, generative models, and human-robot interaction.">
<meta name="keywords" content="Daniele Cardullo, AI Developer, Computer Engineer, Deepfake Detection, Generative Models, Robotics, Python, PyTorch, Unity 3D, ROS, Hugging Face, GitHub Projects, Rome">
<meta name="author" content="Daniele S. Cardullo">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://dan-crdll.github.io/"> <!-- Update to your actual domain -->
<!-- Open Graph / Facebook -->
<meta property="og:title" content="Daniele S. Cardullo | AI Developer & Computer Engineer">
<meta property="og:description" content="Portfolio of Daniele S. Cardullo - Explore AI & Robotics Projects.">
<meta property="og:image" content="https://avatars.githubusercontent.com/u/124797958?v=4">
<meta property="og:url" content="https://dan-crdll.github.io/">
<meta property="og:type" content="website">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Daniele S. Cardullo | AI Developer & Computer Engineer">
<meta name="twitter:description" content="Explore the portfolio of Daniele, an AI researcher focused on deepfake detection and HRI.">
<meta name="twitter:image" content="https://avatars.githubusercontent.com/u/124797958?v=4">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="icon.png" type="image/png">
<link rel="apple-touch-icon" href="icon.png">
</head>
<body>
<header>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DR14ZS0FXV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-DR14ZS0FXV');
</script>
<div id="intro">
<div class="left">
<h1>Ciao ๐ <br> I am Daniele!</h1>
<h3>๐ Rome, Italy</h3>
<p>I am a <em>computer engineer</em> and <em>AI developer</em>.</p>
<div id="contacts" aria-label="Social links">
<a href="https://github.com/dan-crdll" target="_blank" rel="noopener" aria-label="GitHub">
<img class="logo" src="https://cdn-icons-png.flaticon.com/512/25/25231.png" alt="GitHub logo">
</a>
<a href="https://huggingface.co/osusume" target="_blank" rel="noopener" aria-label="HuggingFace">
<img class="logo" src="https://huggingface.co/datasets/huggingface/brand-assets/resolve/main/hf-logo.svg" alt="Hugging Face logo">
</a>
<a href="https://www.linkedin.com/in/daniele-s-cardullo-014a7a170/" target="_blank" rel="noopener" aria-label="LinkedIn">
<img class="logo" src="https://cdn-icons-png.flaticon.com/512/3991/3991775.png" alt="LinkedIn logo">
</a>
<a href="mailto:danielecardullo.drive@gmail.com" target="_blank" aria-label="Email">
<img class="logo" src="https://cdn-icons-png.flaticon.com/512/666/666162.png" alt="Email icon">
</a>
</div>
</div>
<div class="right">
<img src="https://avatars.githubusercontent.com/u/124797958?v=4" alt="Daniele S. Cardullo Profile Picture">
</div>
</div>
</header>
<main>
<section id="about">
<p>Iโm particularly interested in <strong>deepfake detection</strong>, <strong>generative models</strong>, and <strong>human-robot interaction</strong>.</p>
<p>I'm currently working on <em>Multimodal Deepfake Detection</em> and <em>Robot Interaction</em>. ๐ค</p>
</section>
<hr>
<h2>Project Selection ๐ท</h2>
<section id="projects">
<!-- Project Card 1 -->
<article class="project_card">
<h3>Ground to Aerial Image Translation ๐</h3>
<p>Implementation of a latent diffusion model to generate satellite views from ground views in the CVPR dataset.</p>
<div class="tags">
<span class="tag">Diffusion Model</span>
<span class="tag">Patch Autoencoder</span>
<span class="tag">Transformer</span>
</div>
<a href="https://github.com/dan-crdll/ground_aerial_project" target="_blank" rel="noopener">
<img class="logo" src="https://cdn-icons-png.flaticon.com/512/25/25231.png" alt="GitHub link to project">
</a>
</article>
<!-- Project Card 2 -->
<article class="project_card">
<h3>Reimplementation of "DreamDiffusion" ๐ญ</h3>
<p>Re-implementation of the method proposed in "DreamDiffusion: Generating High-Quality Images from Brain EEG Signals" by Y. Bai, X. Wang et al.</p>
<div class="tags">
<span class="tag">Diffusion Model</span>
<span class="tag">Masked Autoencoder</span>
<span class="tag">Transformer</span>
<span class="tag">Brain-Computer Interface</span>
</div>
<a href="https://github.com/dan-crdll/nn_project_dreamdiffusion" target="_blank" rel="noopener">
<img class="logo" src="https://cdn-icons-png.flaticon.com/512/25/25231.png" alt="GitHub link to project">
</a>
</article>
<!-- Project Card 3 -->
<article class="project_card">
<h3>Language Inference on FEVER ๐ก</h3>
<p>Natural Language Inference task on adversarial FEVER dataset.</p>
<div class="tags">
<span class="tag">BERT</span>
<span class="tag">Natural Language Processing</span>
<span class="tag">NLI</span>
<span class="tag">Data Augmentation</span>
<span class="tag">Adversarial Data</span>
</div>
<a href="https://github.com/dan-crdll/nli_adversarial_FEVER" target="_blank" rel="noopener">
<img class="logo" src="https://cdn-icons-png.flaticon.com/512/25/25231.png" alt="GitHub link to project">
</a>
</article>
<a href="https://github.com/dan-crdll?tab=repositories" class="tab" target="_blank" rel="noopener">
Browse all public repositories ๐
</a>
</section>
<h2>Skills ๐ฆพ</h2>
<section id="skills">
<div class="skill_card">
<h3>๐ Python Programming</h3>
<p>Proficient in Python for data analysis, machine learning, and computer vision, using <strong>NumPy</strong>, <strong>Pandas</strong>, <strong>LangChain</strong>, and <strong>OpenCV</strong>.</p>
</div>
<div class="skill_card">
<h3>๐ฅ PyTorch Development</h3>
<p>Experienced in training deep learning models for image and language tasks with <strong>PyTorch</strong>.</p>
</div>
<div class="skill_card">
<h3>๐ฎ Game Development in Unity 3D</h3>
<p>Skilled in Unity 3D for building interactive games using C# and Unityโs development environment.</p>
</div>
<div class="skill_card">
<h3>๐ค Learning ROS</h3>
<p>Currently studying the <strong>Robot Operating System</strong> for robotics development and human-robot interaction.</p>
</div>
</section>
</main>
<footer>
<p>ยฉ 2025 Daniele S. Cardullo โ All Rights Reserved</p> <p>P. iva IT03826150835</p>
</footer>
</body>
</html>