Skip to content
View Eleutherian13's full-sized avatar

Highlights

  • Pro

Block or report Eleutherian13

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





status



who

# identity.yaml
name         : Harshwardhan Tiwari
alias        : Eleutherian13          # Greek — "one who brings freedom"
based_in     : India 🇮🇳  |  Remote-ready
role         : AI / ML Engineer  ·  MERN Stack Developer

core_skills  :
  ml_dl        : Python · NumPy · PyTorch · TensorFlow · Keras · Scikit-learn
  transformers : Attention mechanisms · Transformer architecture · HuggingFace
  rag_llm      : LangChain · FAISS · BM25 · Hallucination detection · RAG pipelines
  mern_stack   : MongoDB · Express.js · React.js · Node.js · REST APIs · JWT
  fundamentals : Backprop from scratch · CNNs from papers · ML from linear algebra

currently_learning :
  - Computer Vision (YOLO · DETR · OpenCV)
  - Vision Transformers (ViT · Swin)
  - Multimodal AI systems
  - Production MLOps

competition  : IIT-R DataForge Top-4  ·  IIT-R Productathon Top Finisher
streak       : 100+ day GitHub streak (and still going 🔥)
honest_note  : Some hackathon projects are vibe-coded — that's real!

philosophy   : "Never a black box — understand, build, explain."
goal         : Contribute to transparent and trustworthy AI
status       : Open to collaborations · AI roles · Research


quotes section

"The best way to understand something is to build it from scratch."Harshwardhan Tiwari


rotating quotes

💜 "Any fool can write code that a computer can understand. Good programmers write code that humans can understand."Martin Fowler
🧠 "The measure of intelligence is the ability to change."Albert Einstein
🔥 "First, solve the problem. Then, write the code."John Johnson
🚀 "In theory there is no difference between theory and practice. In practice there is."Yogi Berra
🌱 "It's not that I'm so smart, it's just that I stay with problems longer."Albert Einstein


about

I'm not a typical ML engineer who treats models as black boxes. I go deeper — deriving gradients manually, implementing backpropagation from scratch with NumPy, rebuilding legendary CNN architectures from their original papers. Alongside that, I build production-grade full-stack apps with the MERN stack. Some things are vibe-coded and experimental (that's honest), but my core work is always built to be understood and explained.

🔬 Research interest — Hallucination detection · Explainable RAG · Responsible AI
⚙️ Build style — First principles first, then production
🎯 Currently learning — Computer Vision · Vision Transformers · Multimodal AI
🏆 Competition validated — IIT-R DataForge · Productathon Top Finisher



tech

Languages

AI · ML · Deep Learning

 

MERN Stack · Full-Stack

 

Tools · DevOps



projects

🤖 AI & Machine Learning

IIT E-Summit '26 DataForge — 4th Place, Judge's Favourite Code

LLM hallucination detection and correction system — my most complete AI project to date. Built a hybrid retrieval pipeline with NLI-based claim verification.

F1 Score  : 0.89+ on benchmarks
Retrieval : FAISS dense + BM25 sparse
Verify    : NLI cross-encoder pipeline
Deploy    : FastAPI backend + Streamlit UI

View Python Apache 2.0

"Don't just answer — show me WHY."

A RAG pipeline built around transparency — full source attribution, reasoning chain exposure, and per-answer confidence scoring. No black box outputs.

Citations  : Full document lineage
Reasoning  : Chain-of-thought exposed
Confidence : Per-answer scoring
Trust      : Earned, not assumed

View Python LangChain

Pure mathematics → working neural networks

Deep learning with nothing but NumPy. Every forward pass, every backward pass, every optimizer — derived from first principles. Built to understand, not to show off.

Tools     : NumPy only (that's it)
Covers    : NNs · CNNs · Backprop
           Activations · Optimizers
Goal      : Real understanding

View Jupyter Notebook

Zero sklearn. Pure linear algebra and stats.

Classic ML algorithms rebuilt entirely from mathematics. Not because it's faster — because you can't truly understand something you haven't built.

Covers : Linear / Logistic Regression
         Decision Trees (ID3, CART)
         k-NN · k-Means · PCA · SVD
         Naive Bayes · SVM

View Python Jupyter

Reading papers is easy. Reimplementing them is mastery.

Rebuilt landmark CNN architectures directly from their original papers using TensorFlow/Keras — not tutorials, not YouTube walkthroughs.

LeNet-5   (1998) — The original CNN
AlexNet   (2012) — ImageNet revolution
VGG-16/19 (2014) — Depth matters

View TensorFlow Keras MIT

Understanding YOLO beyond just running it

Learning object detection from the ground up — grid cells, anchor boxes, NMS, custom training pipelines. Currently deepening CV knowledge here.

YOLO v5/v8  Architecture study
Custom      Training pipelines
Evaluation  [email protected] · IoU
Internals   Anchors · NMS · Loss

View PyTorch OpenCV


💼 Full-Stack · MERN

AI-powered lead management system with scoring, analytics dashboard, and CRM integrations. React · Node · Express · AI APIs

View

Full production backend — JWT auth, cart, orders, payments — built in a single coding session. Node · Express · MongoDB

View

Web-based version with real-time explainability UI. React · Node · LangChain

View

My public study journal — annotated notebooks and experiments. Python · Scikit-Learn

View



competitions

🏅 Event Result Year
🥇 IIT-R E-Summit DataForge — Hallucination Detection Track 4th Place · Judge's Favourite Code · F1 = 0.89+ 2026
🏅 IIT-R Productathon Top Finisher 2026
🚀 HackNNDD-26 Hackathon Competed & Shipped 2026
🔥 GitHub Commit Streak 100+ Days — Unbroken 2026


analytics

streak







trophies



snake title
contribution snake


focus

mindmap
  root(("Harshwardhan
  2026"))
    Research
      Hallucination Detection
      Explainable RAG
      Responsible AI
    Currently Learning
      Vision Transformers
      DETR Object Detection
      Multimodal AI
      Production MLOps
    Building
      DL From-Scratch v2
      RAG with Full XAI
      CNN Paper Implementations
    Exploring
      Blockchain plus AI
      Web3 Integration
      AI Ethics
Loading

🔭 Implementing now Vision Transformers (ViT), DETR from papers
🌱 Actively learning Multimodal AI, Production ML, Advanced CV
👯 Open to Research collabs, AI engineering roles, mentorship
💬 Ask me about Explainable AI, RAG, DL from scratch, MERN
🎯 Long-term goal Make AI transparent and trustworthy for everyone
📫 Email [email protected]
Honest fact Some of my projects are vibe-coded — and that's okay


timeline

2026 ══════════════════════════════════════════════════════════════

  ◉  [Q1]  🥇  IIT-R E-Summit DataForge — 4th Place
  │             Hallucination Hunter · F1 = 0.89+
  │             Hybrid RAG · NLI Verification · FastAPI
  │             Singled out by judges for code quality
  │
  ◉  [Q1]  🏅  IIT-R Productathon — Top Finisher
  │             Full AI product shipped under competition pressure
  │
  ◉  [Q1]  🔬  Explainable RAG — Deployed
  │             Source attribution + reasoning transparency
  │
  ◉  [Q1]  🖼️  CNN Research Papers — Complete
  │             LeNet-5 · AlexNet · VGG-16/19
  │             Rebuilt from original papers, not tutorials
  │
  ◉  [Q1]  📚  DL + ML From-Scratch Library — Built
  │             Neural nets, CNNs, optimizers — pure NumPy
  │
  ◉  [NOW] 🔥  100+ Day GitHub Streak — Unbroken
                Consistency over motivation, every day

══════════════════════════════════════════════════════════════════


philosophy

class HarshwardhanTiwari:
    """
    AI / ML Engineer · MERN Developer · First-Principles Learner
    """

    stack = ["Python", "ML/DL", "Transformers", "MERN", "Git"]

    principles = {
        "understanding"    : "Deep mastery over surface knowledge",
        "transparency"     : "Explainable AI > black-box AI",
        "first_principles" : "Build from mathematics, zero shortcuts",
        "honesty"          : "Some things are vibe-coded — and that's fine",
        "open_source"      : "Share freely — knowledge compounds",
        "consistency"      : "100+ commit days — habit beats motivation",
    }

    def approach(self, problem):
        steps = [
            "Break it to fundamentals",
            "Derive the mathematics",
            "Implement from scratch",
            "Make it explainable",
            "Open source it",
        ]
        return f"Solved: {problem!r} — honestly and rigorously"


connect
seeking





visitors





footer text

Popular repositories Loading

  1. Sentinel-AI-model-only- Sentinel-AI-model-only- Public

    This contains only the model for sentinel ai mgm hackathon

    Jupyter Notebook 1

  2. Eleutherian13 Eleutherian13 Public

    Config files for my GitHub profile.

  3. Nest Nest Public

    Forked from OWASP/Nest

    Your gateway to OWASP. Discover, engage, and help shape the future!

    Python

  4. hacknndd-26 hacknndd-26 Public

    Python 1

  5. Explainable-Rag Explainable-Rag Public

    Don't just answer but tell me the reason why so !?

    Python