Note This book is in alpha - it is consistently being updated with content for a v1.0.0 release! 🤗
This repository contains the source code for the Document Understanding eBook built with Jupyter Book.
All of the material in this book is publicly available under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0) license.
It is recommended to use venv to manage environment.
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Run the following command to build the book.
jupyter-book build src
This repo is configured to automatically deploy to GitHub Pages using GitHub Actions. To manually deploy to GitHub Pages, run the following command:
ghp-import -n -p -f src/_build/html