main
An LLM-based arXiv bot
Note: This project contains AI vibe coding.
This project will do the following:
- Checking arXiv new papers repeatedly
- Based on user research interests, ask LLM to filter papers
- Download the filtered papers, and use
mineruto convert PDF to Markdown, push into a Markdown paper library - Ask several LLMs to read each of the Markdown files, give a structured summary on each paper
- Ask LLM to write a daily arXiv report based on the summaries of filtered papers
Description
Languages
Python
100%