Skip to content
View pontheazahraii's full-sized avatar
:shipit:
:shipit:
  • Irvine, CA
  • 08:58 (UTC -08:00)

Block or report pontheazahraii

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
pontheazahraii/README.md

Hey there I'm Ponthea!

:octocat: About Me

I’m a Machine Learning Engineer and researcher based in Orange County, CA. My work focuses on computer vision, 3D perception, and ML systems, alongside research in inverse photonic design using residual tandem neural networks.

I enjoy challenging tasks that push me to learn and grow, whether it's solving complex problems or building innovative solutions. I thrive in environments where creativity and curiosity are encouraged, and I am always eager to tackle new and exciting projects.

I chose computer science because it is the intersection between creativity and logic. It allows me to approach problems with both analytical thinking and imaginative solutions, making every project an opportunity to innovate and learn something new.

💼 Experience

  • Machine Learning Engineer II — Hansji Corporation (June 2025–Present)
    • Lead design of computer-vision and ML systems for automation platforms; build 3D perception pipelines with RGB‑D sensing, segmentation, and reconstruction. Drive internal Python tooling, CI/CD, and package standards.
  • Machine Learning Engineer I — Hansji Corporation (June 2024–June 2025)
    • Built ML systems for the company’s Revenue Management System: forecasting, dynamic pricing, and A/B evaluation. Implemented end‑to‑end MLOps and GCP integration.
  • Graduate Researcher — Estakhri Lab, Chapman University (Aug 2023–Present)
    • Research on residual tandem neural networks for inverse photonic design; data pipelines, training/validation, and peer‑reviewed publications.

🧰 Skills

🛠️ Languages & Tools

Python C++ MySQL SQLite TensorFlow OpenCV NumPy Pandas Anaconda VSCode LaTeX GCP

🎓 Education

  • Chapman University
    • Master’s in Electrical Engineering & Computer Science (2025)
      • Thesis: Residual Tandem Neural Networks for Photonic Inverse Design
    • Bachelor’s in Computer Science, Neuroscience minor (2024)

📚 Publications

✉️ Get in Touch

Feel free to reach out if you're interested in exploring software development or just want to chat! 👋

📄 Resume Build

  • Source: docs/resume.tex
  • Build: scripts/resume.sh generates build/PontheaZahraii.pdf and other LaTeX artifacts under build/.

Example:

# Build into build/
scripts/resume.sh

🚀 Automated Releases

  • GitHub Action: .github/workflows/release-resume.yml builds the PDF and creates a timestamped GitHub Release when docs/resume.tex changes on main.
  • Manual run: trigger via the "Run workflow" button under Actions.
  • Release tag format: resume-YYYYMMDD-HHMMSS (UTC).

📊 My Stats

GitHub Profile Summary

Pinned Loading

  1. recipes recipes Public

    An open source cookbook

    2 1

  2. 3d-vision-systems 3d-vision-systems Public

    A curated, from-scratch implementation of classical and modern 3D perception algorithms used in robotics, autonomous systems, and computer vision. This repository is my personal “3D Perception Lear…