Skip to content
View MohapatraShibu's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report MohapatraShibu

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

Hello, I'm Shibu! 👋

AI Engineer | ML · LLMs ·Agentic AI · Backend 🚀

I'm an AI Engineer with 2.5+ years of experience building and deploying production-grade AI applications. I specialize in LLM-based systems, RAG pipelines, Agentic AI workflows, and scalable backend infrastructure — taking solutions from development all the way to production.


💡 Professional Impact

  • Gloify: Owned end-to-end development of an LLM-based retail chatbot for Riyaah — integrating RAG pipelines, real-time streaming, Algolia search, and prompt engineering.
  • Scale: Contributed to Agastyaa, an Agentic AI astrology assistant for AstroSure.ai serving 350K+ MAUs within a 1M+ user base.
  • Backend: Built scalable AI backend infrastructure using MongoDB, AWS S3, Redis, Celery, and RabbitMQ; load-tested with Locust for high-traffic reliability.
  • Guidewire Software: Automated BI Finance reporting with Python + RPA bots, saving 4+ hours of manual effort per report cycle.
  • Skills Agency: Built an LLM-powered natural language SQL chatbot using LangChain, enabling non-technical teams to query databases without writing SQL.

🛠 Tech Stack

Category Tools & Technologies
Languages Python, R, JavaScript
AI & ML LLMs, RAG, Agentic AI, NLP, Computer Vision, Deep Learning, Prompt Engineering, OpenAI/GPT, Hugging Face, Ollama
Libraries PyTorch, TensorFlow, Keras, scikit-learn, Pandas, NumPy, OpenCV, NLTK, Matplotlib
Backend Django, FastAPI, Flask, Node.js, Celery, Redis, Pydantic, Microservices
Databases MongoDB, MySQL, ChromaDB
DevOps & Cloud Docker, Kubernetes, AWS, Azure, MLOps, CI/CD, Jenkins, Git, Jira
Automation UiPath, Automation Anywhere, n8n, Antigravity, Claude
Tools LangChain, Streamlit, Algolia, Logfire, Locust, Postman, RabbitMQ, SoapUI, Linux, SQLAlchemy

🏆 Achievements & Recognition

  • Kaggle: Top 10% ranking · Datasets Expert · Multiple competition medals
  • DataHack: CTR Prediction (74% accuracy) · Forecast Hourly Energy Demand (RMSE) · Vahan Bima Insurance (89% accuracy)
  • Certifications: Deep Learning Specialization · AWS Fundamentals · MongoDB · Azure AI · UiPath RPA · Automation Anywhere

📊 GitHub Stats

MohapatraShibu


📫 Connect with me

LinkedIn Gmail Kaggle Portfolio

"The best AI systems don't just process data — they understand context, adapt to uncertainty, and deliver real-world impact."

Pinned Loading

  1. Modified Caesar Cipher in Python (Tk... Modified Caesar Cipher in Python (Tkinter)
    1
    #Modified Caesar Cipher
    2
    #Code by Shibu Mohapatra
    3
    
                  
    4
    from tkinter import *
    5
    def main():
  2. KeyLoggers in Python KeyLoggers in Python
    1
    # pip install pynput 
    2
    
                  
    3
    from pynput.keyboard import Key, Listener
    4
    import logging
    5
    log_dir=""
  3. Games Games Public

    Basic retro-style games using various tools and programming languages

    JavaScript 1