Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/robmarkcole/arxiv-github-scanner
- Owner: robmarkcole
- License: apache-2.0
- Created: 2023-01-31T09:41:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T15:10:17.000Z (almost 2 years ago)
- Last Synced: 2024-12-24T20:01:40.000Z (about 1 month ago)
- Topics: arxiv, arxiv-api, streamlit
- Language: Python
- Homepage: https://robmarkcole-arxiv-github-scanner-app-06za5s.streamlit.app/
- Size: 2.86 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)