Skip to content
View pronzzz's full-sized avatar

Block or report pronzzz

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
pronzzz/README.md

Hi there, I'm Pranav Dwivedi!

Typing SVG

AI & ML Enthusiast | Data Scientist | Computer Vision Developer

trophies
streak graph
profile views


👨‍💻 Technical Identity

const pranav = {
    code: ["Python", "C++", "JavaScript"],
    askMeAbout: ["Generative AI", "LLMs", "Computer Vision", "RL"],
    technologies: {
        ai: ["PyTorch", "TensorFlow", "LangChain"],
        web: ["React", "FastAPI"],
        iot: ["Raspberry Pi", "Arduino"]
    },
    currentFocus: "Building Agents meant for AGI"
};

📊 GitHub Data

General Stats

🏆 Featured Projects

Project Description Tech Stack
Super Mario RL RL agent trained with PPO to beat 31/32 Super Mario levels. Python PyTorch
Fingerprint Classification Biometric classification system using Deep Learning & Socofing dataset. TensorFlow CV
Monero Mining Optimized Monero crypto mining setup on Raspberry Pi 3B+. Linux IoT
Stock Price Prediction Financial forecasting models using historical market data. Sklearn Pandas

💻 Language Metrics

Top Languages

⚡ Recent Activity

  1. ℹ️ Assigned PR #1 in pronzzz/awesome-android-foss
  2. 🚀 Published release v1.1.1 - Mobile UI Fixes in pronzzz/mirrorlab
  3. 🚀 Published release v1.1.0 - Bug Fixes + Features in pronzzz/mirrorlab
  4. 🚀 Published release v1.0.0 - The Browser-Based Digital Darkroom 📸 in pronzzz/mirrorlab
  5. 🎉 Merged PR #2 in pronzzz/pranavdwivedi.dev
Let's connect and build something amazing together!

Pinned Loading

  1. face-detection face-detection Public

    Face Detection using Haar Cascades In this project, we used OpenCV's Haar Cascade classifier to detect faces in images. We converted images to grayscale, applied the Haar Cascade, and drew green re…

    Jupyter Notebook

  2. Fingerprint-classification Fingerprint-classification Public

    Automated fingerprint classification using the Socofing dataset, leveraging machine learning to categorize fingerprints into arches, loops, and whorls for enhanced biometric identification. Project…

    Jupyter Notebook

  3. super-mario-agent super-mario-agent Public

    A reinforcement learning project featuring an intelligent agent trained to navigate and complete levels in Super Mario Bros. using deep Q-learning and computer vision techniques.

    Python

  4. weather-prediction weather-prediction Public

    This repository implements an end-to-end Python pipeline to classify weather-clear sky, cloudy, rainy, stormy by merging CCSN_v2 and Howard-Cloud-X datasets. It automates preprocessing, data splitt…

    Jupyter Notebook 2 1

  5. mirrorlab mirrorlab Public

    An open-source, professional photo editor featuring RAW file support, advanced tone curves, and comprehensive color grading tools, built with React and TypeScript.

    TypeScript 1

  6. movie-recommendation-system movie-recommendation-system Public

    A machine learning-based recommendation engine that utilizes collaborative and content-based filtering to provide personalized movie suggestions based on user ratings and film metadata.

    Python