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.

LinkedInGitHub


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

PythonTensorFlowKerasscikit-learnFastAPIStreamlit

AI / LLM / RAG

LangChainLangGraphGroqCohereHuggingFaceFAISSMCP

Computer Vision & NLP

OpenCVMediaPipeNLTKMobileNetV2

Data & Cloud

NumPyPandasAWS EC2DockerRenderSQLite


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.

LangGraphLangChainGroqFAISSFastMCPMCPStreamlitSQLiteHuggingFaceLangSmith


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
MetricValue
R² Score0.9766
RMSE135.78
MAE58.60
Training Rows~1,75,000 (all 50 NIFTY symbols)

TensorFlowKerasLSTMSeq2SeqStreamlitPlotlyDockerMinMaxScalerNumPy


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

TensorFlowMobileNetV2MediaPipeFastAPIWebSocketOpenCVgTTSNLTKAWS EC2deep-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

FastAPILangChainFAISSGroqCohereSerpAPIChrome ExtensionRenderManifest 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

FastMCPMCPJSON-RPC 2.0SSEarXiv APIPython 3.13Render


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-learnStreamlitTMDB APINumPyPandasSentence EmbeddingsCosine Similarity


GitHub Stats

GitHub Streak

GitHub Trophies

Activity Graph


Core Competencies

AreaSkills
Deep LearningLSTM, MobileNetV2, fine-tuning, sequence-to-sequence, transfer learning
LLM / Agentic AILangChain, LangGraph, RAG pipelines, MCP, tool use, multi-agent systems
Computer VisionOpenCV, MediaPipe, gesture recognition, real-time inference
NLPSentence embeddings, autocorrect pipelines, NLTK, LanguageTool
BackendFastAPI, WebSocket, REST APIs, async Python
Cloud & DevOpsAWS EC2, Docker, Render, environment management
Data EngineeringFeature 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_chatbotOmniAgent_chatbotPublic

    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_serverarxiv_mcp_serverPublic

    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_SystemMovie_Recommendation_SystemPublic

    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-AISignalMatrix-AIPublic

    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-AISignBridge-AIPublic

    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_chromepluginyoutube_chatbot_chromepluginPublic

    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