Jannet Akanksha Ekka
Open to AI/ML engineering roles

I build agentic AI
that runs in production.the open.real markets.production.

AI/ML engineer shipping multi-agent systems end to end — architecture, learning loop, cloud deployment and live operations. Author of a patent-pending multi-agent trading AI running continuously on Google Cloud, backed by 4+ years of enterprise engineering at Deloitte and a Rank 1 PGP in AI/ML.

⚙️ Patent pending 🏆 OpenServ Best DeFi — Winner 🥇 Rank 1 — PGP AI/ML ☁️ Google Cloud Gen AI Academy
24
Projects shipped
33
K lines in flagship
4
Years enterprise eng.
1
Patent filed
Selected work

Systems, not notebooks.

Everything below either runs somewhere or ships with the tests that prove it works. Filter by discipline.

Flagship Patent pending · IN 202631090789 Seeking grants & partners

Smart Money Trading (SMT)

Explainable Multi-Agent Trading AI

2026 – Present · Sole architect & engineer

A three-layer autonomous trading agent for 8 crypto perpetual-futures pairs — a quant base, a self-retuning learning loop, and an explanation layer that ships a plain-English “why” with every decision. Six specialist personas vote into a learned Judge; an Optuna optimiser and a regime-aware contextual bandit retune it on real outcomes, and a weekly refit only ships through a CPCV + Deflated-Sharpe + PBO + FDR overfitting gate. Strategy validation is GPU-accelerated with NVIDIA cuDFcudf.pandas, zero code change — taking a 2.5M-row CPCV pipeline from ~24s to 3.9s (~6×) on a T4 Vertex AI notebook. The front end is a Three.js/WebGL ocean world served from Cloudflare Workers.

33Klines of Python
166tests green
6× faster on GPU
8pairs live
Multi-Agent SystemsExplainable AINVIDIA cuDF / RAPIDSOptunaBigQuery + Conversational AnalyticsVertex AIThree.js / WebGLCloudflare Workers

Core repo private — the linked repo is the public explanatory layer.

VerseCanvas

AI Poetry-to-Art Generator

2025 · Personal project

Turns a poem into original artwork through a multi-stage pipeline: semantic analysis with Gemini 2.0 → automated prompt engineering → image synthesis with Imagen 3.0 on Vertex AI → hybrid editing and text overlay. Six languages, six art styles, tunable mood intensity.

Gemini 2.0Imagen 3.0Vertex AIStreamlit
Seeking grants & partners

SmartDesk

Multi-Agent Productivity Assistant

2026 · Gen AI Academy APAC — Cohort 1 Hackathon

A root ADK orchestrator routing to specialised sub-agents — InboxAgent (Gmail over MCP), PlannerAgent (Calendar over MCP), DataAgent (AlloyDB vector search as a personal CRM) — with a SequentialAgent synthesising the reply. Containerised on Cloud Run.

Google ADKMCPAlloyDB + pgvectorGemini 2.5 FlashCloud Run

Location Intelligence Agent

MCP over BigQuery + Google Maps

2026 · Google Cloud Gen AI Academy APAC

An ADK agent wired to two remote MCP servers — BigQuery for demographic, pricing and sales data, Google Maps for location analysis. Scores zip codes by demographics and foot traffic, flags underperforming stores, projects next-month revenue and measures competitor density.

MCP ServersBigQueryGoogle Maps APIADK

Smart Money Tracker

🏆 OpenServ × Hack2skill

Multi-Agent Blockchain Analytics

2024 · Winner — Best DeFi Application

Multi-agent whale tracking across Ethereum, BNB Smart Chain and Polygon using the OpenServ SDK, with Alchemy webhooks driving sub-second transaction monitoring. Confidence-scored detection of accumulation, distribution and coordinated movements, with automated exchange-wallet exclusion.

OpenServ SDKAlchemyMoralisCloud Runpgvector

SMT Chain Adapters

Mantle & BNB hackathon builds

2026 · Hackathon adapters

Thin per-chain adapters that import the SMT brain and expose it to a specific ecosystem — keeping one shared decision engine behind platform-specific front ends rather than forking the strategy code.

MantleBNB ChainPython
Seeking grants & partners

AutoKorrekt

AI Answer-Evaluation Platform for Teachers

May 2024 – Jan 2025 · Lead Frontend Developer · EdTech startup MVP

An evaluation platform that takes a teacher from sign-up to graded scripts: create a class, upload a student roster and question paper, bulk-upload scanned answer sheets, then track each student through OCR, AI evaluation and validation. I led the frontend and designed the ML data flow across S3, RDS and SageMaker — interactive PDF processing with coordinate-based text extraction over AWS Textract, a bilingual EN/DE feedback interface on Amazon Comprehend, and a per-student status pipeline that scaled to 1,000+ concurrent submissions.

ReactNext.jsTypeScriptAWS TextractAmazon ComprehendSageMakerDjango

Asha Chatbot

JobsForHer Foundation

2025 · Hackathon project

A context-aware chatbot surfacing job listings, community events and mentorship programmes, and handling FAQs — built to support women returning to and advancing in the workforce.

Conversational AINLPPython

MedTestAI

HIPAA-Compliant Healthcare AI

2025 – 2026 · Personal project

A healthcare AI project built around HIPAA compliance constraints — handling protected health information under the access, auditing and data-handling rules regulated medical software requires.

Healthcare AIHIPAAJavaScript

WebContentQnA

Ask questions about any page

2025 · Personal project

Paste a set of URLs and ask questions about their contents; the app retrieves and answers from page text using a DistilBERT question-answering model.

DistilBERTQuestion AnsweringTransformers

Automotive Surveillance System

Capstone — Computer Vision

Dec 2024 – Jan 2025 · Great Learning

Vehicle make/model/year classification reaching 69.2% accuracy with ResNet50, plus Fast R-CNN object detection across 16,185 images spanning 196 classes.

ResNet50Fast R-CNNTensorFlowOpenCV

MultiModel Botanical Classification

Plant species recognition

Jun – Jul 2024 · UT Austin McCombs

83.79% accuracy with a CNN for automated plant-species classification across 4,750+ seedling images, benchmarked against Random Forest and SVM baselines.

CNNTransfer LearningComputer Vision

Signal & SVHN Classification

Neural networks, two domains

Aug – Sep 2024 · UT Austin McCombs

Neural networks reaching 90% accuracy on signal-quality prediction and 85% on SVHN street-number digit recognition, with regularisation and a visualisation suite for real-world noise.

Deep LearningKerasRegularisation

Customer Churn Prediction

Telecom retention

Oct – Nov 2024 · UT Austin McCombs

81.48% accuracy identifying customers likely to cancel, comparing Bagging, AdaBoost and Gradient Boosting, and converting the model into a prioritised retention strategy.

Ensemble Methodsscikit-learnBusiness Strategy

Semiconductor Yield Prediction

591 sensor signals

Sep – Oct 2024 · UT Austin McCombs

Pass/fail yield prediction from manufacturing sensor data, using feature selection and SMOTE to cut 591 signals down to the ones that actually carry information about defects.

Feature SelectionSMOTEQuality Control

YouTube AdView Analytics

Ad-revenue prediction

Jul – Aug 2024 · Internship Studio

Random Forest regression predicting advertisement views from engagement metrics across 15,000+ videos, packaged for integration with business dashboards.

Random ForestpandasPredictive Analytics

NBFC Loan Default Prediction

Credit risk

Feb 2025 · Great Learning Hackathon

A classification model predicting whether a client will default on loan repayment, built against a non-banking financial company dataset under hackathon time constraints.

ClassificationRisk Modelling

Automobile Analysis & Classification

K-Means + PCA-enhanced SVM

Apr – May 2024 · UT Austin McCombs

Vehicle segmentation with K-Means clustering and classification with a PCA-enhanced SVM, analysing MPG, displacement, horsepower and weight across 102 features.

K-MeansPCASVM

Stock Market Sentiment Analysis

Financial news NLP

Nov – Dec 2024 · UT Austin McCombs

An ensemble sentiment classifier over financial news using Word2Vec, GloVe and SBERT embeddings, with weekly market summaries generated by a Mistral-7B LLM.

NLPSBERTMistral-7BTransformers

New-Wheels Performance Analytics

SQL business intelligence

Jul – Aug 2024 · UT Austin McCombs

Customer behaviour and sales analysis for a vehicle-resale business covering 994 customers and $1.25B revenue, with a KPI tracking system identifying key markets.

SQLBusiness IntelligenceKPI Design

Business Analytics Portfolio

Pricing + HR attrition

May – Jun 2024 · UT Austin McCombs

Two supervised-learning studies: 86% accuracy on used-car price prediction for Cars4U, and 84% on employee attrition for a healthcare HR dataset.

RegressionHR Analyticsscikit-learn

E-commerce Behaviour Dashboard

User & sales insight

2024 – 2025 · Personal project

A dashboard surfacing user-behaviour and sales-trend insights for an e-commerce site, turning raw event and transaction data into merchandising decisions.

DashboardsAnalyticsPython

Applied Statistics & Hypothesis Testing

Statistical foundations

May – Jun 2024 · UT Austin McCombs

Hypothesis testing on car-purchase behaviour, manufacturing quality control identifying a 5% defect rate, and probability models for weekly sales forecasting.

Hypothesis TestingSciPyProbability

Yatra Test Automation Framework

Hybrid Selenium framework

2024 · Personal project

A hybrid data-driven Selenium framework with Page Object Model structure, external test data, cross-browser runs on Edge/Chrome/Firefox, HTML reporting and failure screenshots — wired into Jenkins.

SeleniumPyTestPOMJenkins

50 Days of Python

A challenge a day

2025 · Completed challenge

All fifty exercises from Benjamin Bennett Alexander’s challenge — data structures, file I/O, CSV and JSON handling, SQLite, and a Flask web app as the day-50 capstone.

PythonFlaskSQLite
PythonGoogle ADKMCPVertex AIGeminiImagen BigQueryAlloyDBpgvectorCloud RunCloudflare Workers NVIDIA cuDFRAPIDSCUDAThree.jsPub/Sub TensorFlowPyTorchscikit-learnOptunaCatBoost FastAPIStreamlitReactTypeScriptDockerSQL PythonGoogle ADKMCPVertex AIGeminiImagen BigQueryAlloyDBpgvectorCloud RunCloudflare Workers NVIDIA cuDFRAPIDSCUDAThree.jsPub/Sub TensorFlowPyTorchscikit-learnOptunaCatBoost FastAPIStreamlitReactTypeScriptDockerSQL
About

From breaking systems
to building them.

I spent four years at Deloitte leading a QA automation team — finding the ways enterprise systems fail before customers did. That work taught me something most ML curricula skip: a model that cannot tell you when it is wrong is not finished.

So when I moved into AI, I built the way I used to test. My flagship system refuses to trade on a data feed it cannot verify, logs a plain-English reason for every decision, and gates every weekly model update behind statistical checks designed to catch overfitting rather than flatter it.

I completed my PGP in AI/ML at UT Austin McCombs & Great Lakes at Rank 1, then Google Cloud's Gen AI Academy — Vertex AI, Gemini, ADK, MCP and AlloyDB.

I work AI-native and deliberately lean. All of this was designed, built and is operated from a single 16 GB laptop — and when it needed to go faster, a cuDF/RAPIDS rewrite cut the validation pipeline ~6× on an NVIDIA T4 rather than throwing hardware at it. I built the whole portfolio while a full-time family carer. Today I'm looking for teams building agentic systems that have to survive contact with the real world.

⚙️
Provisional patent filed

India, App. No. 202631090789 — the SMT multi-agent decision architecture.

📈
WEEX AI Wars I — #1 preliminary leaderboard

Top of 230+ teams, then one of 37 finalists in the $880K live AI trading competition. Coverage

🏆
Winner — Best DeFi Application

OpenServ × Hack2skill. Runner-up for Best Website Application.

☁️
Top 101 of 1,500+ teams

Google Cloud Gen AI Academy APAC hackathon, Cohort 2 — advanced to prototype refinement.

🥇
Rank 1 in batch

PGP in AI/ML, UT Austin McCombs & Great Lakes — GPA 4.09/5.

📜
11 credentials, all verifiable

Google Cloud Gen AI Academy (2025 & APAC 2026 Cohorts 1–2) · Gen AI Exchange · Agentic AI Day · Asha AI Hackathon · CPSAT. See them all

Experience

Where I've worked.

Founder & Sole Engineer — Smart Money Trading (SMT)

Independent · patent pending
2026 – Present

Designed, built and operate a patent-pending multi-agent trading AI running continuously on Google Cloud — 33,000 lines across 153 modules, a six-persona committee under a learned Judge, a self-retuning learning loop behind a statistical overfitting gate, and an explanation layer that justifies every decision. Shortlisted top 101 of 1,500+ teams at the Google Cloud Gen AI Academy APAC hackathon.

Independent AI Engineer

Freelance & competitive builds
2024 – 2025

Started at the OpenServ × Hack2skill hackathon, where Smart Money Tracker won Best DeFi Application and placed runner-up for Best Website Application. Went on to ship VerseCanvas on Vertex AI, multi-agent assistants on Google ADK, MCP and AlloyDB, and the applied AI projects above — all delivered while a full-time family carer.

Lead Frontend Developer

AutoKorrekt — EdTech startup MVP
May 2024 – Jan 2025

Interactive PDF processing with coordinate-based text extraction, integrating AWS Textract OCR and Mistral models into an AI answer-evaluation workflow. Bilingual EN/DE interface scaling to 1,000+ concurrent submissions.

Machine Learning Intern

Internship Studio
Jul 2024 – Aug 2024

Random Forest model predicting YouTube ad views across a 15,000+ video dataset, packaged for integration with business dashboards.

Test Automation Engineer (Analyst)

Deloitte Consulting LLP — Bangalore
Aug 2019 – Jan 2023

Led a 6-member QA team for Fortune 500 clients including AT&T and Hewlett Packard Enterprise. Improved test execution efficiency 83%, tracked quality across 343 components, and analysed 50,000+ SAP Hybris transactions in Python.

Credentials

Every certificate, verifiable.

Badge profiles first — they are confirmable by a third party and stay current. The certificate files are linked underneath for anything the profiles don't cover.

🎓

Post Graduate Program in AI & Machine Learning

Texas McCombs School of Business & Great Lakes · Mar 2025

GPA 4.09/5 · Rank 1 in batch

☁️

Gen AI Academy — Completion

Google Cloud & Hack2skill · 28 May 2025

Vertex AI · Gemini APIs · Imagen · Streamlit · Multimodal RAG

☁️

Gen AI Academy APAC 2026 — Cohort 2, Completion

Google Cloud & Hack2skill · 31 Jul 2026

Data, analytics and intelligent systems on Google Cloud

☁️

Gen AI Academy APAC 2026 — Cohort 1, Completion

Google Cloud & Hack2skill · 28 Apr 2026

Building, connecting and migrating AI-powered applications

☁️

Gen AI Academy APAC 2026 — Cohort 1 Hackathon

Google Cloud & Hack2skill · 19 May 2026

Shortlisted top 101 of 1,500+ teams

☁️

Gen AI Exchange Hackathon 2025

Google Cloud & Hack2skill · 14 Jan 2026

Problem statement — “Automating Test Case Generation with AI”

☁️

Agentic AI Day

Google Cloud & Hack2skill · 2025

Build the next generation of intelligent agents

🏆

Asha AI Hackathon 2025

JobsForHer Foundation & Hack2skill · 2025

The hackathon behind the Asha Chatbot project

📜

Machine Learning Internship

Internship Studio · Jul – Aug 2024

YouTube ad-view analytics

📜

AI-Preneur Workshop

AI-Preneur · Mar 2025

Freelancing with AI — business applications

📜

CPSAT — Certified Professional Selenium Automation Testing

CPSAT · 2022

Backing & collaboration

Actively seeking grants and partners.

SMT is patent-pending, running live on Google Cloud, and looking for its next backer. If you fund early-stage AI, run a grant programme, or want to build on it — leave your details and I'll come back to you.

Fund, partner, or just say hello.

I'm looking for grants and early-stage funding for Smart Money Trading, and I'm open to collaboration on any of the projects here. Tell me who you are and I'll follow up personally.

For grants and funding specifically, Telegram, Discord or jtech26smt@gmail.com reach me fastest.

jtech26smt@gmail.comTelegramWhatsApp

Let's build something
that actually ships.

Open to AI/ML engineering, agentic systems and GenAI application roles. The inbox is always open.