# karpathy/arxiv-sanity-lite

arxiv-sanity lite: tag arxiv papers of interest get recommendations of similar papers in a nice UI using SVMs over tfidf feature vectors based on paper abstracts.

Repository: https://github.com/karpathy/arxiv-sanity-lite
Canonical: https://ross.abutalabs.com/products/arxiv-sanity-lite
Homepage: https://arxiv-sanity-lite.com
Language: Python
License: MIT
License Family: permissive
Topics: arxiv, deep-learning, machine-learning, flask
Last push: 2023-06-19T16:23:02+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 1754, "days_push": 1171, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1681, forks 208 (observed 2026-08-28T04:05:21.600190+00:00)

## What it is
A lightweight web application that periodically polls the arXiv API for new papers and lets users tag papers of interest. It recommends similar papers per tag using SVMs over tfidf feature vectors of abstracts, with a Flask web UI and optional daily email digests.

## Use cases
- track new arxiv papers in my research area
- get recommendations of papers similar to ones I tagged
- receive daily email digests of new machine learning papers
- search and filter recent arxiv papers by topic
- self-host a personal arxiv paper feed

## When to choose
- you want a simple, self-hostable arxiv tracker with content-based recommendations
- you prefer lightweight tfidf/SVM over heavyweight LLM-based pipelines
- you want daily email digests of new papers matching your tags

## When to avoid
- you need full-text recommendations beyond abstracts
- you need a multi-user production service with heavy traffic
- you want modern NLP embeddings instead of tfidf features

## Facets
- artifact type: application
- maturity: maintenance
- function: search-engine, machine-learning, web-framework, email
- domain: machine-learning, web-development
- platform: python, self-hosted
- tags: arxiv, paper-recommendations, tfidf, svm, flask, recommendation-system, academic-papers, research, natural-language-processing, web-server

## Member repositories
- karpathy/arxiv-sanity-lite (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:21.600190+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:41:25.909225+00:00, confidence not recorded.
  - readme: https://github.com/karpathy/arxiv-sanity-lite (fetched 2026-08-28T04:05:21.600190+00:00, sha dc6ce0b720bc)
- Data as of 2026-08-30T08:39:29.467469+00:00.
