This repo provides usage examples for ScienceBeam. In particular ScienceBeam Parser. The examples are provided as Jupyter notebooks.
- ScienceBeam Parser: Start Service using Python API and use Rest API (open in colab)
- ScienceBeam Parser: Use Python API to parse PDF to TEI XML (open in colab)
- ScienceBeam Parser: Advanced example exploring and training
namemodel (open in colab)
This requires Docker and Docker Compose.
make jupyter-build jupyter-start jupyter-logsThe service will be available under the port 8890,
unless another port has been configured using SCIENCEBEAM_USAGE_EXAMPLES_JUPYTER_PORT (see .env).
make jupyter-stop