Skip to content
View songhahyun's full-sized avatar
  • Seoul, South Korea

Block or report songhahyun

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
songhahyun/README.md

Hi there 👋

I'm an AI Engineer focused on RAG systems, LLM applications, retrieval evaluation, and backend deployment.


Technical Stack

Languages & Backend / Frontend

AI / ML & RAG

Deployment & CI/CD

Focus Areas: Hybrid Retrieval (BM25 + Dense), RAG Evaluation (RAGAS), Vector DB (ChromaDB), Sentence Transformers


Featured Projects

Finance Terms RAG Chatbot ('26.3 ~ ing)

Korean financial-domain RAG chatbot using Bank of Korea glossary documents.

  • Hybrid Retrieval & LLM: Implemented sparse/dense hybrid retrieval and Ollama-based QA pipeline.
  • Full-Stack & Auth: Built FastAPI backend and React dashboard with JWT/RBAC authentication.
  • Monitoring & Eval: Integrated stage-level latency/throughput monitoring and RAGAS-based evaluation.
  • Deployment: Containerized applications using Docker and successfully deployed via GHCR to Render/Vercel.

Transformer Seq2Seq Model ('26.4)

Transformer-based English-Korean translation model implemented from scratch.

  • Scratch Implementation: Built modular Encoder, Decoder, and Attention components using PyTorch.
  • Pipeline: Developed data preprocessing, training, evaluation, and inference entry points.
  • Objective: Focused on deep understanding of model internals without relying on pretrained APIs.

Areas of Interest

  • RAG & LLM Application Development
  • Search, Retrieval, and Ranking Systems
  • AI Backend Infrastructure & Model Evaluation

Pinned Loading

  1. finance-terms-rag-chatbot finance-terms-rag-chatbot Public

    RAG chatbot in finance domain built with langchain and chromadb

    Python

  2. seq2seq-transformer seq2seq-transformer Public

    Build seq2seq transformer model from scratch - translate Korean to English

    Python