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

Add e2e script for video translation #10

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

JooZef315
Copy link
Contributor

This PR introduces a script for end-to-end video translation processing, with configurable parameters that allow easy integration into other Python programs. The script has been refactored from the original run.py to make it reusable and configurable via Python code rather than being limited to command-line execution.

Key Functionalities:

  • Processes video files for translation tasks.
  • Includes a demo script (demo.py) that can be run for testing and verification of the pipeline.
  • Allows for a flexible setup that works across different environments without requiring command-line arguments.

Files Added

  • e2e.py: Modular version of the original video translation script.
  • e2e_demo.py: A demonstration script for testing the pipeline with example parameters.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Meta Open Source bot. label Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Meta Open Source bot.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants