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