File size: 5,014 Bytes
3319e90
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <meta name="description"

    content="About Nguyen Tin Tin Do — AI Engineer and Data Scientist with expertise in Deep Learning, Computer Vision, and Data Analytics." />
  <title>About - Nguyen Tin Tin Do</title>
  <link rel="stylesheet" href="style.css" />
  <script src="script.js" defer></script>
</head>

<body>
  <!-- ===== HEADER ===== -->
  <header>
    <div class="container">
      <h1 class="logo">About <span class="highlight">Me</span></h1>

      <nav>
        <a href="index.html" class="btn">Home</a>
        <a href="about.html" class="btn active">About</a>
        <a href="work.html" class="btn">Work Experience</a>
        <a href="education.html" class="btn">Education</a>
        <a href="projects.html" class="btn">Projects</a>
        <a href="contact.html" class="btn">Contact</a>
      </nav>

      <button id="theme-toggle" class="theme-btn" title="Toggle light/dark mode">🌙</button>
    </div>
  </header>

  <!-- ===== MAIN CONTENT ===== -->
  <main>
    <section class="content fade-in about-wrapper">

      <h2 class="section-title">About Me</h2>

      <div class="about-card">
        <p>
          I'm <b>Nguyen Tin Tin Do</b> — an aspiring <b>AI Engineer</b> and
          <b>Data Scientist</b> passionate about building <b>real-world AI systems</b>.
          I focus on <b>Deep Learning, Computer Vision, ML pipelines, and MLOps deployment</b>.
        </p>

        <p>
          I’m currently pursuing my <b>Bachelor’s in Computer Science</b> with a
          <b>Minor in Data Science</b> at <b>Drew University</b>, Madison, New Jersey
          (GPA: <b>3.7/4.0</b>).
        </p>
      </div>

      <h3 class="section-subtitle">🎓 Education Summary</h3>
      <div class="about-card">
        <ul class="about-list">
          <li><b>Drew University</b> – Madison, New Jersey</li>
          <li><b>B.S.</b> in Computer Science | <b>Minor:</b> Data Science</li>
          <li><b>Expected Graduation:</b> May 2027</li>
          <li><b>Merit Scholarship:</b> $15,000 (Academic Excellence)</li>
          <li><b>Relevant Courses:</b> Artificial Intelligence, Data Science, Databases, Software Engineering</li>
        </ul>
      </div>

      <h3 class="section-subtitle">💼 Professional Summary</h3>
      <div class="about-card">
        <p>
          I build real-time <b>Object Detection</b>, <b>Face Recognition</b>, and
          <b>other</b> systems using <b>Python, TensorFlow, PyTorch, YOLO and OpenCV</b>.
        </p>
        <p>
          My technical focus includes:
          <br>• Deploying ML models on <b>Streamlit Cloud</b>
          <br>• Creating <b>ML pipelines & MLOps automation</b>
          <br>• Data handling and model optimization
          <br>• End-to-end product deployment on Streamlit & Hugging Face
        </p>
      </div>

      <h3 class="section-subtitle">🧠 Technical Skills</h3>
      <div class="skills-grid">
        <p><strong>Programming & Data Science:</strong> Python, R, Java, C++, HTML, CSS, JavaScript, SQL (PostgreSQL)
        </p>
        <p><strong>Libraries & Tools:</strong> NumPy, Pandas, SciPy, Matplotlib, Seaborn, TensorFlow, Scikit-learn,
          OpenCV, PyTorch, Keras, YOLO, Streamlit</p>
        <p><strong>Version Control & Collaboration:</strong> Git, GitHub, GitLab, Bitbucket, Docker</p>
        <p><strong>Cloud & Deployment Platforms:</strong> Google Cloud Platform (GCP), Microsoft Azure</p>
        <p><strong>Development & Analysis Environments:</strong> Jupyter Notebook, VS Code, Anaconda, Google Colab,
          Sublime Text, PyCharm, Kaggle</p>
        <h3>🤝 Other Skills</h3>
        <p>
          <strong>Productivity Tools & Collaboration:</strong> Google Workspace, Microsoft Office<br>
          <strong>Soft Skills:</strong> Teamwork, Communication, Critical Thinking, Problem Solving<br>
          <strong>Creative & Media Tools:</strong> CapCut, Adobe Photoshop, Canva<br>
          <strong>Languages:</strong> English (Proficient), Vietnamese (Native), Spanish (Basic)
        </p>
      </div>


      <div class="socials" style="text-align: center;">
        <a href="https://www.linkedin.com/in/nguyen-tin-tin-do/" target="_blank">🔗 LinkedIn</a> |
        <a href="https://github.com/NguyenTin2026" target="_blank">🐙 GitHub</a> |
        <a href="https://mail.google.com/mail/?view=cm&to=ndo1@drew.edu" target="_blank">📧 ndo1@drew.edu</a>
        <div class="image-links" style="display: flex; justify-content: space-between; align-items: center; gap: 20px;">
        </div>

      </div>

    </section>
  </main>

  <!-- ===== FOOTER ===== -->
  <footer>
    <p>© 2025 Nguyen Tin Tin Do — Portfolio · Artificial Intelligence & Deep Learning</p>
  </footer>


</body>

</html>