AI 모델링부터 웹 서비스 배포까지 풀코스
Pixel art 생성 AI 파이프라인 설계하고 ComfyUI 이미지 분할 작업함. Notion 스타일 마크다운 에디터 구현이랑 이미지 크로퍼 웹사이트 만들어서 서버에 배포까지 마침. 기사 문제 전환 오류 잡고 Cosmos 이미지 입력 포맷도 손봄. 하루 종일 Claude랑 붙어서 코드 짜고 배포하느라 정신없었음.
이 날의 포인트
- Pixel art 생성 AI 6단계 파이프라인 구축
- Notion 스타일 마크다운 에디터 기능 복각
- 이미지 크로퍼 웹 서비스 개발 및 서버 배포
- ComfyUI 이미지 동작별 분할 로직 구현
세션별로 뭘 시켰나 (10개)
일단 1
교재 문제를 눌러도 전환이 안돼. 그리고 기본 옵션을 교재 + 기출로 바꿔줘
This session is being continued from a previous conversation that ran out of context. The summary below covers the earlier portion of the conversation. Summary: 1. Primary Request and Intent: The user is building a pixel art generation AI ("pixel_model" project) following a 6-stage plan: (1) collect pixel art data (game ripping + web, reference = Core Keeper high-quality pixel art), (2) object detection → crop → classify, (3) captioning with danbooru tags, (4) train Anima model (LoRA), (5) inference, (6) post-processing (compression, PNG, borderlines). Across the conversation the user made
input으로 webp이미지 넣어도 돼/
로그인 후 편집이 되는건 확인했어. 근데 지금 너무 말도안되는 편집 스타일이야. 마크다운 에디터를 만들어줘야지. notion의 기능들을 그대로 복각해줘. /page, /h3 같은 것들.
(시스템 메시지만 있음)
load한 이미지를 각 동작별로 하나씩 쪼개줘.
Review this session for learnings about working with Claude Code in this codebase. Update CLAUDE.md with context that would help future Claude sessions be more effective. ## Step 1: Reflect What context was missing that would have helped Claude work more effectively? - Bash commands that were used or discovered - Code style patterns followed - Testing approaches that worked - Environment/configuration quirks - Warnings or gotchas encountered ## Step 2: Find CLAUDE.md Files ```bash find . -name "CLAUDE.md" -o -name ".claude.local.md" 2>/dev/null | head -20 ``` Decide where each addition be
Review this session for learnings about working with Claude Code in this codebase. Update CLAUDE.md with context that would help future Claude sessions be more effective. ## Step 1: Reflect What context was missing that would have helped Claude work more effectively? - Bash commands that were used or discovered - Code style patterns followed - Testing approaches that worked - Environment/configuration quirks - Warnings or gotchas encountered ## Step 2: Find CLAUDE.md Files ```bash find . -name "CLAUDE.md" -o -name ".claude.local.md" 2>/dev/null | head -20 ``` Decide where each addition be
이미지를 업로드하고 드래그해서 영역을 선택하면, crop된 이미지를 download해주고, 다운로드 파일명은 $upload파일명_$posX_$posY.png 가 되게 하는 웹사이트 만들어줘. posX Y 의 기준은 이미지 좌상단. ssh aoo로 접속해서 192.168.1.121 통해 deploy해줘. dev.ericfromkorea.com/image-cropper-with-pos