Skip to content
View tanishaa11's full-sized avatar

Block or report tanishaa11

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
tanishaa11/README.md

Hi, I'm Tanisha 👋

AI Operations · Workflow Automation · Process Redesign
MCA graduate · Noida, India · Open to work

I build systems that eliminate manual processes — connecting AI tools, automation pipelines, and clean documentation so teams can operate without bottlenecks.


Projects

Replaced a 5-stage manual sales reporting process with a single pipeline run.

  • Ingests raw CSV → computes KPIs → detects anomalies → generates executive summary via Gemini AI
  • Automated trigger: watches a folder and fires automatically when a new file lands (Zapier equivalent built in Python using watchdog)
  • Output: stakeholder-ready Markdown report with no manual steps

Python Pandas Gemini API Zapier Automation


Replaced 3 duplicate manual trackers (Excel + Google Sheet + CSV) with one unified pipeline.

  • Single python dashboard.py produces all KPIs, 5 charts, and a report with SOP for non-technical users
  • SQL query layer (portable to Postgres/MySQL) replaces all manual formula work
  • Pre-generated charts included so reviewers see output without running anything

Python SQL SQLite Pandas Matplotlib


Tools I work with

AI: ChatGPT · Claude · Gemini · OpenAI API · Notion AI
Automation: Zapier · Make (Integromat) · Airtable · Watchdog
Data: Python · Pandas · SQL · Power BI · Google Sheets · Excel
Dev: Git · GitHub · VS Code


Certifications

  • Notion AI Essentials — Notion
  • Automate with Make — Make Academy
  • Prompt Engineering for Everyone — DeepLearning.AI
  • Analyze Data with Power BI — Microsoft
  • SQL Advanced — HackerRank

📧 tanishaabisht11@gmail.com · LinkedIn

Pinned Loading

  1. ecommerce-ops-dashboard ecommerce-ops-dashboard Public

    Eliminated 3 duplicate manual trackers (Excel + Google Sheet + CSV) with one unified SQL pipeline. Auto-generates 5 charts and a stakeholder report with SOP. Python · SQL · Pandas · Matplotlib

    Python

  2. genai-reporting-pipeline genai-reporting-pipeline Public

    Replaced a 5-stage manual sales reporting process with a single pipeline run. Auto-triggered via folder watcher (Zapier equivalent). Gemini AI generates the executive summary. Python · Pandas · Gem…

    Python