Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robmarkcole/arxiv-github-scanner

Streamlit app for querying the arxiv api
https://github.com/robmarkcole/arxiv-github-scanner

arxiv arxiv-api streamlit

Last synced: about 1 month ago
JSON representation

Streamlit app for querying the arxiv api

Awesome Lists containing this project

README

        

# 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
- [arxiv.py](https://github.com/lukasschwab/arxiv.py)