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 venv
source venv/bin/activate
pip install -r requirements.txt
cp .env.example .env
python 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.