Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
refact: 프로젝트 구조 수정
📝 개요
전반적인 프로젝트 구조를 수정했습니다.
특히, 프로젝트의 주된 기능을 크게 5 가지 : Captioning, Classifying, Masking, Myomyo, Lulu 로 정리하였습니다.
⚙️ 구현 내용
수정된 프로젝트 구조:
📎 기타
기존 Spring 서버에 (GotchaAI/was#62) 작성되어 있던 S3 이미지 업로드 코드를 AI 서버로 옮겼습니다.
기존의 경우 원본 이미지를 Spring에서 S3로 업로드 -> 매 로직(분류, 캡션) 시마다 S3에 저장된 원본 이미지를 불러와 텍스트 마스킹(EasyOCR) 으로 전처리를 해주는 것 보다 마스킹 된 파일 자체를 AI 서버에서 바로 S3에 올려주는 것이 훨씬 효율적일 것이라 판단했습니다.
🧪 테스트 결과