We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
프론트에서 사진 업로드를 완료 하면 업로드된 사진을 서버에 알립니다. 이때 이 사진들에 얼굴을 인식해야하 하는데, 인식 자체는 AWS lambda가 수행합니다. 스프링 서버에서 얼굴을 인식하는 람다를 호출하는 서비스 로직을 개발할 예정입니다.
The text was updated successfully, but these errors were encountered:
Merge branch 'develop' into feature/#56/call_faceDetection_lambda
31f39a8
Merge pull request #70 from Na-o-man/feature/#56/call_faceDetection_l…
73a63c2
…ambda [FEAT] 사진 업로드 때, 새로운 맴버가 그룹에 들어갈 때, 얼굴 인식 로직
redblackblossom
Successfully merging a pull request may close this issue.
💡 구현할 기능 설명
프론트에서 사진 업로드를 완료 하면 업로드된 사진을 서버에 알립니다.
이때 이 사진들에 얼굴을 인식해야하 하는데, 인식 자체는 AWS lambda가 수행합니다.
스프링 서버에서 얼굴을 인식하는 람다를 호출하는 서비스 로직을 개발할 예정입니다.
❗체크리스트
The text was updated successfully, but these errors were encountered: