Skip to content

Streamlit app for summarizing news articles with mT5 & XLSum.

Notifications You must be signed in to change notification settings

HandcartCactus/mT5-summarization-app

Repository files navigation

mT5 Summarization App

Streamlit app for summarizing multi-lingual news articles with mT5 & XLSum.

Screenshot of App

To Create The Environment

conda env create -n ENVNAME -f environment.yml

To Run The App

conda activate ENVNAME
streamlit run app.py

Click one of these links:

  You can now view your Streamlit app in your browser.

  Local URL: http://localhost:8501
  Network URL: http://XXX.XXX.X.XXX:8501

Acknowledgements & Links