Skip to content
View developerpratima's full-sized avatar

Block or report developerpratima

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.

Content in all repositories owned by your account will be closed.
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
developerpratima/README.md

Typing SVG


🧠 About Me

class PratimaKumari:
    def __init__(self):
        self.name = "Pratima Kumari"
        self.role = "AI Engineer & Full-Stack Developer"
        self.interests = ["AI/ML", "NLP", "Data Science", "Web Development"]
        self.currently_learning = ["LLM Evaluation", "AI Safety", "MLOps"]
        self.fun_fact = "I build systems that check if AI is telling the truth! πŸ”"
    
    def say_hi(self):
        print("Thanks for visiting my profile! Let's build something amazing together.")

me = PratimaKumari()
me.say_hi()

πŸš€ Flagship Projects

Project Domain & Focus Live Repositories
πŸ” AI Hallucination & Factuality Detection System Evidence verification, NLP factuality scoring, 5-type error taxonomy View Repo
πŸ“Š LLM Response Evaluation & Benchmarking 120+ prompts, 7-dimensional rubrics, Bradley-Terry Elo tournament View Repo
πŸ’» AI Code Evaluation & Benchmarking System Multilingual (Py/JS/TS/C++) 10-criteria evaluation, CWE security audits View Repo


πŸ› οΈ Tech Stack

Languages

Python C++ TypeScript JavaScript HTML5 CSS3

AI / ML / Data Science

TensorFlow PyTorch scikit-learn Pandas NumPy OpenAI

Web & Frameworks

React Next.js Node.js Tailwind CSS

Tools & Platforms

Git Docker VS Code GitHub Actions Jupyter


πŸ“Š GitHub Stats


🎯 What I'm Working On

  • πŸ” AI Hallucination Detection β€” Building systems to evaluate and validate AI-generated content
  • 🧠 LLM Evaluation Pipelines β€” Researching methods for factuality scoring and error taxonomy
  • πŸ“Š Data Validation Systems β€” Creating tools for AI Quality Assurance
  • 🌐 Full-Stack Web Apps β€” Building premium, interactive web applications

πŸ† Expertise Areas

Area Skills
πŸ€– AI/ML NLP, LLM Evaluation, Hallucination Detection, Factuality Scoring
πŸ“Š Data Science Data Analysis, Statistical Modeling, Data Validation, Visualization
πŸ” Quality Assurance AI Output Validation, Error Taxonomy, Claim Verification
πŸ’» Development Full-Stack Web Apps, REST APIs, Interactive Dashboards
πŸ› οΈ Engineering Clean Architecture, CI/CD, Testing, Documentation

πŸ“« Let's Connect

GitHub LinkedIn Email


πŸ’‘ "Quality is not an act, it is a habit." β€” Aristotle

Popular repositories Loading

  1. ai-hallucination-detector ai-hallucination-detector Public

    End-to-end NLP-driven AI Hallucination & Factuality Detection pipeline with claim extraction, evidence verification, and factuality scoring.

    JavaScript

  2. developerpratima developerpratima Public

    My GitHub profile README

  3. green-wall green-wall Public

    Daily development progress and learning tracker

    PowerShell

  4. llm-benchmark-eval llm-benchmark-eval Public

    LLM Response Evaluation & Benchmarking Framework evaluating models across 7 core rubrics on 120+ rigorous prompts.

    Python

  5. ai-code-benchmark ai-code-benchmark Public

    AI-Generated Code Evaluation & Benchmarking System across Python, JavaScript, TypeScript, and C++ over 10 software quality dimensions.

    Python