Created
March 4, 2023 06:55
-
-
Save avence12/55ee52676c27afe60f4f191a50ec4414 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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