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 venvandsource venv/bin/activate - Install requirements:
pip install -r requirements.txt streamlit run app.py
