A much lighter-weight arxiv-sanity from-scratch re-write. Periodically polls arxiv API for new papers. Then allows users to tag papers of interest, and recommends new papers for each tag based on SVMs over tfidf features of paper abstracts. Allows one to search, rank, sort, slice and dice these results in a pretty web UI. Lastly, arxiv-sanity-lite can send you daily emails with recommendations of new papers based on your tags. Curate your tags, track recent papers in your area, and don't miss out!

This particular instance indexes papers from statistics categories on arxiv, and only since early 2022.

The code for this website is open source at Github under arxiv-sanity-lite.

Developed in spare time as a labor of love by @karpathy.
Modified by Patrick Vossler.