ml-feeds / pwc-feeds

PapersWithCode RSS feeds (unofficial)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pwc-feeds

pwc-feeds uses Python 3.9 to serve RSS feeds for Papers With Code. As a disclaimer, it has no affiliation with Papers With Code.

Links

Deployment

Serverless deployment to Google Cloud Functions is configured. It requires the following files:

  • requirements.txt
  • main.py (having callable serve(request: flask.Request) -> Tuple[Union[bytes, str], int, Dict[str, str]])

Deployment version updates are not automated. They can be performed manually by editing and saving the function configuration.

These deployment links require access:

About

PapersWithCode RSS feeds (unofficial)

License:GNU Affero General Public License v3.0


Languages

Language:Python 97.3%Language:Shell 2.7%