Skip to content
View sontung2310's full-sized avatar

Highlights

  • Pro

Block or report sontung2310

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
sontung2310/README.md

Hi there, I'm Tony Bui! πŸ‘‹

πŸš€ About Me

I am an AI Engineer with 5 years of experience in Computer Vision and 2 years in NLP and Large Language Models, holding a Master’s degree in Artificial Intelligence. I specialize in solving business problems across multiple AI domains, including vision, language, and time-series, and deploying solutions to production environments. I work effectively both independently and as part of a team, with a strong passion for continuous learning.

πŸ’Ό Professional Experience

Research Assistant @ Deakin University (Jun 2025 - Present)

  • Developed novel Generative AI pipeline combining LISA (Vision-Language Model) for automated object segmentation and Stable Diffusion fine-tuned with DreamBooth for synthetic dataset generation, achieving 50% improvement in data quality for wildlife detection models.
  • Reduced ecological dataset collection costs by leveraging generative data augmentation to overcome camera-trap variability in conservation applications.
  • Developed and optimized YOLO models for wildlife detection, enhancing dataset diversity and supporting conservation-focused AI applications in Australia.

AI Engineer @ DataBytes (Feb 2025 - Sep 2025)

  • Developed a multi-agent AI tutoring system that guides users through solving LeetCode/HackerRank problems step-by-step, providing idea generation, code review, and optimisation feedback rather than direct answers.
  • Engineered a multi-modal workflow that supports text and screenshot inputs, built a crawler to ingest problems into MongoDB, and developed a recommendation pipeline that selects problems based on user preferences such as topic and difficulty.
  • Delivered a streamlined Streamlit interface and implemented user-level analytics to track progress, visualise solved problems, and personalise each user’s learning experience.

AI Engineer @ ELCOM Corp (Apr 2022 - Feb 2024)

  • Delivered on-premises chatbots for customers across multiple domains, enabling reliable and scalable enterprise solutions with domain-specific knowledge integration. Tech stack: Vector databases (MongoDB, ElasticSearch), LLMs (Llama-2-13B), vLLM (serving), LangChain/LangGraph (workflow orchestration), Retrieval-Augmented Generation, Prompt Engineering
  • Implemented ML models supporting Intelligent Transport System features including traffic violation detection and electronic toll collection systems deployed widely across Vietnam's highway network. Tech stack: YOLO, SAM, OpenCV, TensorRT, ONNX.
  • Deployed a Social Listening system that crawls social network data and applies LLMs to deliver insights on keyword trends, brand reputation, and customer campaign reactions. Delivered an interactive dashboard for real-time analysis and monitoring.

AI Engineer @ Samsung Display Vietnam (Dec 2020 - Apr 2022)

  • Led team of 4 engineers to develop Deep Learning solution for automated defect detection in mobile display manufacturing, replacing manual inspection process.
  • Deployed Transfer Learning-based UNet and YOLO models for marked region detection/segmentation on edge devices, achieving 95% detection accuracy.
  • Reduced manufacturing costs by 80% through minimizing false positive rates and eliminating manual quality control labor.
  • Optimized models for real-time edge deployment using TensorRT and embedded systems integration.

πŸ› οΈ Technical Skills

Programming Languages

Python SQL R C++

Data Science & Analytics

Power BI Tableau Pandas NumPy

AI/ML Frameworks

TensorFlow PyTorch Keras

Databases & Tools

MongoDB Apache Airflow Apache Kafka

🎯 Personal Projects

Real-Time AFL Player Tracking and Insight Platform

  • Integrated SAM2 with Ultralytics for automatic frame annotation, training YOLO11 for player and ball detection, and applied ByteTrack for multi-object tracking.
  • Developed additional OCR models for recognition of player jersey numbers, enhancing automated game analytics.
  • Developed post-analysis features including automatic player-focused camera generation, player heatmaps, and performance statistics to support data-driven insights for coaches and analysts. Tech Stack: YOLO, ByteTrack, SAM2, Ultralytics

AI-Powered Retail Product Monitoring System

  • Trained a YOLO model on custom product datasets for accurate product detection.
  • Developed real-time monitoring features: alerts for mis-placed products, low-stock/out-of-stock warnings.
  • Optimized models using TensorRT 8-bit quantization for edge devices and deployed them with Triton Inference Server for fast, scalable inference. Tech Stack: YOLO, FAISS, TensorRT, Triton Inference Server

AI-based Video Analysis for Traffic Monitoring

  • Built comprehensive traffic monitoring system with vehicle detection, tracking, and attribute extraction (class, color, direction, license plate).
  • Implemented DeepSORT for multi-object tracking and OCR for license plate recognition with 88% accuracy.
  • Developed search functionality enabling queries by vehicle attributes and automated video summarization reducing review time by 75%. Tech Stack: YOLO, DeepSORT, OCR

πŸ† Certifications

  • πŸ“œ DeepLearning.AI Certificate: Agentic AI, AI Agents in LangGraph.
  • πŸ“œ Microsoft Azure AI Fundamentals (AI-900)
  • πŸ“œ Microsoft Azure AI Engineer Associate (AI-102)

🌟 What I'm Working On

  • πŸ” Advanced NLP Projects: Applying large language models to solve real-world problems and creating AI agents
  • πŸ“Š Dashboard Development: Creating interactive visualizations with Power BI and Python
  • πŸ€– AI Model Deployment: Learning MLOps and model deployment best practices
  • πŸ“š Continuous Learning: Staying updated with latest AI/ML research and techniques

🀝 Let's Connect!

I'm always interested in collaborating on data science and AI projects, especially those with social impact. Feel free to reach out!

LinkedIn Email GitHub


⭐ Fun Fact: I speak English, Vietnamese, and Korean, and I love exploring how AI can bridge language barriers and create more inclusive technology solutions!

Pinned Loading

  1. Sentiment-Analysis-in-Healthcare Sentiment-Analysis-in-Healthcare Public

    Sentiment analysis system for healthcare/drug reviews with a FastAPI backend and Streamlit dashboard visualization.

    Jupyter Notebook

  2. BubbleTea-Chatbot BubbleTea-Chatbot Public

    Built an agent selling BubbleTea with LangGraph and the Gemini API - Kaggle 5-day Generative AI course exercise

    Python 1

  3. Retail_Chatbot Retail_Chatbot Public

    Building Chatbot for Laptop store

    Python

  4. YOLO-Auto-Annotation-Pipeline YOLO-Auto-Annotation-Pipeline Public

    Replace manual annotation, which is often time-consuming and requires a lot of effort, with an automated, efficient solution suitable for training YOLO object detection models.

    Python