New Arxiv Reader base on Feed
pip3 install pymongo feedparser
First you should luanch a MongoDB in the default port 27017, and create a collection of client.mail.arxiv
.
Luanch the parser to automatically retrieve arxiv papers.
nohup python3 parse.py
Finally, launch your frontend by
streamlit run frontend --server.port=8080