Skip to content
View moaaztaha's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report moaaztaha

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
moaaztaha/README.md

Hi 👋, I'm Moaz

A Machine Learning Engineer

Latest Projects

Counting curls and making sure the elbows are tucked in using Yolov7 pose estimation and OpenCV.


Using Yolov5, DeepSort and Supervision to track the number of sacks loaded onto and off of a truck.


A web interface for real-time yolo inference using streamlit. It supports CPU and GPU inference, supports both images and videos and uploading your own custom models.

Features

  • Caches the model for faster inference on both CPU and GPU.
  • Supports uploading model files (<200MB) and downloading models from URL (any size)
  • Supports both images and videos.
  • Supports both CPU and GPU inference.
  • Supports Custom Classes and changing Confidence.

blog posts


Labelling your custom datasets for object detection can take a huge time. So why don’t we use pretrained models to auto-label our objects for us?

In this article, I will explain how you can use pretrained models to speed up the labelling process for your next object detection project

Pinned

  1. GYM-assistant-using-Yolov7-pose-estimation GYM-assistant-using-Yolov7-pose-estimation Public

    This project is about counting curls and making sure elbows are tucked in using YOLOv7 for pose estimation. I'm using OpenCV and YOLOv7 to detect the human body parts and then estimate the angle be…

    Jupyter Notebook 6

  2. Sacks-Tracking-and-Counting-using-Yolov5-DeepSort-and-Supervision Sacks-Tracking-and-Counting-using-Yolov5-DeepSort-and-Supervision Public

    Using Yolov5, DeepSort and Supervision to track the number of sacks loaded onto and off of a truck.

    Jupyter Notebook 7 1

  3. Yolo-Interface-using-Streamlit Yolo-Interface-using-Streamlit Public

    A web interface for real-time yolo inference using streamlit. It supports CPU and GPU inference, supports both images and videos and uploading your own custom models.

    Python 33 19

  4. Arabic-Name-Identification Arabic-Name-Identification Public

    Dockerizing a flask app that takes 3-word arabic sentence and returns if it is a correct Arabic name or not using TF 2.

    Jupyter Notebook 1

  5. Faceapp-Gender-Swap-Detection Faceapp-Gender-Swap-Detection Public

    Detecting fake photos generated by FACEAPP gender swap feature using Deep Learning.

    Jupyter Notebook 11 2

  6. Image-Captioning Image-Captioning Public

    Generating Image Captions using CNNS, RNNS and Attention layers in Pytorch.

    Jupyter Notebook