HanyangTechAI / 2023-Summer-Project

2023년 여름 방학 과제를 위한 repo 입니다.
MIT License
3 stars 16 forks source link

[AI_web_app] 강민성 #8

Open ClubTs opened 1 year ago

ClubTs commented 1 year ago

소스 코드: https://github.com/ClubTs/2023-Summer-Project

실행 예시: streamlit1 streamlit2

실행 예시에 사용된 이미지 출처: https://namu.wiki/w/%EB%8F%84%EC%97%90%EC%9D%B4%20%EC%95%84%EC%82%AC%EC%BF%A0%EC%82%AC%EC%84%A0#s-5

MyeongGuJo commented 1 year ago

잘하셨습니다 고생하셨어요

from api.AI import get_summarization_result
from api.AI import get_text_ocr_result

이렇게 api.AI 내의 함수를 사용하셨더라구요.

본래 과제 의도는,

from api.AI import AIAPI

text = AIAPI.query_image2text(query)
title, summary = AIAPI.query_text2text(query)

이런 식으로 api.AI 내의 AIAPI class를 import하여,

그 내에 구현되어 있는 method를 사용하는 것이었습니다.

그래도 잘 하셨습니다 ^^