From cd01d705c70e756a3ec205e6f067034407c943c1 Mon Sep 17 00:00:00 2001 From: kai Date: Fri, 28 May 2021 20:59:15 +0800 Subject: [PATCH] Add Streamlit App --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 09cc1a6..544f29a 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,9 @@ Under the project root directory, run pytest -s api_server/tests/test_app.py ``` +# Streamlit App +You can try [Image to LaTeX App](https://share.streamlit.io/yezhengkai/im2latex/api_server/streamlit_app.py) online. But please note that for images other than the training data set, the model performance is still very poor. + # References - [luopeixiang/im2latex](https://github.com/luopeixiang/im2latex) - [fsdl-text-recognizer-2021-labs](https://github.com/full-stack-deep-learning/fsdl-text-recognizer-2021-labs) \ No newline at end of file