Loading repository data…
Loading repository data…
Rajputritik9695 / repository
An AI-powered feedback management system built with n8n and Google Gemini that automates student feedback processing and email notifications using AI agents.
An AI-powered feedback management system built with n8n, Google Gemini, and Gmail that automates student feedback processing. The AI agent analyzes feedback, generates personalized thank-you emails, creates administrator reports, and uses Gmail tools to send emails automatically.
| Technology | Purpose |
|---|---|
| n8n | Workflow Automation |
| Google Gemini | AI Model |
| Gmail | Email Automation |
| AI Agent | Tool Calling |
| Simple Memory | Context Management |
| n8n Form Trigger | Feedback Collection |
Student
│
▼
Feedback Form (n8n)
│
▼
AI Agent (Gemini)
┌─────────┴─────────┐
▼ ▼
Send Student Email Send Admin Report
(Gmail) (Gmail)
│ │
▼ ▼
Student Receives Administrator Receives
Thank You Email Feedback Report
agentic-ai-feedback-management/
│
├── README.md
├── workflow/
│ └── agentic_ai_feedback_management.json
│
├── screenshots/
│ ├── workflow.png
│ ├── feedback_form.png
│ ├── student_email.png
│ └── admin_email.png
│
└── assets/
git clone https://github.com/YOUR_USERNAME/agentic-ai-feedback-management.git
Run n8n locally or using Docker.
Import
workflow/agentic_ai_feedback_management.json
into n8n.
Configure:
Submit the feedback form.
The workflow will automatically:
This project demonstrates:
Contributions, suggestions, and improvements are welcome!
This project is licensed under the MIT License.
Ritik Singh Rajput
⭐ If you found this project useful, consider giving it a star!