File size: 16,192 Bytes
0984a1d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Taha Asl Bakhtari - AI Researcher & Developer</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <style>
        @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
        
        body {
            font-family: 'Poppins', sans-serif;
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            min-height: 100vh;
        }
        
        .gradient-text {
            background: linear-gradient(90deg, #3b82f6, #8b5cf6);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }
        
        .card-hover {
            transition: all 0.3s ease;
        }
        
        .card-hover:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }
        
        .timeline-item:not(:last-child)::after {
            content: '';
            position: absolute;
            left: 1.25rem;
            top: 2.5rem;
            height: calc(100% - 2.5rem);
            width: 2px;
            background-color: #e5e7eb;
        }
        
        .glow {
            box-shadow: 0 0 15px rgba(59, 130, 246, 0.5);
        }
    </style>
</head>
<body class="antialiased text-gray-800">
    <div class="container mx-auto px-4 py-12 max-w-6xl">
        <!-- Header Section -->
        <header class="text-center mb-16">
            <div class="relative inline-block mb-6">
                <div class="absolute inset-0 bg-gradient-to-r from-blue-500 to-purple-500 rounded-full blur-xl opacity-75"></div>
                <img src="https://via.placeholder.com/150" alt="Taha Asl Bakhtari" class="relative z-10 w-32 h-32 rounded-full object-cover border-4 border-white mx-auto">
            </div>
            <h1 class="text-4xl md:text-5xl font-bold mb-2">Taha Asl Bakhtari</h1>
            <p class="text-xl gradient-text font-semibold mb-4">AI Researcher • Developer • Content Creator</p>
            <p class="text-gray-600 max-w-2xl mx-auto">Specializing in Large Language Models, Generative AI, Computer Vision, and Multi-Agent Systems</p>
        </header>

        <!-- About Section -->
        <section class="mb-16">
            <div class="bg-white rounded-xl shadow-lg overflow-hidden">
                <div class="md:flex">
                    <div class="md:w-1/3 bg-gradient-to-br from-blue-500 to-purple-600 p-8 text-white flex flex-col justify-center">
                        <h2 class="text-2xl font-bold mb-4">About Me</h2>
                        <div class="space-y-2">
                            <p class="flex items-center"><i class="fas fa-birthday-cake mr-2"></i> Born: May 9, 2009</p>
                            <p class="flex items-center"><i class="fas fa-map-marker-alt mr-2"></i> Tehran, Iran</p>
                            <p class="flex items-center"><i class="fas fa-graduation-cap mr-2"></i> Self-Taught Developer</p>
                        </div>
                    </div>
                    <div class="md:w-2/3 p-8">
                        <p class="mb-4">A passionate young AI specialist with over three years of hands-on experience in cutting-edge artificial intelligence technologies. Fully self-taught, I've developed expertise in LLMs, generative AI, computer vision, and multi-agent systems through practical projects and continuous learning.</p>
                        <p>My work focuses on bridging the gap between theoretical AI and real-world applications, creating innovative solutions that demonstrate the transformative potential of artificial intelligence.</p>
                    </div>
                </div>
            </div>
        </section>

        <!-- Skills Section -->
        <section class="mb-16">
            <h2 class="text-3xl font-bold text-center mb-12">Skills & Expertise</h2>
            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
                <!-- Skill Card 1 -->
                <div class="bg-white rounded-xl p-6 shadow-md card-hover">
                    <div class="text-blue-500 mb-4 text-3xl">
                        <i class="fas fa-brain"></i>
                    </div>
                    <h3 class="font-bold text-xl mb-2">AI Development</h3>
                    <p class="text-gray-600">Building autonomous agents, multi-modal systems, and implementing cutting-edge AI research papers.</p>
                </div>
                
                <!-- Skill Card 2 -->
                <div class="bg-white rounded-xl p-6 shadow-md card-hover">
                    <div class="text-purple-500 mb-4 text-3xl">
                        <i class="fas fa-code"></i>
                    </div>
                    <h3 class="font-bold text-xl mb-2">Programming</h3>
                    <p class="text-gray-600">Proficient in Python with expertise in PyTorch, TensorFlow, Transformers, and modern AI tools.</p>
                </div>
                
                <!-- Skill Card 3 -->
                <div class="bg-white rounded-xl p-6 shadow-md card-hover">
                    <div class="text-green-500 mb-4 text-3xl">
                        <i class="fas fa-robot"></i>
                    </div>
                    <h3 class="font-bold text-xl mb-2">Agentic AI</h3>
                    <p class="text-gray-600">Designing and implementing sophisticated multi-agent systems and communication protocols.</p>
                </div>
                
                <!-- Skill Card 4 -->
                <div class="bg-white rounded-xl p-6 shadow-md card-hover">
                    <div class="text-red-500 mb-4 text-3xl">
                        <i class="fas fa-eye"></i>
                    </div>
                    <h3 class="font-bold text-xl mb-2">Computer Vision</h3>
                    <p class="text-gray-600">Developing solutions for object recognition, OCR, and image processing applications.</p>
                </div>
                
                <!-- Skill Card 5 -->
                <div class="bg-white rounded-xl p-6 shadow-md card-hover">
                    <div class="text-yellow-500 mb-4 text-3xl">
                        <i class="fas fa-language"></i>
                    </div>
                    <h3 class="font-bold text-xl mb-2">NLP & LLMs</h3>
                    <p class="text-gray-600">Fine-tuning language models, building NLP pipelines, and creating LLM-based applications.</p>
                </div>
                
                <!-- Skill Card 6 -->
                <div class="bg-white rounded-xl p-6 shadow-md card-hover">
                    <div class="text-indigo-500 mb-4 text-3xl">
                        <i class="fas fa-chalkboard-teacher"></i>
                    </div>
                    <h3 class="font-bold text-xl mb-2">Content Creation</h3>
                    <p class="text-gray-600">Producing high-quality educational content on advanced AI topics for Persian-speaking audiences.</p>
                </div>
            </div>
        </section>

        <!-- Projects Section -->
        <section class="mb-16">
            <h2 class="text-3xl font-bold text-center mb-12">Notable Projects</h2>
            <div class="space-y-6">
                <!-- Project 1 -->
                <div class="bg-white rounded-xl shadow-lg overflow-hidden card-hover">
                    <div class="md:flex">
                        <div class="md:w-1/3 bg-gray-100 p-6 flex items-center justify-center">
                            <i class="fas fa-robot text-6xl text-blue-500"></i>
                        </div>
                        <div class="md:w-2/3 p-6">
                            <h3 class="font-bold text-xl mb-2">Multi-Agent Chat Protocol (MCP)</h3>
                            <p class="text-gray-600 mb-4">A custom server implementation to manage communication between multiple AI agents and language models, enabling complex multi-agent interactions and workflows.</p>
                            <span class="inline-block bg-blue-100 text-blue-800 text-xs px-2 py-1 rounded-full mr-2">Multi-Agent Systems</span>
                            <span class="inline-block bg-purple-100 text-purple-800 text-xs px-2 py-1 rounded-full">LLM Integration</span>
                        </div>
                    </div>
                </div>
                
                <!-- Project 2 -->
                <div class="bg-white rounded-xl shadow-lg overflow-hidden card-hover">
                    <div class="md:flex">
                        <div class="md:w-1/3 bg-gray-100 p-6 flex items-center justify-center">
                            <i class="fas fa-car text-6xl text-green-500"></i>
                        </div>
                        <div class="md:w-2/3 p-6">
                            <h3 class="font-bold text-xl mb-2">Iranian License Plate Recognition</h3>
                            <p class="text-gray-600 mb-4">A computer vision system specifically designed to recognize and process Iranian license plates with high accuracy, demonstrating practical applications of AI in regional contexts.</p>
                            <span class="inline-block bg-green-100 text-green-800 text-xs px-2 py-1 rounded-full mr-2">Computer Vision</span>
                            <span class="inline-block bg-yellow-100 text-yellow-800 text-xs px-2 py-1 rounded-full">Regional Solution</span>
                        </div>
                    </div>
                </div>
                
                <!-- Project 3 -->
                <div class="bg-white rounded-xl shadow-lg overflow-hidden card-hover">
                    <div class="md:flex">
                        <div class="md:w-1/3 bg-gray-100 p-6 flex items-center justify-center">
                            <i class="fas fa-cube text-6xl text-purple-500"></i>
                        </div>
                        <div class="md:w-2/3 p-6">
                            <h3 class="font-bold text-xl mb-2">LLM-Blender Integration</h3>
                            <p class="text-gray-600 mb-4">Connecting large language models to Blender 3D software to create interactive visual systems where AI can generate and manipulate 3D models through natural language commands.</p>
                            <span class="inline-block bg-purple-100 text-purple-800 text-xs px-2 py-1 rounded-full mr-2">Generative AI</span>
                            <span class="inline-block bg-red-100 text-red-800 text-xs px-2 py-1 rounded-full">Creative Coding</span>
                        </div>
                    </div>
                </div>
            </div>
        </section>

        <!-- Content Creation Section -->
        <section class="mb-16">
            <h2 class="text-3xl font-bold text-center mb-12">Content Creation</h2>
            <div class="bg-white rounded-xl shadow-lg overflow-hidden">
                <div class="md:flex">
                    <div class="md:w-1/2 p-8 bg-gradient-to-br from-blue-500 to-purple-600 text-white">
                        <h3 class="text-2xl font-bold mb-4">Educational Mission</h3>
                        <p class="mb-6">I create content focused on real-world AI implementations, teaching advanced and often overlooked topics in the Persian-speaking AI community through educational and experimental videos.</p>
                        <div class="flex space-x-4">
                            <a href="https://www.youtube.com/@Tahabakhtariai" target="_blank" class="bg-white text-blue-600 hover:bg-gray-100 px-4 py-2 rounded-lg font-medium flex items-center">
                                <i class="fab fa-youtube mr-2"></i> YouTube
                            </a>
                            <a href="https://t.me/Ai_by_Taha" target="_blank" class="bg-white text-blue-600 hover:bg-gray-100 px-4 py-2 rounded-lg font-medium flex items-center">
                                <i class="fab fa-telegram mr-2"></i> Telegram
                            </a>
                        </div>
                    </div>
                    <div class="md:w-1/2 p-8">
                        <h4 class="font-bold text-lg mb-4">Content Topics Include:</h4>
                        <ul class="space-y-3">
                            <li class="flex items-start">
                                <i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
                                <span>Large Language Models (LLMs) and their applications</span>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
                                <span>Connecting AI to creative tools like Blender</span>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
                                <span>Building multi-modal AI agents</span>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
                                <span>Exploring complex AI infrastructures</span>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
                                <span>Creative AI experiments and implementations</span>
                            </li>
                        </ul>
                    </div>
                </div>
            </div>
        </section>

        <!-- Connect Section -->
        <section class="text-center">
            <h2 class="text-3xl font-bold mb-6">Connect With Me</h2>
            <p class="text-gray-600 mb-8 max-w-2xl mx-auto">Explore my open-source projects, watch my educational content, or get in touch to discuss AI collaborations.</p>
            <div class="flex justify-center space-x-4">
                <a href="https://www.youtube.com/@Tahabakhtariai" target="_blank" class="bg-red-600 hover:bg-red-700 text-white px-6 py-3 rounded-full font-medium flex items-center glow">
                    <i class="fab fa-youtube mr-2"></i> YouTube
                </a>
                <a href="https://t.me/Ai_by_Taha" target="_blank" class="bg-blue-500 hover:bg-blue-600 text-white px-6 py-3 rounded-full font-medium flex items-center glow">
                    <i class="fab fa-telegram mr-2"></i> Telegram
                </a>
                <a href="https://github.com/Tahabakhtari" target="_blank" class="bg-gray-800 hover:bg-gray-900 text-white px-6 py-3 rounded-full font-medium flex items-center glow">
                    <i class="fab fa-github mr-2"></i> GitHub
                </a>
            </div>
        </section>

        <!-- Footer -->
        <footer class="mt-16 text-center text-gray-500 text-sm">
            <p>© 2023 Taha Asl Bakhtari. All rights reserved.</p>
            <p class="mt-2">AI Researcher • Developer • Content Creator</p>
        </footer>
    </div>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=TahaBakhtari/mysite" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>