Skip to content

Commit

Permalink
docs: add link to JupyterHub
Browse files Browse the repository at this point in the history
  • Loading branch information
kjappelbaum authored Dec 21, 2024
1 parent 211a5c7 commit 86e8118
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
MatExtract is a guide to structured (materials) data extraction using LLMs.
Read it on [matextract.pub](https://matextract.pub).

For more details, see our [review article](https://arxiv.org/abs/2407.16867).
For more details, see our [review article](https://pubs.rsc.org/en/content/articlelanding/2025/cs/d4cs00913d).

## Installation

Expand Down
8 changes: 7 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,19 @@
Structured data is at the heart of machine learning. LLMs offer a convenient way to generate structured data based on unstructured inputs.
This book gives hands-on examples of the different steps in the extraction workflow using LLMs.

You can find more background on the topics covered in this book in our [review article](https://arxiv.org/abs/2407.16867).
You can find more background on the topics covered in this book in our [review article](https://pubs.rsc.org/en/content/articlelanding/2025/cs/d4cs00913d).


## How to use this book?

This book is based on Jupyter notebooks. That is, beyond simply reading along, you can also run the notebooks yourself.
You have different options to do so.

### Run it on the matextract JupyterHub

You can start running most parts by clicking on [this link](https://t1p.de/matextract-cpu).
This will take you to the JupyterHub of [Base4NFDI](https://base4nfdi.de/) where the notebook can be run on a small CPU instance. We're working on making it possible to also run the GPU-intensive parts.

### Running it on your own machine

If you have a reasonably modern computer you will be able to run many of the notebooks on your own hardware.
Expand Down

0 comments on commit 86e8118

Please sign in to comment.