Arxiv Sanity Lite

screenshot of Arxiv Sanity Lite
flask

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.

Overview:

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.

Features:

  • Periodic Polling: Automatically retrieves new papers from the arxiv API.
  • Tagging System: Allows users to tag papers of interest for personalized recommendations.
  • SVM Recommendations: Recommends new papers based on Support Vector Machines over tfidf features of paper abstracts.
  • Web UI: Provides a visually appealing interface for searching, ranking, and sorting results.
  • Email Notifications: Sends daily emails with recommended papers based on user's tags.

Summary:

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
Flask

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.