Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View Veena-K-Venugopal's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Veena-K-Venugopal

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Veena-K-Venugopal/README.md

Veena GitHub Banner

Typing SVG

Building the bridge between ideas and deployable intelligence.

📍 Dallas, TX
🌐 LinkedIn · 🧠 Portfolio · 🧩 LeetCode


💡 About Me

I’m a data-driven problem solver with ~4 years of IT support + data experience, now transitioning into AI/ML, Cloud, and Data Engineering.

Right now I’m in a “build and ship” season:

  • Turning real-world problems (healthcare, liquor retail, receipts, cost optimization) into projects
  • Deploying things to the cloud instead of keeping them as “local only” ideas
  • Using hackathons as deadlines to learn faster and ship cleaner

If you like practical AI, thoughtful APIs, and clean data workflows, we’ll get along well. 🙂


🚧 Featured Projects

These are projects you can actually click, run, or see in action:

🔍 InsightLens – Chrome Built-in AI Challenge 2025

Repo: insight-lens
A lightweight web app that turns messy receipts, invoices, or order emails into 5-bullet action briefs using Chrome’s built-in AI APIs.

  • Accessible UI with status messages and validation
  • Multiple output modes: summary, brief, proofreading
  • Built to respect privacy: works entirely in the browser

Focus: Frontend, UX, prompt design, browser AI


Healthcare API Enhancer (Flagship Backend)

Repo: healthcare-api
FastAPI-based backend for patient records + ML-style predictions, designed as a starter for a full MLOps pipeline.

  • Modular FastAPI app structure
  • /predict endpoint wired to a mock model (real model integration in progress)
  • Deployed to Render for easy demo & testing

Focus: APIs, backend design, ML-in-the-loop


Ops Whisperer – Cloud Run Edition

Repo: ops-whisperer-google-cloud
An AI-powered operations assistant for liquor retail, built for a Google Cloud / Cloud Run hackathon.

  • Designed to ingest store ops data (orders, stock, promos)
  • Uses Gemini + serverless infra (Cloud Run)
  • Goal: answer “what should I order / price / promote next?” in natural language

Focus: Cloud, serverless, domain-specific AI for retail


Developer Portfolio

Repo: veena-portfolio
Live: https://veena-dev.netlify.app/

A clean, responsive portfolio built with React + Tailwind + Vite.

  • Highlights my projects, stack, and ongoing learning
  • Designed to be easy to update as my projects grow

Focus: Frontend, personal branding, deployment


SQL Practice for Data Interviews

Repo: sql-practice

A growing collection of SQL interview-style problems (DataLemur, LeetCode, etc.), with:

  • Organized folders by source/problem
  • Clear, commented solutions
  • Focus on readability + reasoning, not just “it runs”

Focus: Analytics, query design, interview prep


🧩 In-Progress & Upcoming Builds

These are part of my “Super Cool Projects” roadmap – some have code, some are still in the design/early implementation stage.

Real-Time Pricing Dashboard (Liquor Retail)

End-to-end pricing analytics system for a liquor store use case:

  • Python ETL → PostgreSQL or Redshift-style warehouse
  • Scheduled ingestion of price / promo / sales data
  • React or Streamlit dashboard for trends & recommendations

Status: Data model + pipeline design in progress; implementation planned as my next major data/ETL project.


GPT Agent Orchestration (MCP-Enabled)

Multi-agent workflow for resume & document analysis:

  • Uses vector search & tools (MCP-style)
  • One agent to extract structure, one to analyze, one to suggest improvements
  • Designed to be infrastructure-ready for future integration with APIs

Status: Architecture drafted; implementation in early planning.


AWS Cloud Cost Optimizer

Serverless tool for tracking and alerting on AWS costs:

  • Lambda functions to pull AWS usage/costs
  • DynamoDB/S3 for storage
  • SNS or email alerts for anomalies or threshold breaches

Status: MVP spec drafted; coding planned as part of AWS cost/ops learning.


LLM Data & Pretraining Tools (Concept Suite)

A set of small, focused utilities for working with pretraining / fine-tuning data:

  • Data cleaning + deduplication pipelines
  • Simple token frequency visualizer for spotting weird distributions
  • Tiny “training log explorer” to visualize overfitting / loss curves

Status: Ideas + notes stage; will likely evolve into one or two focused repos.


Practice & Learning Repos

I treat GitHub as a learning log, not just a gallery. Some repos are intentionally practice playgrounds:

  • Frontend Mentor Challenges – multiple fm-* repos with HTML/CSS/JS practice
  • freecodecamp-certifications – projects completed while studying web fundamentals
  • Math & tutoring materials – small bits of code and worksheets used while helping my niece prep for Swedish national math exams

They’re not “perfect”, but they show how I practice, refactor, and grow.


⚙️ Tech Stack

Core Languages

Python Java C C++ SQL



Data & ML

NumPy Pandas scikit-learn Hugging Face

Exploring vector search, embeddings, and retrieval workflows.



Backend & APIs

FastAPI Node.js Express.js JSON

RESTful APIs, input validation, and schema design.



Frontend & UI

React Vite Tailwind CSS HTML5 CSS3

Responsive, accessible layouts and clean component structure.



Cloud & Infra

AWS Google Cloud Docker Linux

AWS (S3, Lambda, IAM) · Google Cloud Run · Render · Netlify



Data & Analytics

PostgreSQL SQLite Streamlit Google Sheets

Streamlit dashboards · Data exploration · Reporting



Tools & Workflow

Git GitHub VS Code Jupyter Markdown

Git branching · PRs · tagging · release management
Markdown documentation · Devpost-style storytelling


📊 GitHub Stats

Veena's GitHub stats

GitHub Streak

Profile views counter


📚 Currently Learning & Working On

  • Stronger DSA in Python (to support backend + ML work)
  • AWS certifications (Cloud Practitioner first, AI/ML later)
  • LLM workflows: prompt design, retrieval, basic agent patterns
  • End-to-end data projects: from raw CSV → cleaned DB table → deployed dashboard

📬 Reach me: [email protected]

If you’re interested in AI/ML, data, or cloud — or you want to chat about building real projects from messy real-world problems — my inbox is open. 🤝

Pinned Loading

  1. veena-portfolio veena-portfolio Public

    Personal developer portfolio built with React, Tailwind CSS, and Vite — live on Netlify.

    JavaScript

  2. sql-practice sql-practice Public

    A collection of solved SQL questions from platforms like DataLemur, StratScratch, and Leetcode

  3. healthcare-api-archive healthcare-api-archive Public archive

    FastAPI microservice for patient records and mock ML predictions — foundation for an MLOps-ready healthcare backend.

    Python

  4. insight-lens insight-lens Public

    Chrome built-in AI app that turns receipts, invoices, or order emails into 5-bullet action briefs. Built for the Google Chrome AI Challenge 2025.

    JavaScript 1

  5. ops-whisperer-google-cloud ops-whisperer-google-cloud Public

    Serverless AI operations assistant for liquor retail, powered by Gemini + Cloud Run. Built for the Google Cloud Run Hackathon 2025.

  6. ops-whisperer ops-whisperer Public

    AWS-based prototype of Ops Whisperer — an AI operations assistant designed for liquor retail analytics using AWS Lambda, Bedrock, and event-driven pipelines.

    Python