| <!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>
|
| <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>
|
| <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>
|
| <p>© 2025 Nguyen Tin Tin Do — Portfolio · Artificial Intelligence & Deep Learning</p>
|
| </footer>
|
|
|
|
|
| </body>
|
|
|
| </html> |