Hồ Gia Kiện

3rd year Computer Science at Ton Duc Thang University

About Me

I am a third-year Computer Science student at Ton Duc Thang University, currently seeking an internship to gain hands-on industry experience. I am especially keen on software development and machine learning, and have completed several projects in these areas. I also love data and messing around with it, and have experience with data analysis and visualization using Python libraries as well as Power BI and other tools like knime. I adapt quickly, enjoy learning new technologies, and am comfortable presenting ideas and working in team environments.

Contacts

Phone number: +84 931792172
Email: hjiisan8man@gmail.com
LinkedIn: linkedin.com/in/gia-kiện-hồ-427596353/
GitHub: github.com/Scrowbin

Skills

Languages

  • English (IELTS 8.0)
  • Japanese (JLPT N2)

Programming

  • Python
  • C / C#
  • Java
  • JavaScript

Frameworks & Tools

  • Bootstrap, Tailwind CSS
  • React, Electron
  • .NET WinForms
  • Python libraries (Pandas, NumPy, PyTorch, etc.)
  • Power BI, KNIME

Projects

Manga Reading Website (php,js,Bootstrap CSS,MySQL,XAMPP)

Web-based manga reading platform

Developed a comprehensive manga platform featuring an efficient database architecture. I gained hands-on experience with JS promises and async/await while utilizing PHP PDO for secure database interactions. Dealing with the complexity of this project firsthand highlighted the importance of modular organization and reusable code—principles I now prioritize in every build.

Home
Home page
Information of manga
Manga details, chapters, and ratings
Reading History
Reading history
View on GitHub →

Vietnamese Voice Recognition

Training a Whisper Large model for Vietnamese speech recognition

Fine-tuned OpenAI’s Whisper-Large-V3 on a diverse corpus of Vietnamese speech to improve Word Error Rate (WER) across regional dialects. I focused on optimizing the training pipeline for low-resource environments and implemented advanced audio preprocessing to handle background noise, resulting in a more robust and context-aware transcription engine."

trained on google collab across a week
train-val-test split: 18000-1000-1000
WER: 12.57%
Baseline CER: 8.28%

View on GitHub → HuggingFace →

Seafood Shop Windows App (C#)

.NET desktop application for shop management

This was my debut project in software development, where I first learned the importance of planning ahead and architecting systems to be future-proof. I focused on making the codebase easily expandable by implementing core principles like Dependency Injection and emphasizing code reusability from the very beginning

Seafood shop app
View on GitHub →

Sanskrit Lookup App - In Construction (Electron, React)

Declension and verb conjugation lookup tool

An ambitious desktop application that bridges complex Sanskrit morphology with modern UI. This project has been a deep dive into Finite State Transducers (FST) and computational linguistics, requiring extensive research into domain-specific grammar rules. Building this with Electron and React has challenged me to maintain high performance while handling intricate logic for real-time declension and conjugation lookups.

Sanskrit lookup app
View on GitHub →

Yu-Gi-Oh Website (WIP) (React, TypeScript, C# .NET)

Yu-Gi-Oh Website for card viewing, meta inspection and deck construction

Heavily inspired by the website yugiohmeta.com, focusing on high-utility tooling, this project leverages a React/TypeScript frontend and a C# .NET backend to manage complex card interactions. I implemented an image-recognition feature using CV principles to parse game UI elements, paired with a robust API-driven architecture to keep the platform synchronized with the ever-evolving competitive landscape.

Yu-Gi-Oh Website
View on GitHub →

Analyzing student performance data (Pandas)

Developed a predictive student performance model using Multiple Linear Regression (OLS) that achieved an R-squared of 0.717, identifying academic momentum and financial stability as the primary drivers of success. I utilized Backward Elimination and Variance Inflation Factor (VIF) analysis to refine features and minimize multicollinearity, while applying Chi-square and Kruskal-Wallis tests to validate significant performance gaps across demographics. The analysis provided actionable insights by demonstrating that while gender and tuition status significantly impact outcomes, macro-economic factors like GDP have negligible correlation with individual student achievement.

View on GitHub →

Analyzing NYC Taxi trip data (Pandas, PowerBI, knime)

Analyzing NYC Taxi trip data with Pandas, PowerBI, and knime

This project involves analyzing large-scale taxi trip data from New York City using Python libraries like Pandas for data manipulation and PowerBI for visualization. The goal is to uncover patterns and insights about taxi usage, traffic flow, and passenger behavior. I also used knime to build a data pipeline that automates the cleaning and preprocessing of the dataset, allowing for more efficient analysis and visualization. This project has helped me develop strong data analysis skills and the ability to derive actionable insights from complex datasets.

View on GitHub →