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

[feat] GCS 전달 API #49

Open
gdakate opened this issue Mar 28, 2023 · 0 comments
Open

[feat] GCS 전달 API #49

gdakate opened this issue Mar 28, 2023 · 0 comments
Assignees
Labels
backend 백엔드 관련 이슈

Comments

@gdakate
Copy link
Collaborator

gdakate commented Mar 28, 2023

chat GCP 왈..
`

  1. 사용자가 PDF 파일을 업로드합니다. 이 파일은 프런트엔드에서 백엔드로 전송됩니다.
  2. 백엔드는 업로드된 파일을 Google Cloud Storage (GCS)에 저장합니다. 이를 위해 GCS 클라이언트 라이브러리를 사용할 수 있습니다.
  3. 백엔드는 Google Cloud Functions를 사용하여 GCS 버킷에 저장된 PDF 파일을 가져와 머신 러닝 모델에 전달합니다. 모델은 각 페이지에서 이미지와 텍스트를 추출합니다.
  4. 추출된 이미지와 텍스트는 백엔드에서 GCS에 저장됩니다.
  5. 프런트엔드는 백엔드 API를 사용하여 GCS에서 추출된 이미지와 텍스트를 가져옵니다.
  6. 프런트엔드는 가져온 이미지와 텍스트를 사용하여 Voiceover 기능을 구현합니다.`

여기에 필요한 api들 작성

@gdakate gdakate added the backend 백엔드 관련 이슈 label Mar 28, 2023
@gdakate gdakate self-assigned this Mar 28, 2023
kryptonite43 added a commit that referenced this issue Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend 백엔드 관련 이슈
Projects
None yet
Development

No branches or pull requests

1 participant