πŸ”¬ Analyse papers from Hugging Face with AI and store them in Notion

⚑ 3,423 views Β· πŸ”¬ Document Extraction & Analysis

Description

This workflow automates the process of retrieving Hugging Face paper summaries, analyzing them with OpenAI, and storing the results in Notion. Here’s a breakdown of how it works:

⏰ Scheduled Trigger:

The flow is set to run automatically at 8 AM on weekdays.

πŸ“„ Fetching Paper Data:

It fetches Hugging Face paper summaries using their API.

πŸ” Data Check:

Before processing, the workflow checks if the paper already exists in Notion to avoid duplicates.

πŸ€– Content Analysis with OpenAI:

If the paper is new, it extracts the summary and uses OpenAI to analyze the content.

πŸ“₯ Store Results in Notion:

After analysis, the summarized data is saved in Notion for easy reference.


βš™οΈ Set Up Steps for Automation

Follow these steps to set up this automated workflow with Hugging Face, OpenAI, and Notion integration:

πŸ”‘ Obtain API Tokens:

You’ll need the Notion and OpenAI API tokens to authenticate and connect these services with n8n.

πŸ”— Integration in n8n:

Link Hugging Face, OpenAI, and Notion by configuring the appropriate nodes in n8n.

πŸ”§ Configure Workflow Logic:

Result:

huggingface.png

πŸ”— Nodes Used

HTTP Request, Notion, Schedule Trigger, OpenAI

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup