Skip to content
View grantgabriel's full-sized avatar
πŸ’»
Casually code
πŸ’»
Casually code

Highlights

  • Pro

Block or report grantgabriel

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
grantgabriel/README.md

Hi there, I'm Grant Gabriel Tambunan πŸ‘‹

Software & Artificial Intelligence Engineer

Grant Gabriel Portfolio LinkedIn


πŸš€ About Me

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.

πŸ’» Tech Stack & Tools

Artificial Intelligence & Machine Learning
Python PyTorch TensorFlow Keras Scikit-learn IndoBERT MeloTTS F5-TTS


Frontend & Mobile
JavaScript TypeScript React Next.js Redux Tailwind CSS Flutter


Backend & Frameworks
Golang C++ PHP Laravel Express.js FastAPI


Databases
MySQL PostgreSQL MongoDB Redis SQLite


Cloud, DevOps & Tools
AWS Docker Linux Vercel Firebase Git Postman Figma Laragon Terminal


⚑ Engineering Persona

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",
	}
}

Pinned Loading

  1. StopYourBet StopYourBet Public

    Google Chrome Extension for Censoring Online Gambling Promotion Comments on YouTube

    TypeScript

  2. E-Cycle-App E-Cycle-App Public

    E-Cycle App, built with Fluttter and Firebase

    Dart 1 2

  3. MeloTTS-Indonesian MeloTTS-Indonesian Public

    Forked from myshell-ai/MeloTTS

    Customized MeloTTS script to support Indonesian language

    Python 1

  4. Competitive-Programming Competitive-Programming Public

    This is my competitive programming journey, using C++ / Python.

    C++ 8