book translation using LLMs
pip install -r requirements.txt
make sure to set environment variable GOOGLE_API_KEY
input_path
: this point to the book need to be translated
output_path
: this point to the location of translated book
Example:
python translate.py --input_path=input/book1.txt --output_path=output/book1.txt