Skip to content

글에서 감정을 분석해주는 모델 + Flask RestAPI

Notifications You must be signed in to change notification settings

ENN-EWHA/Nalmuri_NLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nalmuri_NLP

글에서 감정을 분석해주는 모델 + Flask RestAPI

pip install -r requirements.txt
python server.py

주의사항

  • 로컬에서만 가능
  • 가상환경 구축하여 사용할 것을 권장
  • model은 크기가 커서 따로 올리지 않음. 아래 사진과 같이 model 폴더에 따로 추가해줘야 함. image
  • AttributeError: 'BertEncoder' object has no attribute 'gradient_checkpointing' 에러가 발생할 경우 modelling_bert.py에서 gradient_checkpointing 애트리뷰트에 대한 조건 삭제

Endpoint

감정 분석

POST  /api

# request sample
# {
#  "sentence" : "타코야끼를 먹었다. 정말 행복한 하루였다." 
# }

About

글에서 감정을 분석해주는 모델 + Flask RestAPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages