Skip to content

Instantly share code, notes, and snippets.

@huynhngoc
huynhngoc / gist:b181a387cd065d4ff462505dae02b538
Created February 25, 2026 15:23
Example script for integration of an inhouse deep learning model into RayStation
# Section 1: Import necessary libraries for DL model inference
# *****************************************************************************
# Import important libraries for IU, DL model...
# *****************************************************************************
import tkinter as tk
from tkinter import ttk
from tkinter import colorchooser
# import libraries for image processing