Skip to content

allyelvis/movie_audio_character_translator

Repository files navigation

Movie Audio Character Translator

Overview

This project translates movie character dialogues into different languages or accents while preserving their voice characteristics.

Features

  • Real-time speech recognition and translation.
  • Voice cloning and synchronization.
  • Subtitles generation.

Installation

  1. Clone the repository:
    git clone https://github.com/allyelvis/movie_audio_character_translator.git
    
  2. Navigate to the project directory and activate the environment:
    cd movie_audio_character_translator
    source env/bin/activate
    
  3. Install dependencies:
    pip install -r requirements.txt
    

Usage

  1. Start the application:
    python src/ui/app.py
    
  2. Access the application at http://localhost:5000.

Contribution

See CONTRIBUTING.md.

License

This project is licensed under the MIT License.

Testing

To run tests, execute:

pytest tests

CI/CD

This project uses GitHub Actions for automated testing. Push or create a pull request to trigger the CI pipeline.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published