Streamlit app for querying the arxiv api and checking the abstracts for a valid (i.e. live) Github link. See the [Discussion on Streamlit forum]
- Create and activate a venv:
python3 -m venv venv
andsource venv/bin/activate
- Install requirements:
pip install -r requirements.txt
streamlit run app.py