{"id":23828645,"url":"https://github.com/phishy/babelframes","last_synced_at":"2025-08-17T05:07:02.818Z","repository":{"id":270042134,"uuid":"909159590","full_name":"phishy/babelframes","owner":"phishy","description":"AI Video transcription and translation","archived":false,"fork":false,"pushed_at":"2024-12-28T00:03:58.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-28T00:17:13.841Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phishy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-27T22:19:21.000Z","updated_at":"2024-12-28T00:04:01.000Z","dependencies_parsed_at":"2024-12-28T00:17:16.255Z","dependency_job_id":"8be9f707-c028-4ad5-8738-a8497bbd53af","html_url":"https://github.com/phishy/babelframes","commit_stats":null,"previous_names":["phishy/babelframes"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phishy%2Fbabelframes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phishy%2Fbabelframes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phishy%2Fbabelframes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phishy%2Fbabelframes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phishy","download_url":"https://codeload.github.com/phishy/babelframes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240118331,"owners_count":19750471,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-02T13:31:08.517Z","updated_at":"2025-02-22T02:41:30.592Z","avatar_url":"https://github.com/phishy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BabelFrames\n\nBabelFrames is a modern web application for video transcription and translation, leveraging the power of Next.js for its frontend, AWS Transcribe for accurate speech-to-text processing, and AWS S3 for scalable and secure storage. This tool is ideal for localizing video content and simplifying workflows for global distribution.\n\n## Features\n\n- **Automatic Transcription**: Extracts speech from video and converts it to text using AWS Transcribe, then processes the transcription through ChatGPT to fix errors and improve accuracy.\n- **Translation Support**: Easily translate transcriptions into multiple languages.\n- **Interactive UI**: User-friendly interface for managing and editing transcription timelines.\n- **Undo/Redo Support**: Allows you to undo or redo changes, with state stored in localStorage for persistence.\n- **Secure Storage**: Stores video and transcription data in AWS S3 for reliability and accessibility.\n- **Export Options**: Export transcription and translation data in various formats, including SRT, ASS, VTT, and TTML.\n\n## Demo\n\n![BabelFrames Screenshot](docs/screenshot.png)\n\n## Prerequisites\n\nBefore you begin, ensure you have the following:\n\n- Node.js and npm installed.\n- AWS account with access to S3 and Transcribe services.\n- AWS CLI configured with appropriate permissions.\n\n## Installation\n\n1. Clone this repository:\n\n   ```bash\n   git clone https://github.com/your-username/babelframes.git\n   cd babelframes\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n3. Set up environment variables:\n\n   Create a `.env.local` file in the root directory and add the following:\n\n   ```bash\n   NEXT_PUBLIC_AWS_REGION=\u003cyour-aws-region\u003e\n   NEXT_PUBLIC_AWS_S3_BUCKET=\u003cyour-s3-bucket-name\u003e\n   AWS_ACCESS_KEY_ID=\u003cyour-aws-access-key\u003e\n   AWS_SECRET_ACCESS_KEY=\u003cyour-aws-secret-key\u003e\n   ```\n\n4. Start the development server:\n\n   ```bash\n   npm run dev\n   ```\n\n   The app will be available at [http://localhost:3000](http://localhost:3000).\n\n## Usage\n\n1. Upload a video file to start the transcription process.\n2. Edit and fine-tune the transcription timeline through the interactive UI.\n3. Utilize undo/redo functionality to make precise edits without worry.\n4. Translate the transcription into your desired language.\n5. Export the final transcription or translation in your preferred format (SRT, ASS, VTT, or TTML).\n\n## Deployment\n\nTo deploy BabelFrames to a production environment:\n\n1. Build the application:\n\n   ```bash\n   npm run build\n   ```\n\n2. Deploy to a hosting platform such as Vercel, AWS Amplify, or your custom server.\n\n3. Ensure your environment variables are configured on the hosting platform.\n\n## Architecture\n\n- **Frontend**: Built with [Next.js](https://nextjs.org/) for server-side rendering and fast client-side transitions.\n- **Backend**: Integrates AWS Transcribe for speech-to-text processing, followed by ChatGPT for error correction and enhancements.\n- **Storage**: Utilizes AWS S3 for storing video files and transcription data.\n\n## Contributing\n\nContributions are welcome! If you have ideas or suggestions, please submit a pull request or open an issue.\n\n## License\n\nThis project is licensed under the MIT License. See the `LICENSE` file for details.\n\n## Acknowledgments\n\n- [Next.js](https://nextjs.org/)\n- [AWS Transcribe](https://aws.amazon.com/transcribe/)\n- [AWS S3](https://aws.amazon.com/s3/)\n- [ChatGPT](https://openai.com/chatgpt)\n\n---\n\nStart simplifying your video transcription and translation workflows with BabelFrames today!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphishy%2Fbabelframes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphishy%2Fbabelframes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphishy%2Fbabelframes/lists"}