Skip to content
View Rcidshacker's full-sized avatar

Block or report Rcidshacker

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

Typing SVG


Portfolio LinkedIn Dev.to GitHub

Profile Views

🧬 About Me

class RuchitDas:
    def __init__(self):
        self.name = "Ruchit Das"
        self.role = "AI Engineer & Full-Stack Developer"
        self.language_spoken = ["en_US", "hi_IN"]
        self.current_focus = "Building Intelligent Agentic Systems"
        
    def get_skills(self):
        return {
            "AI/ML": ["LLMs", "RAG", "LangChain", "LangGraph", "DSPy", "Ollama"],
            "Deep Learning": ["TensorFlow", "PyTorch", "CNNs", "XGBoost"],
            "Backend": ["Python", "FastAPI", "Node.js"],
            "Frontend": ["React", "TypeScript", "Flutter"],
            "Databases": ["PostgreSQL", "Vector DBs", "Neo4j"],
            "DevOps": ["Docker", "Git", "Vercel"]
        }
    
    def get_current_adventure(self):
        return "🔭 Exploring Neuro-Symbolic AI & Multi-Agent Orchestration"

🛠️ Tech Arsenal

🤖 AI & Machine Learning

LangChain LangGraph Ollama TensorFlow PyTorch Hugging Face

💻 Languages & Frameworks

Python TypeScript JavaScript React FastAPI Flutter

🗄️ Data & Infrastructure

PostgreSQL Neo4j Docker Vercel Git


🚀 Featured Projects

Neuro-Symbolic RAG LangGraph

A Neuro-Symbolic RAG agent inspired by Apple's CLaRa. Built with the "2026 Stack" (DSPy, LangGraph, Ollama), featuring:

  • 🔄 Hybrid Memory (Vector + Knowledge Graph)
  • 🎯 HyDE retrieval
  • 🌐 Self-correcting web search fallback

LangGraph Llama Flutter

Intelligent multi-agent system for automated tech blog creation:

  • 🔬 4 AI agents (Research → Write → Review → Publish)
  • 📝 Auto-publish to Dev.to
  • 📱 Modern Flutter UI with real-time workflow visualization

🌾 FarmAI

CNN XGBoost FastAPI

AI-driven pest management for custard apple farming:

  • 🔬 CNNs for disease detection
  • 📈 XGBoost for pest forecasting
  • 🤖 RL for spray scheduling
  • 🌤️ Weather & satellite data integration

CV MediaPipe OpenCV

Gesture-based drawing in thin air! 🪄

  • ✋ Hand gesture recognition
  • 🎨 Draw with just your fingertips
  • 📷 Webcam-powered magic canvas

React TypeScript Analytics

High-performance React dashboard for real-time inventory tracking:

  • 📊 Premium dark UI design
  • 📈 Real-time analytics
  • 🎯 Business operations streamlining

React Context API SPA

Skill exchange platform with responsive React SPA:

  • 🔍 Real-time search filtering
  • 📋 Dynamic dashboards
  • 🤝 Direct skill exchange system

📊 GitHub Analytics


GitHub Streak
Contribution Graph

🏆 GitHub Trophies

GitHub Trophies

🎯 What I'm Currently Up To

🔭 Building: Neuro-Symbolic AI Systems with Hybrid Memory
🌱 Learning: Advanced Agentic Architectures & DSPy
👯 Open to: Collaboration on AI/ML & LLM projects
💬 Ask me about: RAG, LangChain, Multi-Agent Systems, FastAPI
⚡ Fun fact: I can make AI agents write, review, and publish articles!

🤝 Let's Connect!



Quote

github contribution grid snake animation



Pinned Loading

  1. Air-canvas-new Air-canvas-new Public

    Unleash your inner artist without a single brush! 🎨 Air Canvas lets you draw in thin air using just your hand gestures, turning your webcam into a magical canvas.

    Python

  2. FarmAI FarmAI Public

    FarmAI is an AI-driven pest management system for custard apple farming. It uses CNNs for disease detection, XGBoost for pest forecasting, and RL for spray scheduling. Built on FastAPI and React, i…

    Python

  3. local-clara-agent local-clara-agent Public

    A local Neuro-Symbolic RAG agent inspired by Apple's CLaRa. Built with the "2026 Stack" (DSPy, LangGraph, Ollama), it features Hybrid Memory (Vector + Knowledge Graph), HyDE retrieval, and self-cor…

    Python 5

  4. Mission-control---Yes-Bank Mission-control---Yes-Bank Public

    A high-performance React dashboard for real-time inventory tracking and analytics, designed with a premium dark UI to streamline business operations and data visualization.

    TypeScript

  5. Multi-AI-Agent Multi-AI-Agent Public

    🤖 Intelligent multi-agent system built with LangGraph & Llama 3.1 that automates tech blog creation. Four AI agents collaborate to research, write, review & auto-publish to Dev.to. Features modern …

    C++