Posts

Showing posts from July, 2026

Summer Internship - II

Artificial Intelligence becomes more useful when it is connected with applications, data, and automated processes. During my summer internship, I explored this concept through AI automation using n8n . The internship gave me practical experience with workflow automation, APIs, JSON, JavaScript, prompt engineering, cloud-based AI, and locally hosted Large Language Models. After learning the fundamentals of n8n, I developed two AI-powered automation workflows to apply these concepts to practical problems. AI-Based Invoice and Receipt Processor My first project focused on automating receipt processing. Manually reading receipts and recording details such as the vendor, date, amount, currency, and expense category can become repetitive and time-consuming. I developed an n8n workflow that automatically detects receipt images uploaded to Google Drive and analyzes them using Google Gemini . The AI model extrac...