Chandana Arutla

AI/ML Engineer | Specializing in LLMs, RAG & Automation

View the Project on GitHub Chandu-2122/portfolio

Portfolio

About Me

AI/ML practitioner with hands-on experience in building LLM agents, RAG systems, and AI workflow automations. Skilled in creating startup-focused AI copilots, planners, and chatbots, with a strong base in Python, SQL, and automation tools. Previously worked on gaming analytics and medical AI, giving broad domain exposure. Focused on developing practical, human-centered AI systems that solve real problems.Desperately waiting to gain hands-on experience to combine tireless hunger for new skills with desire to exploit cutting-edge data science technology.

Education

Parul University, Gujarat [2020 – 2024]

Under Graduation: BTech, Computer Science Engineering with Specialization in Artificial Intelligence

Certifications

Technical Skills

Projects

- Startup AutomationWorkflow [No Code]

Objective: Automate first-level startup operations (lead management, branding requests, and customer inquiries) to save time and ensure every incoming request gets routed correctly.

Tech & Requirements:

Workflow Features:

  1. Lead Segmentation
    • Categories: Website Design, Branding & Logos, Landing Page, Email Automation, Social Media Kit, Personal Branding Strategy, AI Chatbot, Workshop Request, General Inquiry.
    • Stored in Airtable with status (new, in-progress, done) + extra tracking columns.
  2. Automated Routing
    • New form submission → automatically logged in Airtable.
    • Conditional branching in n8n routes leads based on category.
    • Sends personalized email replies with next steps.
  3. Notifications & Updates
    • Team notified (Slack/Email) of new leads.
    • Airtable updated with response timestamps.

Learnings:

App Snippet: image

Future Improvements:


- Founder’s Local Copilot

Objective: A private AI copilot that answers only from startup’s own documents (policies, roadmaps, investor memos).

Tech & Requirements:

Project Files:

Challenges Faced:

Learnings:

App Snippet: image

Future Improvements:


- Startup Advisor Chatbot

Objective: Help founders describe their current challenge and receive structured AI advice using multi-agent reasoning.

Tech & Requirements:

Project Files:

Challenges Faced:

Learnings:

App Snippet: image image

Future Improvements:


- AI Startup Planner

Objective: Build a multi-agent AI system that helps founders plan their startups with a refined idea, competitor search, market analysis, and action plan.

Tech & Requirements:

Project Files:

Challenges Faced:

Learnings:

App Snippet: image image image image image

Future Improvements:


- Streamlit Exploratory Data Analysis App

Objective: Create a one-line Exploratory Data Analysis (EDA) experience.

Working: This app analyzes the uploaded CSV files, providing in-depth insights into the dataset’s characteristics through exploratory data analysis techniques.

Features:

Libraries Used:

App Snippet:

streamlit_eda

Result: Based on the uploaded CSV file or the example dataset, the EDA report is generated with the help of ydata-profiling and Streamlit on this app.

Conclusion: Streamlit framework made easy to build web application for machine learning by simplifying the creation of interactive and data-driven apps.


- Exploratory Data Analysis (EDA) on Rural Telangana Illiteracy Rates

Objective: Analyse the number of illiterates in Telangana during the year 2014 and compare it with the current year(2023).

Data Source: The dataset is taken from Open Data Telangana

Dataset Description: The dataset provides information about the number of illiterates in the rural areas of Telangana State by gender to gram panchayat level. This data is according to the old districts during the perioid 2014.

Dashboard Snippet:

Dashboard

Insights Gained:

Result: Conducted in-depth analysis of the illiteracy rates in rural Telangana using data sourced from Open Data Telangana and analyzed the number of illiterates in 2014 and compared these statistics with the current year (2023) to gauge changes and trends in literacy rates over the years.

Conclusion: Even after 9 years, the district that was once known as Mahabubnagar has the highest percentage of illiterates in Telangana.


- Web Scraping and Data Extraction from Amazon.in for Electronic Gadgets

Objective: Collect comprehensive data on electronic gadgets commonly used by software employees or students, such as laptops, tablets, smartphones, smartwatches, headphones, earphones, and earbuds, during the Diwali season to especially emphasize the offer deals.

Data Source: The data is scrapped from ‘amazon.in’ website.

Dataset Description: Our required data from the webpage:

Data Preperation: Required data was extracted from the webpage by finding the mentioned tags and if no such tag was found then that value is replaced with an empty string. Products having no title value were removed from the dataset and then saved as a csv file.

Libraries Used:

Data Snippet

Data

Result: Was successfully able to web scrape the amazon.in data once before the header i used got blocked or restricted.

Conclusion: Got to know that the success of web scrapping depends on various factors: