Posts

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...

Summer Internship - I

Summer Internship - I My Internship Experience: Data Analytics in Python This summer, I had the opportunity to intern at Techmicra IT Solutions, Ahmedabad , where I worked on a Data Analytics in Python Internship . The internship was a valuable experience that combined learning, problem-solving, and applying theoretical knowledge in real-world contexts. Over five weeks, I explored data analytics, machine learning, and full-stack development through two major projects. Project 1: Wikipedia Data Scraper & Analyzer The first project focused on web scraping and data analysis. I developed a Python-based tool that: Extracted tables from Wikipedia using the Requests and BeautifulSoup libraries. Cleaned and processed the data with Pandas and NumPy. Generated summary statistics and visualizations using Matplotlib and Seaborn. Allowed data export to CSV format for reuse in research or analytics. This...