Skip to content
View NoumanAfzal54's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report NoumanAfzal54

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

Pinned Loading

  1. Depressiondetectionsystem Depressiondetectionsystem Public

    This project detects depression using audio and visual features from video input. It extracts MFCC features from the full audio and selects 20 evenly spaced frames from the video. These are fused a…

    Jupyter Notebook 1

  2. PharmacyManagementSystem PharmacyManagementSystem Public

    Pharmacy Management System is a desktop-based application developed using Python, Tkinter, and MySQL. It features a secure login/signup system, real-time medicine inventory management, billing, sup…

    Python 2

  3. musicapp musicapp Public

    A basic music player app built with Flutter, designed as a learning project. It plays local audio files and includes a simple user interface with play, pause, favourites.

    Dart 1

  4. medivision-pneumonia-detector medivision-pneumonia-detector Public

    MediVision-Pneumonia-Detection is an AI-powered system for pneumonia detection from chest X-ray images. It leverages EfficientNetB0 for classification, integrates Grad-CAM for explainable AI visual…

    Python

  5. CovidGlobalInsights CovidGlobalInsights Public

    This repository contains a Flutter app that fetches real-time global COVID-19 data using an API. The app provides comprehensive insights into total cases, recoveries, and deaths worldwide. It featu…

    Dart 2

  6. Compiler-in-python Compiler-in-python Public

    Educational compiler implementation in Python featuring lexer, parser, semantic analyzer, intermediate code generator, and interpreter with a modern web GUI

    Python