osamhack2021 / ai_web_RISKOUT_BTS

Risk Management Platform for the Military |🏅국방부장관상(Minister of National Defense Award)
https://riskout.org/
GNU General Public License v3.0
20 stars 1 forks source link

* API 요청 사항 반영(summarize output, leaked mode, analyze 등) #202

Closed dev-taewon-kim closed 3 years ago

dev-taewon-kim commented 3 years ago
  1. Leaked mode에서 category가 항상 "all"로 설정되게 하는 로직 제거(이제 request에 해당하는 category만 return) - @playff 요청
  2. Summarize의 output 길이를 기존 본문의 20%에서 본문의 40%로 상향함 - @mslee300 요청
  3. /api/nlp/report/에서 overview의 summarize 모델을 기존 abstractive에서 extractive로 변경함 - @simonseo 요청
  4. /api/nlp/analyze/isFakenews, isLeaked parameter를 추가함 - @playff 요청
  5. 당일 데이터를 사용하는 api(Wordcloud, Trends)에서 당일 데이터가 10개 미만이면 데이터 조회 기간을 24시간씩 증가시키도록 변경함. 조회 기간은 최대 120시간(5일 전)까지만 증가시키고, 그래도 데이터가 10개 미만이면 빈 객체를 return함. - @simonseo 요청
cjnghn commented 3 years ago

미쳤다. 멋있습니다.