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.
Arxiv-sanity-lite is a lightweight re-write of arxiv-sanity, allowing users to track, tag, and recommend scientific papers based on their interests. Users can search, sort, and receive daily email recommendations for new papers in their chosen areas. The web UI provides a user-friendly experience for managing tags and staying up to date with the latest research.
Arxiv-sanity-lite is a lightweight tool for researchers to track and discover new scientific papers. With features like tagging, recommendations, and email notifications, users can stay informed about the latest research in their field. By following the installation steps, users can set up their own instance of the application and customize it to meet their specific needs.
Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.