Skip to content

ml-feeds/arxiv-daily-ml-feed

Repository files navigation

arxiv-daily-ml-feed

arxiv-daily-ml-feed uses Python 3.9 to serve an RSS feed with meta updates of ArXiv entries in machine learning and artificial intelligence. It doesn't include the individual new entries themselves. Rather, it includes daily meta updates. As a disclaimer, it has no affiliation with ArXiv.

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[bytes, 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: