Akshit Maheshwari

Builds & experiments.

A full collection of AI/ML projects, research prototypes, and engineering work.

Screenshot of the TaxAI India website

TaxAI India

A hybrid tax assistant for Indian freelancers, students, creators, and small businesses that combines AI reasoning with deterministic tax logic, document extraction, and compliance insights.

  • AI copilot for tax planning and compliance guidance
  • OCR-based financial document extraction and structured analysis
  • Old vs new regime comparison with optimization insights
FastAPIReactMongoDBLangChainOCR
Screenshot of the Vision-Store website

Vision-Store

A containerized real-time Store Intelligence API built with YOLOv8 nano, OpenCV, and FastAPI to track customer entry and exit, separate staff from shoppers, monitor queues, map movement across zones, and surface purchase conversion insights instantly.

  • Real-time customer entry and exit tracking
  • Queue monitoring, dwell time analysis, and zone-wise movement insights
  • Containerized FastAPI analytics pipeline with YOLOv8 nano and Docker
Computer VisionYOLOv8OpenCVFastAPIDocker
Screenshot of the CallBased Product Retrieval Agent website

CallBased Product Retrieval Agent

An AI-powered calling agent that helps customers find products through natural phone conversations. Built with Twilio, ElevenLabs, Groq LLM, and ChromaDB with semantic search plus metadata filters.

  • Voice conversation flow for product discovery
  • Semantic retrieval with budget, brand, and category filters
  • User preference memory for better follow-up turns
TwilioElevenLabsGroqChromaDBRetrieval

Project preview

Network Security Model

A network anomaly detection system using phishing data with modules for ingestion, transformation, training, logging, exception handling, and utility functions.

  • Structured MLOps pipeline organization
  • Detection for phishing and network threats
  • Repeatable workflow with cleaner maintenance boundaries
MLOpsPhishing DetectionPipeline Design

Project preview

Theatre Audience Forecasting

Forecasts per-theatre daily audience attendance using booking and POS data. Includes temporal, holiday, and behavioral features, with handling for zero-demand and closure days.

  • Cross-platform theatre ID alignment
  • Seasonality and trend modeling
  • Achieved 13.4 MAE
Time SeriesForecastingGradient BoostingFeature Engineering
Screenshot of the Image Caption Generator website

Image Caption Generator

A caption generator trained on Flickr8k that combines DenseNet201 feature extraction with an LSTM language model to produce short natural-language captions.

  • DenseNet201 feature backbone
  • LSTM-based caption generation
  • Fast inference workflow for image-to-text output
Computer VisionDenseNet201LSTMNLP
Screenshot of the Sentiment Analyzer website

Sentiment Analyzer

A custom Transformer-based model with an attention layer was implemented to capture contextual relationships within text sequences. The performance of the Transformer model was then compared with LSTM and GRU models by evaluating metrics.

  • Custom Transformer-based architecture with attention mechanism
  • Comparison of Transformer, LSTM, and GRU models
  • Evaluation of model performance using standard metrics
NLPTransformersLSTMGRU
Preview card for the Kidney Tumour Detection Model project

Kidney Tumour Detection Model

An end-to-end computer vision project built on the CT-KIDNEY-DATASET-Normal-Cyst-Tumor-Stone. The workflow covered EDA, clean data preparation, image preprocessing, and CNN model training for kidney tumour detection.

  • Performed EDA and cleaned the CT kidney dataset before modeling
  • Applied image preprocessing to prepare scans for CNN training
  • Achieved 95.61% validation accuracy and 94.86% test accuracy
Computer VisionCNNMedical ImagingTensorFlow
Preview card for the AI Legal Agent

AI Legal Agent

An AI legal agent that answers law-related questions, analyzes legal documents, and helps surface practical legal strategies with a risk-aware perspective.

  • Answers law and legal-document questions in a focused agentic workflow
  • Analyzes uploaded legal documents for relevant context and guidance
  • Provides legal strategies, support, and risk analysis suggestions
RAGLangchainDocument Analysis
Preview card for the Stock Info Bot

Stock Info Bot

A simple agentic AI chatbot dedicated to finance and stock-related questions, designed to help with investment strategies, recent news, stock behavior, and analyst recommendations.

  • Dedicated finance and stock question-answering chatbot
  • Shares investment strategy ideas and market/news context
  • Supports stock behavior analysis and analyst recommendation prompts
RAGLangchainChatbot
Preview card for the Customer Churn Prediction App

Customer Churn Prediction App

A customer churn prediction application built to identify retention risk and support better customer planning through model-driven predictions.

  • Predicts customer churn risk from business data
  • Helps identify at-risk customers for retention planning
  • Provides a simple app interface for practical model use
Machine LearningPredictionRetention
Preview card for the IPL Win Prediction App

IPL Win Prediction App

A machine learning app that predicts IPL match outcomes using historical patterns and match context, built for quick and practical win-probability exploration.

  • Predicts IPL win probabilities using match context and past patterns
  • Built as a lightweight interactive prediction app
  • Useful for sports analytics experimentation and model comparison
Machine LearningSports AnalyticsPrediction
Preview card for the Movie Recommender

Movie Recommender

A movie recommender system that suggests similar titles and supports simple discovery flows for finding what to watch next.

  • Recommends movies based on similarity and user preference cues
  • Useful for quick discovery of related titles and genres
  • Streamlit app built for easy interactive recommendations
Recommendation SystemMachine LearningStreamlit