Spaces:
Sleeping
Sleeping
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.