-
Notifications
You must be signed in to change notification settings - Fork 1
main내용을 develop으로 #31
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Create reliefweb.py
delete api_request
… into apirequest
delete api_request
docstring 추가 및 가장 높은 키워드 반환하도록 수정+O클래스 제거
1.각 함수에 대한 docstring 추가 2.api_request폴더 삭제 3.키워드 추출 함수에서 가장 유사도가 높은 키워드만 반환하도록 변경
1. ocr에서 데이터베이스와 연결해 데이터를 가져오도록 코드 작성 2. api키를 env파일에서 가져오도록 변경
add databaseconnection
1. 스웨거 라이브러리 추가 2. ocr 이미지분석 api에 대한 docstring추가 3. ocr이미지분석 중 True/False이외의 값으로 반환할 경우 False로 반환하도록 설정
1. paddlepaddle을 requirements.in에 추가 2.flasgger을 적용하기 위한 코드 추가
1.api반환에서 ocr결과를 인증기록과 수상기록ocr결과 두 개로 나누어 전송하도록 바꾸었습니다. 이를 반영하여 스웨거 또한 변경하였습니다. 2.s3에서 이미지를 가져오기 위해 boto3패키지를 추가하였습니다 3.이미지 스트림을 통해 이미지를 로컬에 저장하도록 하였습니다.
s3에서 boto객체를 만드는 것 대신 presignedurl을 이용하도록 변경
… into apirequest
이미지 다운로드 방식 변경
ocr작업을 paddleocr대신 gemini로 변경하여 작업에 걸리는 시간을 줄였습니다
paddleocr 대신 gemini로 변경
1.서버에 접속해서 git pull origin main실행 2.패키지 업데이트 및 설치 3.애플리케이션 실행 위의 과정이 순차로 이루어집니다
깃허브 액션을 이용한 ci/cd구축
ci/cd오류수정2
… into apirequest
Apirequest
seominjae1
added a commit
that referenced
this pull request
Jun 5, 2025
Merge pull request #31 from HIGHFIVE-SW/main
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.