Skip to content

julies01/translating-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

Python

Download & Install python3.12

Python Official Website

Ensure you check "Add Python to PATH" during installation.

torch (PyTorch)

Installation :

macOS (CPU-only) :

pip install torch

Windows (CPU-only) :

pip install torch

GPU Support (CUDA) :
Visit PyTorch Official Install Guide for CUDA-compatible versions.

transformers (Hugging Face)

Installation (macOS & Windows) :

pip install transformers

Website: Hugging Face Transformers

whisper

Installation:

macOS :

pip install openai-whisper

Windows

pip install openai-whisper

Additional Dependencies (if errors occur) :

-> Install FFmpeg:

macOS: brew install ffmpeg

Windows: Download from FFmpeg Official Site and add to PATH.

Other requirements

  pip install ffmpeg-python sentencepiece sacremoses streamlit

About

Our final project will be on En-to-FR translation of srt files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages