I work at the intersection of Artificial Intelligence and Conversational Systems, focusing on building practical, end-to-end AI applications, alongside my studies toward a Bachelor’s degree in Electrical Engineering at Chungnam National University. My recent work centers on RAG, LangChain, Prompt Engineering and LLM-powered chatbots, where I design systems that combine vector databases, structured knowledge, and local LLMs (via Ollama) to produce reliable, grounded responses. I enjoy turning research ideas into working systems — from retrieval pipelines and prompt orchestration to backend services and evaluation workflows — with an emphasis on robustness, clarity, and real-world usability.
Built an AI-powered Slack bot that automatically converts Slack issue reports into structured GitHub issues using Claude AI and FastAPI, with auto-labeling, translation, and monitoring.
An intelligent assistant that interprets natural language queries to visualize protein structures. Integrates LLMs with RAG for semantic understanding and PyMOL for interactive 3D rendering.
Built a sentiment analysis pipeline for short quotes by scraping data with requests and BeautifulSoup, labeling with VADER, and training Naive Bayes and Logistic Regression models. Evaluated with confusion matrices and visualizations like sentiment distributions and word clouds.