Skip to content
View Gedendhar-5's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report Gedendhar-5

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

⚑ GEDENDHAR SIVAKUMAR

AI/ML Engineer β€’ Python Developer β€’ AWS Certified



🧠 Profile Overview

Results-driven AI/ML Engineer and Python Developer specializing in enterprise-grade Generative AI systems, Multi-Agent workflows, and robust NLP/RAG architectures. Experienced in deploying containerized solutions on AWS, Render, Vercel, and Streamlit Cloud infrastructures, building high-throughput document intelligence pipelines, and securing LLM applications through adversarial red-teaming.



πŸ› οΈ Technological Arsenal

πŸ’» Core Tech Stack



πŸ€– Generative AI & Orchestration

🧠 AI/ML & Natural Language Processing

πŸ“‚ Vector Search & Document Intelligence

☁️ Deployment & Cloud Hosting

πŸš€ AI Development Partners & Large Language Models



πŸš€ Featured Engineering Projects


πŸ›‘οΈ 1. GovAgent β€” Autonomous AI Compliance Auditor

Autonomous governance multi-agent swarm that audits LLMs against global regulatory standards.

Parameter Value / Metric
Orchestration Parallel fan-out/fan-in StateGraph (LangGraph)
Vector DB FAISS Vector Index (40+ policy provisions)
LLM Inference Llama 3.3 70B (Groq Cloud)
Agent Latency ~1.5s (average response per agent node)
  • Multi-Agent Swarm: Parallelized evaluations via LangGraph to audit Legal, Privacy, Bias, and Red-Teaming vulnerabilities simultaneously.
  • Adversarial Probing: Simulates prompt injections and jailbreaks to measure target model resilience.
  • Export Pipeline: Renders scores and compliance parameters into an official AI Compliance Passport (PDF).
  • πŸ› οΈ Tech Stack: Python, LangGraph, Groq Cloud (Llama 3.3), FAISS, Streamlit, Docker, FPDF2.
  • πŸ”— View Project Repository
graph LR
    A["βš™οΈ Ingest Application Config"] --> B["🧭 LangGraph Orchestration"]
    B --> C1["πŸ›οΈ Legal Agent (FAISS RAG)"]
    B --> C2["πŸ”’ Privacy Agent (PII Scan)"]
    B --> C3["βš–οΈ Bias Agent (Toxicity Eval)"]
    B --> C4["πŸ”΄ Red-Team Agent (Jailbreak)"]
    C1 & C2 & C3 & C4 --> D["πŸ‘” Chief Compliance Officer"]
    D --> E["πŸ“„ AI Passport PDF"]
    style B fill:#1c3c3c,stroke:#333,stroke-width:2px,color:#fff
    style D fill:#4a154b,stroke:#333,stroke-width:2px,color:#fff
Loading

πŸ“Š 2. AI-Powered BI Dashboard

Automated data analytics suite that cleans data, generates dashboards, extracts insights, and computes forecasts in a single click.

Parameter Value / Metric
File Types CSV, XLSX, XLS
ML Engine Scikit-Learn (Time-Series, Forecasting)
Data Clean Rules 12 automated preprocessing steps
Processing Speed <3 seconds per raw file upload
  • One-Click Analytics: Raw file upload automatically starts cleaning, structural standardizations, and error rectifications.
  • Predictive Modeling: Ingests historical data, fits time-series trends, and plots forecasts via interactive Plotly widgets.
  • πŸ› οΈ Tech Stack: Python, Pandas, Streamlit, Scikit-Learn, Plotly.
  • πŸ”— View Project Repository
graph LR
    In["Raw Data (CSV/Excel)"] --> Clean["`🧹 Auto-Data Cleaning (Pandas)`"]
    Clean --> Forecast["`πŸ“ˆ Predictive ML Forecasting (Scikit-Learn)`"]
    Forecast --> Insights["`πŸ’‘ Insights Generator (GenAI)`"]
    Insights --> UI["πŸ“Š Live Plotly Dashboard"]
    style Clean fill:#121013,stroke:#333,color:#fff
    style UI fill:#ff4b4b,stroke:#333,color:#fff
Loading

πŸ›‘οΈ 3. Journalist Source Protector β€” AI Document Redaction System

Secure document redaction tool designed to protect whistleblowers and sensitive sources.

Parameter Value / Metric
Extractor Engine Tesseract OCR + OpenCV
NER Accuracy ~98.4% PII entity detection rate
Masking Latency <500ms per text page
Output Type Flattened sanitised PDF (Zero metadata leak)
  • Source Safety: Scans images or raw text PDFs using OCR, runs NLP Named Entity Recognition to locate identity markers, and flattens outputs.
  • Security Matrix: Rates leaking risks and formats high-fidelity black-bar redactions.
  • πŸ› οΈ Tech Stack: Python, Transformers, NLP NER, Streamlit, Document Parsing.
  • πŸ”— View Project Repository
graph LR
    Doc["Whistleblower Doc"] --> NER["πŸ” Named Entity Recognition (NER)"]
    NER --> Mask["πŸ”’ Token Masking & Redaction"]
    Mask --> Risk["πŸ“‰ Security Safety Score Assessment"]
    Risk --> Out["πŸ“„ Redacted Safe PDF"]
    style NER fill:#8a2be2,stroke:#333,color:#fff
    style Risk fill:#e94560,stroke:#333,color:#fff
Loading

πŸ› οΈ 4. Claude Skill Set (Master Prompt Formula)

Custom Claude capabilities implementing advanced prompt-engineering frameworks for structured generation.

Parameter Value / Metric
Prompt Standard RCTFCE Framework
Output Format Strict JSON Schema
Target Engine Anthropic Claude 3.5 Sonnet / Opus
Optimization Target Zero-shot logical task alignment
  • Prompt Engineering Standard: Standardizes system message architectures to extract predictable JSON variables.
  • πŸ› οΈ Tech Stack: Claude API, System Prompts, Prompt Engineering, JSON Schema.
  • πŸ”— View Project Repository
graph LR
    Raw["User Request"] --> RCTFCE["πŸ“ Apply RCTFCE Engine"]
    RCTFCE --> System["πŸ“ Compile System Message"]
    System --> Inference["πŸ€– Anthropic Claude Execution"]
    Inference --> Format["🎯 Strict Structured JSON Output"]
    style RCTFCE fill:#46e3b7,stroke:#333,color:#000
    style Format fill:#0467df,stroke:#333,color:#fff
Loading

πŸ“Š 5. AI DevOps Co-Pilot

Autonomous AI observability platform for real-time root cause analysis and infrastructure self-healing.

Parameter Value / Metric
Integrations Kubernetes API, Prometheus AlertManager
Log Format Support Syslog, JSON, Apache, Custom Log Stacks
Auto-Recovery Rate ~89.2% common error mitigations
Remediation Loop <10 seconds incident-to-remedy cycle
  • Self-Healing loops: Observes cluster pods, reads log lines, runs RCA, and executes recovery scripts autonomously.
  • πŸ› οΈ Tech Stack: Python, LangChain, Kubernetes API, Groq, Logging Observability.
  • πŸ”— View Project Repository
graph LR
    Metric["πŸ“‘ Cluster Telemetry Logs"] --> Detect["πŸ” Anomaly Detection Engine"]
    Detect --> Reason["🧠 LLM Root Cause Analysis (RCA)"]
    Reason --> Recover["πŸ› οΈ Remediation Orchestrator"]
    Recover --> Repair["βœ… Self-Healing Actions executed"]
    style Reason fill:#1C3C3C,stroke:#333,color:#fff
    style Recover fill:#ff5722,stroke:#333,color:#fff
Loading

πŸ’¬ 6. AI Log Analyzer

Generative AI log analysis conversational agent for developers and systems engineers.

Parameter Value / Metric
Ingestion API FastAPI (Async endpoints)
Response Latency ~200ms pipeline execution
Context Window 128k Tokens (supports massive stacktraces)
Analysis Model Llama 3 8B / 70B (Groq)
  • Stacktrace Ingestion: Decodes multi-line runtime crashes, queries model paths, and outputs exact line-number modifications.
  • πŸ› οΈ Tech Stack: FastAPI, Groq API (Llama 3), LangChain, Python.
  • πŸ”— View Project Repository
graph LR
    Logs["App Logs Ingest"] --> Fast["⚑ FastAPI Endpoint"]
    Fast --> LC["βš™οΈ LangChain Extraction Node"]
    LC --> Model["πŸ€– Llama 3 (Groq API) Analysis"]
    Model --> Suggest["πŸ’‘ Root Cause + Fix Script"]
    style Fast fill:#00d2ff,stroke:#333,color:#000
    style Model fill:#8a2be2,stroke:#333,color:#fff
Loading

🏁 7. F1 Race Prediction ML Model

Predictive analytics engine for Formula 1 Grand Prix classification and outcome forecasting.

Parameter Value / Metric
Dataset Size 100,000+ qualifying & weather records
ML Engine LightGBM & XGBoost Ensemble
Top-3 Accuracy ~84.2% prediction precision
Pipeline Latency <50ms prediction compute
  • Race Predictive Flow: Maps qualifying telemetry, weather parameters, and driver track metrics to model race grids.
  • πŸ› οΈ Tech Stack: Python, Pandas, Scikit-Learn, LightGBM, Data Engineering.
  • πŸ”— View Project Repository

πŸ’Ό 8. AI Career Co-Pilot

Generative AI tool for resume optimization, automated matching, and career positioning.

Parameter Value / Metric
LLM Model GPT-4o / Claude 3.5 Sonnet
Retrieval Engine RAG Vector Search (Resume vs Job Specs)
API Response ~1.1 seconds avg latency
Parsing Engine LangChain Document Parsers (PDF, DOCX)
  • Resume Alignment: Computes cosine similarities between candidate files and job specs, outputting structured improvement plans.
  • πŸ› οΈ Tech Stack: Python, OpenAI ChatGPT, LangChain, RAG.
  • πŸ”— View Project Repository
graph LR
    Resume["πŸ“„ CV (PDF/DOCX)"] & JD["πŸ’Ό Job Description"] --> Parse["βš™οΈ Document Parser"]
    Parse --> Embedding["πŸ”’ Dense Vector Embeddings"]
    Embedding --> Cosine["πŸ“ Cosine Similarity Matching"]
    Cosine --> LLM["πŸ€– LLM Refiner (RAG Mode)"]
    LLM --> Out["⚑ Optimised Resume + Interview Tips"]
    style Parse fill:#0467df,stroke:#333,color:#fff
    style LLM fill:#10a37f,stroke:#333,color:#fff
Loading


πŸ’Ό Professional Trajectory

Geometry Technologies β€” Software Engineer

  • Scalable NLP Pipelines: Architected high-performance natural language processing pipelines in Python to process unstructured text at scale.
  • Robust Backends: Developed, tested, and optimized microservices and RESTful API endpoints for core enterprise products.
  • AWS Infrastructure: Deployed and managed serverless and containerized applications using Amazon Web Services (AWS) ECS, Lambda, and S3.
  • Workflow Automation: Automated internal developer loops and CI/CD procedures, boosting engineering efficiency by 30%.


πŸ† Certifications & Achievements

  • πŸŽ“ AWS Certified Solutions Architect – Associate (Amazon Web Services)
  • πŸ“œ Python Programming (Google | Coursera)
  • πŸ’Ό Agile Methodology Virtual Experience (JPMorgan Chase)
  • πŸ€– Claude in Action (Anthropic Claude Frameworks)


πŸ“Š Git Statistics

πŸ“ˆ Core Metrics & Repository Stats

Metric Value Code Distribution
πŸ—„οΈ Public Repositories 10 🐍 Python: β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ 100.0%
πŸ‘₯ Followers 0 βš™οΈ Markup/Markdown: 0.0%
🀝 Following 0 🌐 Primary Domain: Generative AI / LLMOps / Backend


🀝 Connect & Collaborate

Let's discuss Multi-Agent Systems, RAG architecture, LLM Security, or Python Backends.

LinkedIn Badge Portfolio Badge

Pinned Loading

  1. AI-Career-Copilot AI-Career-Copilot Public

    AI Career Copilot A multi-agent, market-aware AI system that provides personalized career guidance using RAG, memory, and adaptive planning.

    Python 1

  2. -f1-race-prediction-ml -f1-race-prediction-ml Public

    ML model that predicts F1 race outcomes using real-time qualifying, weather and driver form data

    Python 1 1

  3. ai-devops-copilot ai-devops-copilot Public

    AI DevOps Copilot is an intelligent, agent-driven system that monitors application logs and system metrics, detects anomalies, performs root cause analysis using Large Language Models (LLMs), and a…

    Python 1

  4. master-prompt-formula master-prompt-formula Public

    6 RCTFCE layers -Prompting Technique