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

[Feature/#7] 텍스트 기반 감정 분석 기능 구현 #11

Merged
merged 2 commits into from
Nov 9, 2024

Conversation

daeun084
Copy link
Member

@daeun084 daeun084 commented Nov 8, 2024

#️⃣ 관련 이슈

💡 작업내용

  • google cloud natural language API 연결
    • 계정 Json key를 이용해 API 사용
  • text에 대한 감정 점수 (-1~1) 반환
    • 음수일 시 부정적인 감정
    • 양수일 시 긍정적인 감정
  • @Async를 이용한 비동기 처리 적용

📸 스크린샷(선택)

스크린샷 2024-11-09 오전 2 08 24

📝 기타

(참고사항, 리뷰어에게 전하고 싶은 말 등을 넣어주세요)

@daeun084 daeun084 requested a review from L-U-Ready November 8, 2024 17:11
@daeun084 daeun084 self-assigned this Nov 8, 2024
@daeun084 daeun084 linked an issue Nov 8, 2024 that may be closed by this pull request
1 task
@daeun084 daeun084 merged commit 4dd72a3 into main Nov 9, 2024
@daeun084 daeun084 deleted the feature/#7 branch November 9, 2024 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] 감정 분석 기능 구현
1 participant