I'm a Software & Artificial Intelligence Engineer based in Indonesia. I specialize in Natural Language Processing (NLP), Image Processing, Full-Stack Software Engineering, and building AI-driven scalable solutions.
- πΌ Ex AI Engineer (TTS) Intern at PT Bahasa Kinerja Utama & Ex Software Engineer Intern PT Telkom Indonesia Tbk.
- π Valedictorian of 2026 at Universitas Sumatera Utara (4.00 GPA).
- π Top 11 Startup of 8th IndonesiaNEXT, 3x Finalist of GemasTIK (Smart City and Programming), Most Outstanding Student (Mawapres) Fasilkom-TI USU and Best Innovation of Mawapres USU 2025.
- π Dive deeper into my projects, research, and technical writing on my official website: grantgabriel.my.id.
- π« How to reach me: grantgabriel30@gmail.com.
Artificial Intelligence & Machine Learning
package profile
type Engineer struct {
Name string `json:"name"`
Role string `json:"role"`
Focus []string `json:"focus"`
Portfolio string `json:"portfolio_url"`
}
func GetProfile() Engineer {
return Engineer{
Name: "Grant Gabriel Tambunan",
Role: "Software & Artificial Intelligence Engineer",
Focus: []string{"Full-Stack Software Engineering", "BackEnd Development", "NLP", "Image Processing", "Text-To-Speech", "Machine Learning"},
Portfolio: "https://grantgabriel.my.id",
}
}

