-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperience.php
More file actions
38 lines (36 loc) · 1.95 KB
/
Copy pathexperience.php
File metadata and controls
38 lines (36 loc) · 1.95 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
<?php include 'includes/header.php'; ?>
<!-- Experience Section -->
<section class="section" id="experience">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>Work <span>Experience</span></h2>
</div>
<div class="timeline">
<div class="timeline-item left" data-aos="fade-right">
<div class="timeline-content">
<div class="timeline-date">2024 - Present</div>
<h3>AI Engineer</h3>
<h4>TechInnovate Solutions</h4>
<p>Leading the NLP team in developing cutting-edge language models for enterprise applications. Designed and deployed several transformer-based solutions that improved business processes by 40%.</p>
</div>
</div>
<div class="timeline-item right" data-aos="fade-left">
<div class="timeline-content">
<div class="timeline-date">2024 - present</div>
<h3>Machine Learning Engineer</h3>
<h4>DataMind AI</h4>
<p>Developed computer vision systems for industrial automation. Built custom object detection models that reduced error rates by 35% in manufacturing quality control.</p>
</div>
</div>
<div class="timeline-item left" data-aos="fade-right">
<div class="timeline-content">
<div class="timeline-date">2022 - present</div>
<h3>Web Development</h3>
<h4>Online & Offline</h4>
<p>I am proficient in html, css, js, php & mysql. I have worked on many small and big projects using this technology.</p>
</div>
</div>
</div>
</div>
</section>
<?php include 'includes/footer.php'; ?>