Arxiv paper trend search using AI, write article, send email
$20/month : Unlimited workflows
2500 executions/month
THE #1 IN WEB SCRAPING
Scrape any website without limits
HOSTINGER 🎉 Early Black Friday Deal
DISCOUNT 20% Try free
DISCOUNT 20%
Self-hosted n8n
Unlimited workflows - from $4.99/mo
#1 hub for scraping, AI & automation
6000+ actors - $5 credits/mo
This workflow gathers papers in Arxiv and specific arxiv category AI helps to make summarized form of newsletter and send it to subscriber using gmail
Arxive paper trend newsletter
Setup
- Supabase
- Table schema
- user_email: Text - Mandatory
- arxiv_cat: [Text]
- interested_papers: [Text]
- keyword: [Text]
- Example { "id": 8, "created_at": "2024-09-24T12:31:17.09491+00:00", "user_email": "[email protected]", "arxiv_cat": [ "cs.AI", "cs.LG,cs.AR" ], "interested_papers": null, "keyword": [ "AI architecture which includes long context problem" ] }
- Table schema
- Qdrant vector store
- default setup
Setup for sub workflows
- Get arxiv category by AI for given keyword
- Get arxiv categories
- Get arxiv papers this week and scoring by AI
- Filter by keyword within given documents
- Extract paper information
- Write newsletter by AI