An Image Is Worth a Thousand Words
Build Your First Intelligent Document Recognizer
To Access the notebook on a server
Launch the ipython notebook in binder by clicking the below button
To view the read-only notebook
Just select index.ipynb from the Code files Github has an inbuilt renderer for ipython notebooks
To Launch the notebook locally
Dependencies
The requirements.txt
file has a list of all Python libraries that are needed for this notebook
To install, run the command:
pip install -r requirements.txt
Launch the Jupyter Notebook
Install Jupyter Notebook from https://jupyter.org/install
jupyter notebook
Open on URL: http://localhost:8888/
Select index.ipynb