Skip to content

Commit 28ec69b

Browse files
feat: update experience and project
1 parent 959513c commit 28ec69b

4 files changed

Lines changed: 36 additions & 8 deletions

File tree

62 KB
Loading
664 KB
Loading

src/data/experience.ts

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,15 @@ export const experiences: Experience[] = [
2020
period: 'Aug 2023 - Present',
2121
description: 'Working on edge AI solutions, real-time video processing, and high-performance systems for traffic monitoring and analysis.',
2222
achievements: [
23-
'Developed a high-performance storage solution for traffic metadata analysis on edge devices, achieving 5x performance improvement over traditional NoSQL storage systems',
24-
'Created traffic congestion detection algorithm capable of classifying 7 levels of congestion, achieving 95% accuracy at Bach Lieu Bridge for real-time traffic management',
25-
'Improved License Plate reading pipeline efficiency using weighted random algorithm, increasing plate reading ability by 30-40%',
26-
'Developed custom NAL buffer for RTSP streaming, ensuring stable stream quality and low-latency performance under varying network conditions',
27-
'Built asynchronous video pipeline handling up to 4 FHD RTSP streams for AI Hub, optimizing real-time video processing and resource utilization',
28-
'Engineered real-time live view system for edge AI camera with ~10ms latency and minimal resource usage (1% CPU, 50MB RAM on ARM Cortex-A53)',
29-
'Optimized and deployed computer vision models on Novatek SoCs, achieving real-time 30fps processing for full AI pipeline (vehicle detection, LPR, OCR)',
23+
'Developed a high-performance storage solution for traffic metadata analysis on edge devices, achieving a 5× performance improvement over traditional NoSQL storage systems.',
24+
'Implemented a circular buffer–based recording pipeline for 5MP (2448×2048) encoded video, achieving a 1.5 GB RAM reduction at 15 FPS.',
25+
'Created an algorithm to analyze traffic data and detect congestion, capable of classifying seven levels of traffic congestion. Successfully implemented the algorithm to efficiently detect traffic jams at Bach Lieu Bridge up to ~95% of times, improving real-time traffic management and response.',
26+
'Improved license plate recognition (LPR) pipeline efficiency using weighted random sampling which increased plate reading ability by 30-40%',
27+
'Developed a custom NAL buffer for RTSP streaming, ensuring low-latency and stable video quality under varying network conditions.',
28+
'Built an asynchronous video pipeline supporting up to 4 FHD RTSP streams, optimizing real-time processing and resource utilization.',
29+
'Engineered a real-time live view system for an edge AI camera, achieving ~10 ms latency with minimal resource usage (~1% CPU, 50 MB RAM) on ARM Cortex-A53.',
30+
'Optimized and deployed computer vision models on Novatek SoCs, achieving real-time 30 FPS across the full AI pipeline (vehicle detection → LPR → OCR) while maintaining low resource consumption.',
31+
'Designed and implemented an IPC library enabling multiple processes to share a single web server, aggregating H.264/H.265 streams via a centralized socket and distributing them over WebSocket to concurrent clients.',
3032
],
3133
skills: ['C++', 'Java', 'Python', 'FFmpeg', 'Computer Vision', 'Edge AI', 'RTSP', 'Git'],
3234
},

src/data/projects.ts

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,24 @@ export const projects: Project[] = [
2727
image: '/images/projects/attas.png',
2828
technologies: ['OR-Tools', 'Python', 'C#'],
2929
githubUrl: 'https://github.com/chaubnmhe153019/SEP490_G14',
30-
}
30+
},
31+
{
32+
id: 'crowded-trajectory-clustering',
33+
title: 'Utility Solution: Crowded Trajectory Clustering',
34+
description: 'A utility solution for clustering crowded trajectories. Patent number: 93595 A 1-2022-07845.',
35+
image: '/images/projects/crowdedtrajectoryclustering.png',
36+
technologies: [],
37+
githubUrl: 'https://ipvietnam.gov.vn/documents/20182/1435339/CB420A1.pdf/73d4da4c-dd42-4940-bcc1-2c082412075a',
38+
},
39+
{
40+
id: 'buried-city',
41+
title: 'Buried City',
42+
description: 'Get lost in a remote corner, look for the living using an old radio, stare at something blankly while listening to music, try your best to survive—you may have never imagined such scenes but it seems as if they occur every day. In the game, you will be in danger at any time and you need to be courageous and smart enough to survive!',
43+
image: '/images/projects/buriedcity.png',
44+
technologies: [],
45+
githubUrl: 'https://github.com/githubfrostpixel/buried-city-web',
46+
demoUrl: 'https://githubfrostpixel.github.io/buriedcity/',
47+
},
3148
];
3249

3350
export const awards: Award[] = [
@@ -41,4 +58,13 @@ export const awards: Award[] = [
4158
demoUrl: 'https://youtu.be/zszUS0VMKwA',
4259
placement: 'first',
4360
},
61+
{
62+
id: 'make-in-vietnam-2025',
63+
title: 'Silver Award – Make in Vietnam Digital Technology Products',
64+
competition: 'Make in Vietnam Digital Technology Products Awards',
65+
year: '2025',
66+
description: 'Recognized for outstanding contribution to digital technology products in Vietnam.',
67+
link: 'https://vnexpress.net/sau-san-pham-doat-giai-vang-make-in-viet-nam-2025-5000167-p2.html',
68+
placement: 'second',
69+
},
4470
];

0 commit comments

Comments
 (0)