Skip to content

oliveirasmatheus/ai_translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Audio Translator

Welcome to the AI Audio Translator project repository! This project aims to provide users with a seamless translation experience using advanced AI technologies. Below are some key highlights of the project:

Features

  • Developed an AI Translator Web App using Python and Flask.
  • Integrated AI models from Hugging Face, including transformers and pipelines.
  • Enabled users to record messages and download translations.
  • Supported translation from English to French or Spanish.
  • Utilized cutting-edge AI technology to enhance translation capabilities.

How to Use

  1. Clone the repository to your local machine:

    git clone https://github.com/your_username/ai-audio-translator.git
    
  2. Install the necessary dependencies:

    pip install -r requirements.txt
    
  3. Install ffmpeg:

    • This project requires ffmpeg for audio processing. You can download ffmpeg from the official website and follow the installation instructions for your operating system.
  4. Run the Flask app:

    python app.py
    
  5. Access the web app through your browser at http://localhost:5000.

  6. Record your message, select the target language (French or Spanish), and initiate the translation.

  7. Download the translated audio file for your use.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/new-feature).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add new feature').
  5. Push to the branch (git push origin feature/new-feature).
  6. Create a new Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Thank you for checking out the AI Audio Translator project! If you have any questions or suggestions, feel free to open an issue or contact us directly. Happy translating!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published