Skip to content
View 2005mohit's full-sized avatar

Block or report 2005mohit

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
2005mohit/README.md

Hi , I'm Mohit Chandra Fulara

MCA Student • AI & ML Developer

Typing SVG


About Me

class MohitChandraFulara: def __init__(self): self.name = "Mohit Chandra Fulara" self.role = "AI & ML Developer | MCA Student" self.university = "K.R. Mangalam University, Gurgaon (2027)" self.location = "Uttarakhand, India" self.focus = ["Agentic AI", "RAG Pipelines", "LLMs", "Multi-Agent Systems"] self.languages = ["Python"] self.currently = "Building Multi-Agent AI SOC Platform " def say_hi(self): print("Thanks for dropping by! Let's build something intelligent ")

🚀 Projects

Multi-Agent AI SOC Platform (In Progress — March 2026 - Present)

Stack: Python · LangChain · LangGraph · FAISS · FastAPI · Docker · Kafka · Ollama · Llama3 · MITRE ATT&CK

  • Upgraded AI-Based Security Log Analyzer into a full Multi-Agent SOC Platform using LangGraph
  • Designed agent pipeline: Kafka Stream → Correlation Agent → Intelligence Agent (RAG) → Risk Agent → Response Agent
  • Built threat intelligence using RAG with FAISS & MITRE ATT&CK framework
  • Automated risk scoring & incident response decision-making
  • Integrated Ollama + Llama3 for local LLM-powered threat analysis

AI-Generated Content Detection System (Jan 2026 - Mar 2026)

Stack: Python · EfficientNet · HuggingFace Transformers · Scikit-learn · Matplotlib

  • Built a multimodal AI system to detect whether text and images are AI-generated or human-written
  • Text detection using Hello-SimpleAI/chatgpt-detector-roberta with confidence scoring
  • Image detection using EfficientNet architecture to identify AI-generated visual inconsistencies
  • Full preprocessing, tokenization & feature extraction pipelines
  • Evaluated with accuracy, precision, recall, F1 Score & ROC AUC

AI-Based Security Log Analyzer (Nov 2025 - Dec 2025)

Stack: Python · FAISS · Sentence Transformers · FastAPI · RAG

  • Built AI-powered system to intelligently analyze and query large-scale security logs
  • Implemented RAG pipeline using sentence embeddings + FAISS-based vector search
  • Designed log ingestion, preprocessing, chunking & embedding workflows
  • Enabled natural language querying over logs to detect anomalies & suspicious activities
  • Automated manual log inspection, reducing investigation time significantly

AI-Based Legal Document Summarizer (Oct 2025 - Nov 2025)

Stack: Python · LangChain · FAISS · HuggingFace · RAG · LLM

  • Analyzed multi-page legal documents to extract executive summaries, key risks & contractual obligations
  • Implemented RAG using vector embeddings and similarity search for context-aware clause understanding
  • Designed full pipeline: document ingestion → chunking → embedding → querying
  • Automated manual summarization & risk identification for faster document review

Tech Stack & Skills

Languages & Core

Python

AI / ML & Deep Learning

TensorFlow PyTorch Scikit-learn Pandas NumPy Matplotlib Seaborn

🧠 LLMs & NLP

HuggingFace LangChain LangGraph Ollama Llama3

🔍 Vector Search & RAG

FAISS RAG

⚙️ API & Backend

FastAPI Streamlit

🐳 DevOps & Deployment

Docker GitHub Actions Kafka

☁️ Cloud & Hosting

AWS Render Railway HuggingFace Spaces

🔧 Tools

Git VS Code


🧩 AI / ML Concepts

RAG LLM NLP Deep Learning Vector Search Prompt Engineering FAISS Multi-Agent Agent Orchestration MLOps



Certifications

  • 🏅 Python Fundamentals for Beginners — Simplilearn
  • 🏅 Machine Learning using Python — Simplilearn

Connect with Me

📧 mohitfulara2005@gmail.com

⭐ Star some repos if you find them useful!

Popular repositories Loading

  1. AI--Legal-assistant AI--Legal-assistant Public

    An intelligent AI-powered system that automatically analyzes, summarizes, and extracts key information from legal documents using Retrieval-Augmented Generation (RAG) architecture. The system helps…

    Python

  2. AI-based-Security-Log-Analyzer AI-based-Security-Log-Analyzer Public

    AI-based security log analyzer using RAG to detect suspicious activities from system and network logs. Converts log data into embeddings and stores them in a FAISS vector database. Uses TinyLlama t…

    Python

  3. 2005mohit 2005mohit Public

  4. assets assets Public

  5. -AI-Based-IDS-Threat-Reasoning-System -AI-Based-IDS-Threat-Reasoning-System Public

  6. Content-authenticity-system Content-authenticity-system Public

    Python