There will be no major updates for this project. Only security updates and bug fixes will be provided. The deployment will be continue running on Render until another solution is found.
This repository contains code for deployment of your own local server that retrieves latest PapersWithCode papers. You can also use web server hosted by us on Render. The information can be retrieved in the form of JSON, RSS or Atom feeds. Data is updated in all formats at same time.
To set up the local development environment locally, follow these steps:
- Clone this repository to your local machine.
- Create a python virtual environment (venv).
- Install the required dependencies in venv by running:
pip install -r requirements.txt
The development of this project would not have been possible without: