We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5f3f0c commit 2032f28Copy full SHA for 2032f28
1 file changed
src/data/resume.ts
@@ -73,7 +73,8 @@ export const experience: TimelineEntry[] = [
73
'QUIC based real-time vehicle monitoring application',
74
'Real-time Modular Command + Control Application Platform',
75
'Decoding + Replay pipeline for vehicle telemetry',
76
- 'UI Library based on extending HeroUI v3'
+ 'UI Library based on extending HeroUI v3',
77
+ 'YOLO based object detection model to run on video feeds in realtime in the browser'
78
],
79
tags: [
80
'react',
@@ -94,6 +95,7 @@ export const experience: TimelineEntry[] = [
94
95
'QUIC',
96
'HTTP/3',
97
'protobuf',
98
+ 'YOLO'
99
100
},
101
{
0 commit comments