rsnarsna commited on
Commit
310edac
·
1 Parent(s): dda4ec3

feat: Implement Google Integration API with OAuth, Drive, Gmail, and Sheets functionality

Browse files

- Added FastAPI application with endpoints for generating transcripts, summarizing videos, and managing Google Drive and Sheets.
- Integrated OAuth 2.0 authentication flow for Google services.
- Implemented job management for processing video URLs and sending email notifications.
- Created models for request validation using Pydantic.
- Added functionality to upload files to Google Drive and manage spreadsheet records.
- Included health check and status endpoints for monitoring job progress.

Files changed (1) hide show
  1. fastapi_app.py → app.py +0 -0
fastapi_app.py → app.py RENAMED
File without changes