From 6c87055349b3b208f4a8d7748941cc5a8503693b Mon Sep 17 00:00:00 2001 From: Andrej Karpathy Date: Sat, 27 Nov 2021 11:41:04 -0800 Subject: [PATCH] slight readme tweak --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index bf669f0..7141f0f 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,6 @@ # arxiv-sanity-lite - -**(WIP)** - 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! I am running a live version of this code on [arxiv-sanity-lite.com](https://arxiv-sanity-lite.com).