Skip to content
View vaibhavlohia07's full-sized avatar

Block or report vaibhavlohia07

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Popular repositories Loading

  1. Face-Recognition Face-Recognition Public

    Forked from paul-pias/Face-Recognition

    Face Recognition using pre-trained model built-on Arcface was implemented on Pytorch.

    Python

  2. Sudoku-Solver Sudoku-Solver Public

    This project implements a Sudoku Solver capable of solving puzzles from image inputs. The program leverages OpenCV for image processing and digit recognition, and uses a backtracking algorithm to e…

    Jupyter Notebook

  3. G-PATE G-PATE Public

    Forked from AI-secure/G-PATE

    [NeurIPS 2021] "G-PATE: Scalable Differentially Private Data Generator via Private Aggregation of Teacher Discriminators" by Yunhui Long*, Boxin Wang*, Zhuolin Yang, Bhavya Kailkhura, Aston Zhang, …

    Python

  4. CPU-scheduler CPU-scheduler Public

    A simulation of CPU scheduling algorithms implemented in C++ This project demonstrates how various scheduling strategies manage CPU tasks to optimize efficiency and performance. It includes popular…

    C++

  5. Attend-Net Attend-Net Public

    Forked from kartyg23/Attend-Net

    Comprehensive automated attendance system utilizing Haar Cascade, MTCNN, and FaceNet for facial recognition, hosted on Huggingface Spaces with Gradio interface.

    Jupyter Notebook

  6. brain-tumor-detect-and-segment brain-tumor-detect-and-segment Public

    This project focuses on classification and segmentation of lower-grade gliomas (LGG) from MRI images using advanced deep learning techniques. By leveraging VGG-16 for classification and U-net for s…