AI_Agent_Project_with_n8n
About this automation
AI workflow app: a React UI posts an article URL + email to a FastAPI backend (REST /process + /health) that generates a session ID and forwards the payload to an n8n workflow — which scrapes the article, summarizes it and pulls key insights with Google Gemini, logs to Google Sheets, and emails the result.
How to Use This Repository
This is a community-contributed repository for n8n. To use these workflows:
- Clone the repository to your local machine:
git clone https://github.com/mirza-shafi/AI_Agent_Project_with_n8n - Explore the repository for
.jsonor documentation files. - Follow the repository's internal README for specific setup instructions.