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

영수증으로 적립포인트 계산 함수 구현 #62

Open
njy622 opened this issue Nov 1, 2023 · 0 comments
Open

영수증으로 적립포인트 계산 함수 구현 #62

njy622 opened this issue Nov 1, 2023 · 0 comments
Assignees

Comments

@njy622
Copy link
Owner

njy622 commented Nov 1, 2023

◈ <영수증으로 얻을 수 있는 포인트 알아보기> 함수

  • Tesseract 프로그램으로 읽은 영수증 str형식 문자를 데이터 프레임(A)으로 만든 후 전처리.
  • 원 데이터 프레임(B) 호출하여 A, B각각의 상품명을 벡터화하고 코사인 유사도를 계산.
  • 코사인 유사도를 컬럼으로 추가하여 유사도가 0.5이상인 경우에 채택.
  • 채택된 상품명의 포인트들의 총 합을 계산하여 리턴 함.

[[시행착오]]

  • 대부분은 더하기 계산이 가능한 100p같은 형식이지만, 일부 상품의 경우엔 포인트가 10% 적립 형식임.
  • 퍼센트형 적립형식이 있다면 따로 분류하여 계산하는 코드 작성으로 해결
@njy622 njy622 converted this from a draft issue Nov 1, 2023
@njy622 njy622 changed the title 영수증으로 적립포인트 계산 함수 영수증으로 적립포인트 계산 함수 구현 Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants