Hugging Face Paper to Notion
detail.loadingPreview
Automates fetching research papers from Hugging Face and storing their abstracts and metadata in Notion.
🚀Ready to Deploy This Workflow?
About This Workflow
Hugging Face Paper to Notion
This workflow automates the process of discovering and ingesting research papers from Hugging Face into a Notion database. It fetches papers published daily, extracts key information like title and abstract, analyzes the abstract using OpenAI for structured metadata, and then stores this enriched data in Notion. This enables efficient tracking and organization of recent research in your Notion workspace.
Key Features
- Fetches papers published on Hugging Face based on a daily schedule.
- Extracts paper titles and abstracts using HTTP requests and HTML parsing.
- Utilizes OpenAI to analyze paper abstracts and extract structured metadata (introduction, keywords, results, technical details, classification).
- Checks for existing paper entries in Notion to prevent duplicates.
- Stores enriched paper data, including abstracts and extracted metadata, into a Notion database.
- Customizable schedule for automated execution.
How To Use
- Import the Workflow: Import the provided JSON into your n8n instance.
- Configure Credentials:
- Notion API: Set up your Notion API credentials and link them to the workflow. Ensure your Notion database is configured with the necessary properties (e.g., Title, URL, Abstract, Classification, Keywords, etc.).
- OpenAI API: Configure your OpenAI API credentials for abstract analysis.
- Set Environment Variables:
WEBHOOK_URL: This is expected to be your Notion database ID for the 'Hugging Face Abstract' database.BASE_URL: This is expected to be the base URL for Hugging Face paper links (e.g.,https://huggingface.co/papers).
- Adjust Node Parameters:
- Schedule Trigger: Configure the
Schedule Triggernode to run the workflow at your desired frequency (e.g., daily). - Notion Database ID: Ensure the
databaseIdin the Notion nodes (Check Paper URL ExistedandStore Abstract Notion) correctly points to your Hugging Face papers database. - OpenAI Analysis: Review and adjust the
messagesin theOpenAI Analysis Abstractnode if you wish to change the prompt or desired output format.
- Schedule Trigger: Configure the
- Enable and Run: Activate the workflow and let it run according to your schedule.
Apps Used
Workflow JSON
{
"id": "61504877-156b-4995-9051-543370b15652",
"name": "Hugging Face Paper to Notion",
"nodes": 0,
"category": "AI & Machine Learning",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 61504877-156b...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Create an AI-Powered Telegram Bot with Langchain and DALL-E 3
Build a sophisticated Telegram bot using n8n, integrating Langchain for AI conversation and DALL-E 3 for image generation. This workflow allows for dynamic chat interactions and creative image creation directly through Telegram.
Transform Images to Lego Style with Line Bot and DALL-E
This workflow automates image transformation to a Lego style using a Line bot webhook, DALL-E for prompt generation, and DALL-E for image creation. It's ideal for creative applications and custom content generation.
Automated Customer Feedback Sentiment Analysis with OpenAI and Google Sheets
This n8n workflow automatically analyzes customer feedback for sentiment using OpenAI and stores the results in Google Sheets. It's triggered by a form submission, making feedback processing seamless.
AI-Powered Food Nutrition Analysis from Images
Automate detailed nutritional analysis of meals from images using OpenAI Vision and Langchain. This workflow extracts meal name, calories, macronutrients, and health scores, outputting structured JSON.
Build a Conversational AI Agent with LangChain, Tools, and Memory in n8n
This workflow demonstrates how to create an intelligent AI agent using LangChain in n8n. It leverages an OpenAI model, buffer memory for conversation history, and external tools like Wikipedia and SerpAPI for enhanced responses. The 'On new manual Chat Message' node initiates the agent's interaction.
Automated Car Insurance Quote Generator with AI and Vector Store
This n8n workflow generates car insurance quotes using an AI agent. It leverages LangChain nodes like Webhook, Text Splitter, Embeddings, and Vector Store (Pinecone) to process and retrieve relevant information, then logs the results to a Google Sheet.