Skip to content
View DevendraChoudhary1005's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report DevendraChoudhary1005

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

Hi there, I'm Devendra Choudhary ๐Ÿ‘‹

Typing SVG

LinkedIn Gmail GitHub


๐Ÿ™‹โ€โ™‚๏ธ About Me

devendra = {
    "name"       : "Devendra Choudhary",
    "location"   : "Jaipur, Rajasthan, India ๐Ÿ‡ฎ๐Ÿ‡ณ",
    "education"  : "B.Tech CSE โ€” AI & ML Specialization @ JECRC University",
    "cgpa"       : "8.68 / 10",
    "focus"      : ["End-to-End ML Systems", "NLP", "Computer Vision", "Deep Learning"],
    "currently"  : "Building production-ready AI solutions with real-world impact",
    "fun_fact"   : "I built a fake news detector that uses 5 ML models + Groq AI ๐Ÿ›ก๏ธ"
}

๐Ÿ—‚๏ธ My Repositories

๐Ÿ›ก๏ธ Credible2.0

Hybrid Fake News Detection Platform

A dual-engine AI platform that combines 5 ML classifiers with Groq AI (Llama 3.3 70B) to detect fake news with explainable verdicts, source citations, and real-time web fact-checking.

Feature Details
๐Ÿง  ML Engine Weighted Voting Ensemble โ€” LR, RF, NB, GBC, LinearSVC
๐Ÿ“Š Dataset WELFake โ€” 72,134 articles from 4 diverse sources
๐ŸŽฏ Accuracy 96.78% ensemble accuracy
๐Ÿค– AI Fallback Groq API (Llama 3.3 70B) for low-confidence & short claims
๐Ÿ’ก Explainability Reasoning output + red-flag detection + source citation
๐Ÿ–ฅ๏ธ Frontend Streamlit dashboard with radar chart, gauge, donut charts

Python Scikit-learn TF-IDF Streamlit Groq API Plotly WELFake


Hands-On Python Fundamentals

Stop Googling "how to code" and start doing it! A practical, hands-on guide to the Python language โ€” from scripting basics to data science foundations. Whether you're automating boring tasks or prepping for ML, these notebooks have you covered.

Jupyter Notebook Python Data Science Automation


๐Ÿ—๏ธ Object-Oriented-Programming

OOP in Python โ€” Structured & Comprehensive

A structured collection of Object-Oriented Programming implementations in Python, exploring the foundational pillars โ€” Encapsulation, Inheritance, Polymorphism, and Abstraction โ€” with clean, well-commented examples.

Jupyter Notebook Python OOP Design Patterns


โš™๏ธ Functions

Mastering Python Functions โ€” The Building Blocks

A dedicated space for mastering Python functions before diving into complex AI models and neural networks. Covers everything from basic definitions to decorators, closures, and higher-order functions.

Jupyter Notebook Python Functional Programming


Secure File I/O & Robust Exception Handling

A comprehensive collection of Python implementations focused on secure File I/O and robust Exception Handling. Demonstrates clean coding practices, resource management using context managers, and production-grade error handling patterns.

Jupyter Notebook Python File I/O Error Handling


๐Ÿ› ๏ธ Tech Stack

๐Ÿค– ML & Deep Learning

Python PyTorch Scikit-Learn XGBoost OpenCV

๐Ÿง  NLP & AI

HuggingFace Groq NLTK

๐Ÿ“Š Python Libraries

Pandas NumPy Plotly Matplotlib

๐Ÿš€ Tools & Deployment

Streamlit MLflow Docker FastAPI Git


๐Ÿ’ผ Experience

AI Intern @ IntersElite (Oct 2023 โ€“ Dec 2023)

  • ๐Ÿ“ˆ Built a Stock Analysis platform using AutoTS & yfinance API on 2 years of historical data
  • ๐Ÿ’ฌ Classified Flipkart product reviews (positive/negative/neutral) using NLTK VADER sentiment analysis

๐Ÿ“ˆ GitHub Stats

Devendra's GitHub Stats Top Languages

Activity Graph

GitHub Streak


๐ŸŽ“ Education

B.Tech, CSE โ€” AI & ML Specialization JECRC University, Jaipur, India | Expected May 2027 | CGPA: 8.68 / 10


๐Ÿ“ซ Let's Connect

Platform Link
๐Ÿ“ง Email dchoudhary10102005@gmail.com
๐Ÿ’ผ LinkedIn devendra-choudhary-dc101005
๐Ÿ™ GitHub DevendraChoudhary1005
๐Ÿ“ Location Jaipur, Rajasthan, India

Profile Views

"Building AI that doesn't just predict โ€” but explains."

Popular repositories Loading

  1. Credible2.0 Credible2.0 Public

    Project Credible is a dual-engine fake news detection system that combats misinformation through a hybrid AI approach. It utilizes a custom machine learning ensemble (achieving 96.78% accuracy) forโ€ฆ

    Python 1

  2. DevendraChoudhary1005 DevendraChoudhary1005 Public

    1

  3. Object-Oriented-Programming Object-Oriented-Programming Public

    This repository features a structured collection of Object-Oriented Programming (OOP) implementations using Python. It explores the foundational pillarsโ€”Encapsulation, Inheritance, Polymorphism, anโ€ฆ

    Jupyter Notebook 1

  4. Basics-Of-Python Basics-Of-Python Public

    Stop Googling "how to code" and start doing it! This repo is a "hands-on" guide to the Python language. Whether you're looking to automate boring tasks or dive into Data Science, these scripts provโ€ฆ

    Jupyter Notebook

  5. Functions Functions Public

    This repository is a dedicated space for mastering the building blocks of Python. Before diving into complex AI models and Neural Networks, I am using these scripts to solidify my understanding of โ€ฆ

    Jupyter Notebook

  6. File-and-Exception-Handling File-and-Exception-Handling Public

    A comprehensive collection of Python implementations focused on secure File I/O and robust Exception Handling. This repository demonstrates clean coding practices, resource management using contextโ€ฆ

    Jupyter Notebook