Spaces:
Sleeping
Sleeping
import streamlit as st | |
st.title('Paper2Slides') | |
st.markdown(""" | |
This space is a live demo of the [Zehao Lu](https://www.linkedin.com/in/zehao-lu/)’s [thesis](https://studenttheses.uu.nl/handle/20.500.12932/45939) | |
at Utrecht University (and internship project at [ML6](https://www.ml6.eu/)), | |
supervised by [Guanyi Chen](https://a-quei.github.io/) (During his time in Utrecht University) and | |
[Konstantin Buschmer](https://www.linkedin.com/in/konstantin-buschmeier/) (ML6). | |
To use this space: | |
1. Have a paper that you want to turn into slides. | |
2. Process your paper using GROBID. If you have GROBID installed, run it and use the output. If not, you can use GROBID’s [live demo](https://kermitt2-grobid.hf.space/) | |
to generate the processed TEI.xml file. To use the live demo, click on `TEI`, select `Process Fulltext Document` under Service to call, choose the paper file, and then | |
click `submit`. | |
""") |