Skip to content
View Akshbhimani08's full-sized avatar

Highlights

  • Pro

Block or report Akshbhimani08

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
Akshbhimani08/README.md

Hi, I'm Aksh Bhimani

AI/ML Engineer · GenAI Developer · Builder of Real-World AI Systems

If i have to describe the AI in 2 words then that would be GRADIENTS(at training time) & VECTORS(at Inference time). I build end-to-end AI applications — from training deep learning models to deploying them on the cloud.

LinkedIn GitHub


About Me

I'm an AI/ML engineer focused on building intelligent, production-ready systems — not just models, but complete pipelines from data to deployment. My projects span computer vision, time-series forecasting, NLP, RAG architectures, and agentic AI systems with MCP integration.

I care about shipping things that actually work: clean APIs, cloud-deployed backends, and interfaces real users can interact with.

  • Currently building multi-agent AI systems with LangGraph and MCP
  • Deep interest in LLMs, fine-tuning, and RAG pipelines
  • Deploying on AWS EC2, Render, and Streamlit Cloud
  • Every project here is fully functional and shipped — not just a notebook

Tech Stack

Languages & Frameworks

Python TensorFlow Keras scikit-learn FastAPI Streamlit

AI / LLM / RAG

LangChain LangGraph Groq Cohere HuggingFace FAISS MCP

Computer Vision & NLP

OpenCV MediaPipe NLTK MobileNetV2

Data & Cloud

NumPy Pandas AWS EC2 Docker Render SQLite


Featured Projects


Production-grade multi-tool AI chatbot with persistent memory, RAG over PDFs, live web search, real-time stock data, and remote MCP tool integration.

LangGraph StateGraph  →  DuckDuckGo Search  +  Alpha Vantage  +  FAISS RAG  +  Remote MCP
Persistence: AsyncSqliteSaver (SQLite)  |  Embeddings: all-MiniLM-L6-v2

What makes it stand out: A complete agentic loop — the graph decides which tool to call, fetches live data or searches documents, and maintains conversation history across restarts via SQLite checkpointing. Each chat thread has its own isolated FAISS index.

LangGraph LangChain Groq FAISS FastMCP MCP Streamlit SQLite HuggingFace LangSmith


LSTM Seq2Seq model that forecasts a full 10-trading-day price sequence for any NIFTY 50 stock — with validation metrics, bias correction, and a Dockerised Streamlit interface.

NSE CSV  →  13 Engineered Features (MA, EMA, RSI, MACD, Bollinger Bands)
→  60-day Lookback  →  LSTM(128) → LSTM(64) → Dense(10)  →  10-Day Forecast
Metric Value
R² Score 0.9766
RMSE 135.78
MAE 58.60
Training Rows ~1,75,000 (all 50 NIFTY symbols)

TensorFlow Keras LSTM Seq2Seq Streamlit Plotly Docker MinMaxScaler NumPy


End-to-end pipeline that translates American Sign Language hand gestures into text, speech, and 17+ languages — live in the browser, deployed on AWS EC2.

Browser Camera  →  WebSocket  →  MediaPipe (21 landmarks)
→  MobileNetV2 (fine-tuned layers 100–155)  →  NLP Autocorrect
→  Multilingual Translation  →  gTTS Audio  →  Browser
  • Custom dataset built from scratch with OpenCV — no public ASL dataset used
  • 29 gesture classes: A–Z + SPACE + DOT + AUTOCORRECT
  • NLTK Brown Corpus bigram model for WhatsApp-style word suggestions
  • LanguageTool NLP pipeline for 5-variant autocorrect

TensorFlow MobileNetV2 MediaPipe FastAPI WebSocket OpenCV gTTS NLTK AWS EC2 deep-translator


Chat with any YouTube video directly from a Chrome extension popup. Extracts the transcript via SerpAPI, builds a FAISS vector index on-the-fly, and answers questions using a LangChain RAG pipeline.

Chrome Extension (Manifest V3)  →  FastAPI (Render)
→  SerpAPI Transcript  →  Cohere Embeddings  →  FAISS + MMR Retrieval
→  Groq llama-3.1-8b-instant  →  Answer

FastAPI LangChain FAISS Groq Cohere SerpAPI Chrome Extension Render Manifest V3


A remote MCP server that exposes arXiv's research corpus as structured tools — enabling Claude, Cursor, ChatGPT, and any MCP-compatible client to search scientific papers programmatically.

MCP Client (Claude / Cursor / VS Code ...)
  →  SSE over HTTP  →  FastMCP Server (Render)
  →  arXiv Atom Feed API

Compatible with: Claude Desktop · ChatGPT Desktop · Cursor · VS Code + Copilot · Cline · LangGraph · Semantic Kernel

FastMCP MCP JSON-RPC 2.0 SSE arXiv API Python 3.13 Render


Content-based recommender using sentence embeddings and cosine similarity, with a Streamlit UI and live TMDB poster integration.

Movie metadata  →  Sentence Embeddings  →  Cosine Similarity  →  Top-N Results
→  TMDB API (live posters)  →  Streamlit 3-column card grid

scikit-learn Streamlit TMDB API NumPy Pandas Sentence Embeddings Cosine Similarity


GitHub Stats

GitHub Streak

GitHub Trophies

Activity Graph


Core Competencies

Area Skills
Deep Learning LSTM, MobileNetV2, fine-tuning, sequence-to-sequence, transfer learning
LLM / Agentic AI LangChain, LangGraph, RAG pipelines, MCP, tool use, multi-agent systems
Computer Vision OpenCV, MediaPipe, gesture recognition, real-time inference
NLP Sentence embeddings, autocorrect pipelines, NLTK, LanguageTool
Backend FastAPI, WebSocket, REST APIs, async Python
Cloud & DevOps AWS EC2, Docker, Render, environment management
Data Engineering Feature engineering, time-series preprocessing, FAISS vector stores

Every project here is live, deployed, and built to solve a real problem.

⭐ If something here was useful to you, consider giving it a star!

Pinned Loading

  1. OmniAgent_chatbot OmniAgent_chatbot Public

    Multi-tool LangGraph agent with RAG over PDFs, live web search, stock prices, and remote MCP integration persistent SQLite memory and Streamlit chat UI powered by Groq. ---↓ project link below :

    Python 1

  2. arxiv_mcp_server arxiv_mcp_server Public

    Remote MCP server exposing arXiv research papers as structured tools — plug into Claude, Cursor, VS Code, or any MCP-compatible AI client via a single URL. ---------------------------- ↓ project li…

    Python 1

  3. Movie_Recommendation_System Movie_Recommendation_System Public

    Content-based movie recommender using sentence embeddings & cosine similarity, with a Streamlit UI and live TMDB poster integration. -------------↓ project link below :

    Python 1

  4. SignalMatrix-AI SignalMatrix-AI Public

    LSTM Seq2Seq model for 10-day NIFTY 50 stock price forecasting — 13 engineered features, bias correction, Streamlit UI, and Docker-ready deployment. ---------------------------- ↓ project link belo…

    Python 1

  5. SignBridge-AI SignBridge-AI Public

    Real-time ASL-to-text pipeline using MobileNetV2 & MediaPipe — gesture recognition, NLP autocorrect, 17+ language translation, TTS, and WebSocket streaming on AWS EC2. --- ↓ project link below :

    Python 1

  6. youtube_chatbot_chromeplugin youtube_chatbot_chromeplugin Public

    Chrome Extension that lets you chat with any YouTube video — RAG pipeline with FAISS, Cohere embeddings, Groq LLM, and LangChain, served via FastAPI on Render. ---------------------------------↓ pr…

    Python 1