Spaces:
Running
Running
<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> |