papers.day scrapes ML+AI papers from arxiv and presents them in a simple and searchable manner with summaries and images.
This project is written in django with a small amount of vanilla javascript.
Contributors are actively desired!
Please check the issues tab for things to work on. Together we can make an amazing and free arxiv front-end!
python3 -m venv venvsource venv/bin/activatepip install -r requirements.txtcp .env.example .envpython manage.py migrate
To run the web server, run:
python manage.py runserver
To scrape papers, run:
python scrape_abs.py
Note that an OpenAI API key is required in .env to summarize papers.
This repository is currently hosted on https://papers.day/
This service will continue to be ran for free for the foreseeable future.