Skip to content
View Real-Woong's full-sized avatar

Block or report Real-Woong

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
Real-Woong/README.md

header

Typing SVG


πŸ‘‹ About Me

Computer Science student at Yonsei University

Interested in building AI systems, developer tools, and real-world automation software.

Currently focusing on:

  • AI workflow automation
  • NLP systems
  • real-time web services
  • blockchain applications

Goal: become a strong system builder who designs and ships real products.


🧠 AI Projects

πŸ“„ Textro

Local Tesseract OCR-based PDF text extraction tool

  • Extract text from scanned administrative documents
  • Designed for public-sector workflows
  • Fully local execution (no cloud OCR)

Tech: Python, PyMuPDF, Tesseract OCR


πŸ“¨ AI-SPOC

AI-based civil complaint routing system
for 2026 Ministry of the Interior and Safety AI Competition

  • NLP classification for administrative complaints
  • softmax-based routing model
  • dataset preprocessing pipeline

Tech: Python, NLP, Machine Learning


πŸ›‘ BlockTroll

AI-based toxic comment filtering Chrome extension

  • comment toxicity classification
  • real-time filtering
  • dataset-driven model training

Tech: Python, NLP, Chrome Extension


🌐 Web Projects

🍽 HealEat

Restaurant recommendation app for patients with chronic diseases

Team Project

  • disease-based food recommendation
  • personalized restaurant filtering
  • iOS application

Tech: Swift, iOS


🫧 BubbleBreak

Conversation ice-breaking web

Personal Project

  • developed a full-stack interactive game using React with Cloudflare Workers and D1 in a unified deployment architecture
  • implemented room-based multiplayer logic, cookie session handling, and event-driven user interaction flows
  • engineered for efficient serverless operation by reducing unnecessary client polling and optimizing request-heavy behaviors

Tech: React, Cloudflare Workers, D1


πŸ›’ UniMade

Student marketplace platform

Team Project

  • second-hand marketplace for university students
  • user product listing system
  • web-based service

Tech: React


β›“ Blockchain Projects

πŸ’° CryptoFunding

Blockchain crowdfunding platform

  • decentralized funding system
  • smart contract based donations
  • built using Move language

Tech: Move, Blockchain


πŸ›  Tech Stack

Languages


Backend / Runtime


Frameworks


Tools


⭐ Highlight Projects

Project Description
AI-SPOC NLP-based civil complaint routing system
Textro Tesseract OCR-based PDF text extraction tool
BlockTroll AI toxic comment filtering extension
HealEat Disease-based restaurant recommendation app
UniMade Student marketplace web service
CryptoFunding Blockchain crowdfunding platform
BubbleBreak Conversation ice-breaking web

πŸ“Š GitHub Stats


πŸ“ˆ GitHub Activity

Jinwoong's github activity graph


🧠 Areas of Interest

  • Artificial Intelligence
  • NLP Systems
  • System Design
  • Workflow Automation
  • Web Applications
  • Blockchain Infrastructure

πŸ”­ Currently Building

  • BubbleBreak 2.0 β€” realtime WebSocket matching system
  • AI-SPOC β€” NLP routing system for civil complaints
  • BlockTroll β€” AI comment moderation tool

🐍 Contribution Snake

github contribution grid snake animation

Pinned Loading

  1. unimade-web unimade-web Public

    Student marketplace web project for university merchandise and commerce.

    JavaScript

  2. HealEat/Frontend HealEat/Frontend Public

    Swift

  3. block-troll block-troll Public

    Local AI-powered Chrome extension for filtering toxic, spam, and taunting comments.

    JavaScript

  4. crypto-funding crypto-funding Public

    Sui Move-based crypto crowdfunding platform with full-stack implementation.

    TypeScript

  5. textro textro Public

    Local-only OCR tool for extracting text from text-based and scanned PDFs.

    Python