SEE HIONG’S BLOG
Archives
Tags
About

Articles

Deploying KServe on OKE
OK E May 12, 2025

Deploying KServe on OKE

This post demonstrated how to deploy an XGBoost model using KServe on Oracle Kubernetes Engine (OKE). Starting from model upload to Object Storage, we served the model via KServe and exposed it through Istio Gateway. Instead of deploying the frontend in-cluster, we built a Streamlit app hosted on Streamlit Community Cloud, which sends requests to the public inference endpoint. This end-to-end setup showcases a scalable and cloud-native ML deployment pipeline on OCI, separating model serving and user interface layers for flexibility and ease of maintenance.

Read more
Building a Recommender System
Recommenders May 2, 2025

Building a Recommender System

In this post, we walk through the process of building a movie recommender system using deep learning...

From Model to HDB App
Streamlit Apr 21, 2025

From Model to HDB App

In this post, I demonstrated how to deploy a Jupyter notebook using the jupyter-tensorflow-full...

Feature Impact on HDB predictions
Network Model Apr 13, 2025

Feature Impact on HDB predictions

In this post, I explore the impact of different feature sets on XGBoost model performance for HDB...

MNIST Digit Classifier in TensorFlow
Machine Learning Apr 6, 2025

MNIST Digit Classifier in TensorFlow

In this post, I walk through building a simple feedforward neural network using TensorFlow to...

More Articles

Chat-Driven Insights with Chart.js
Vue.js Feb 9, 2025

Chat-Driven Insights with Chart.js

Enhance your Vue.js application by integrating chat capabilities with Chart.js and LLMs like OpenAI...

JMC: Java Performance Profiling Simplified
Oracle Feb 2, 2025

JMC: Java Performance Profiling Simplified

JDK Mission Control (JMC) is a powerful tool for low-overhead Java application profiling and...

Building a Vue.js Frontend for Combinatorial Optimization Problems
Vue.js Jan 26, 2025

Building a Vue.js Frontend for Combinatorial Optimization Problems

In this post, I’ll walk you through the development of a Vue.js frontend application designed to...

Building a Flexible Optimizer Framework with Micronaut
Genetic Algorithm Dec 29, 2024

Building a Flexible Optimizer Framework with Micronaut

This post outlines the design and implementation of the Micronaut Optimizer framework, which solves...

Porting Llama3.java to Micronaut
Llama3 Dec 15, 2024

Porting Llama3.java to Micronaut

This project ports the original single-file llama3.java by Alfonso² Peterssen into a modular...

Porting Llama2.java to Micronaut
Llama2 Dec 7, 2024

Porting Llama2.java to Micronaut

This post explores porting the single-file llama2.java into a robust Micronaut application,...

Building an AI Knowledge Assistant
Ai Nov 24, 2024

Building an AI Knowledge Assistant

Learn how to build an AI-powered knowledge assistant using Python. This guide covers data ingestion...

Exploring AI with Raspberry Pi 5
Raspberry Pi Nov 9, 2024

Exploring AI with Raspberry Pi 5

In this post, I dive into the powerful capabilities of the Raspberry Pi 5 paired with the Hailo-8L...

GPT-2 Training Guide
Ai Oct 31, 2024

GPT-2 Training Guide

This post documents my journey training GPT-2 on the Tiny Shakespeare dataset, inspired by Andrej...

View Archive
Powered by Hugo © 2025 See Hiong. All rights reserved.