Create a docker image:
$ docker image build -t ml-app .
Run container:
$ docker run -p 5001:5000 -d ml-app
Open in the browser:
http://localhost:5001/
The app looks like the following.
Once the document was chosen press the 'Classify the document!' button.
The result will be similar to this.


