Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BE/#476] Green Eye 적용 코드 구현 #481

Merged
merged 2 commits into from
Dec 11, 2023
Merged

[BE/#476] Green Eye 적용 코드 구현 #481

merged 2 commits into from
Dec 11, 2023

Conversation

koomin1227
Copy link
Member

이슈

체크리스트

  • 유해사진을 판단하는 코드 구현

고민한 내용

  • 아직 닉네임과 본문의 유해내용을 판별하는 코드구현이 어려워서 일단은 유해사진을 판단하는 로직만 구현하고 실제 서비스에는 적용하지 않았다.

스크린샷

@koomin1227 koomin1227 added BE BE 관련 environment 공통 개발 환경 설정 labels Dec 11, 2023
@koomin1227 koomin1227 self-assigned this Dec 11, 2023
@@ -118,8 +121,12 @@ export class UsersService {
}

async changeImages(userId: string, file: Express.Multer.File) {
const fileLocation = await this.s3Handler.uploadFile(file);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

좋습니다~ 이미지 url 이 존재해야 isHarmful 처리가 가능해서 먼저 s3 에 저장했네요 굳굳!

@namewhat99 namewhat99 merged commit 6e48f0d into BE Dec 11, 2023
1 check passed
@namewhat99 namewhat99 deleted the BE-GreenEye-#476 branch December 11, 2023 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE BE 관련 environment 공통 개발 환경 설정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants