Easy-Translate icon indicating copy to clipboard operation
Easy-Translate copied to clipboard

Easy-Translate is a script for translating large text files with a SINGLE COMMAND. Easy-Translate is designed to be as easy as possible for beginners and as seamlesscustomizable and as possible for a...

Results 4 Easy-Translate issues
Sort by recently updated
recently updated
newest added

I use this command ``` python3 translate.py \ --sentences_path input.srt \ --output_path result.srt \ --source_lang eng_Latn \ --target_lang ind_Latn \ --model_name facebook/nllb-200-distilled-600M \ --precision fp16 ``` with input.srt ``` 1...

Can the model be loaded only once instead of waiting for the load to complete each time?

Any plans to add a simple API even on a server running from Python? BaGRoS

I would love to use this as a gui on windows