Skip to content

mushkevych/gpt-translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPT-powered Book Translator. Initially envisioned as a novel translator to Ukrainian language.

Installation:

./start.sh install

Translation:

  1. Update context.py with the details of the book translation
  2. Update secrets.py file with the OpenAI API secret key
  3. Place the text of the novel into text_source folder
  4. Update translator.py __main__ section to perform translation of the chosen book
  5. Call
.miniconda/bin/conda run --name translator python translator.py 
  1. Find the translated text of the novel in the text_translated folder

About

Book/novels translator via the OpenAI API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published