com3dian commited on
Commit
337c3f3
·
verified ·
1 Parent(s): 556ac59

Create main.py

Browse files
Files changed (1) hide show
  1. main.py +15 -0
main.py ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+
4
+ st.title('Paper2Slides')
5
+ st.markdown("""
6
+ 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)
7
+ at Utrecht University (and internship project at [ML6](https://www.ml6.eu/)),
8
+ supervised by [Guanyi Chen](https://a-quei.github.io/) (During his time in Utrecht University) and
9
+ [Konstantin Buschmer](https://www.linkedin.com/in/konstantin-buschmeier/) (ML6).
10
+ To use this space:
11
+ 1. Have a paper that you want to turn into slides.
12
+ 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/)
13
+ 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
14
+ click `submit`.
15
+ """)