/arxiv-github-scanner

Streamlit app for querying the arxiv api

Primary LanguagePythonApache License 2.0Apache-2.0

streamlit-arxiv

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]

Usage (Mac)

  • Create and activate a venv: python3 -m venv venv and source venv/bin/activate
  • Install requirements: pip install -r requirements.txt
  • streamlit run app.py

References