Projects with this topic
Sort by:
-
A production-grade machine learning system for classifying celestial objects — stars, galaxies, and quasars — from 500,000 photometric observations sourced from the Sloan Digital Sky Survey (SDSS DR18). The pipeline covers LOF-based outlier detection, SMOTEENN class balancing, and SelectKBest feature selection, with six classifier configurations benchmarked against each other. Random Forest achieved the highest accuracy at ~99.51%, while LightGBM was selected for deployment due to its faster inference, smaller footprint, and clean ONNX export path. The system is fully containerized with Docker, backed by a CI/CD pipeline, and served live via a Gradio interface on Hugging Face Spaces.
Updated -
이 프로젝트는 ONNX를 활용해 스프링 부트에 기계학습모델을 배포합니다
Updated