Skip to content

Instantly share code, notes, and snippets.

@avence12
Created March 4, 2023 06:55
Show Gist options
  • Save avence12/55ee52676c27afe60f4f191a50ec4414 to your computer and use it in GitHub Desktop.
Save avence12/55ee52676c27afe60f4f191a50ec4414 to your computer and use it in GitHub Desktop.
#Inspired by https://www.facebook.com/will.fans/posts/pfbid024m6NRVTUQwcTVFoRtT1N8AS3gJMEbW1EkkxoSDDQRCTp18pcXDe3ZcAXEanmEBchl
#Visit https://colab.research.google.com/
!export FULL_PATH=/content/gdrive/MyDrive/${YOUR_EPUB_FILE}
#mount Google Drive
from google.colab import drive
drive.mount('/content/gdrive')
!git clone https://github.com/doggy8088/bilingual_book_maker
%cd bilingual_book_maker
!pip install -r requirements.txt
!OPENAI_API_KEY=${YOUR_KEY} python make_book.py --book_name ${FULL_PATH} | tee ${FULL_PATH}.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment