Nawaf Alageel·Feb 10, 2023Docker and Nvidia GPU monitoringWe have seen a major shift in how models are created and used (cough, ChatGPT, cough). Nowadays, the models are much larger and require…
Nawaf Alageel·Aug 23, 2022Simple OCR annotation tool using Jupyter NotebookSTR (Scene Text Recognition), or as it is widely known, OCR (Optical Character Recognition), consists of two main steps 1- Text detection…
Nawaf Alageel·Apr 26, 2022Detect Face PosesThis post will look into a technique that might help to detect face orientation or pose. And we will focus on only detecting three main…A response icon1A response icon1
Nawaf Alageel·Mar 3, 2022How to Solve Iterable Problems in PythonI would like to start this blog with a problem I need you to solve before you continue reading. Assume we have a sorted list of integer…A response icon1A response icon1
Nawaf Alageel·Sep 10, 2020DICOM and Deep LearningDICOM or digital imaging and communications in medicine are image files sourced from different modalities and it is the international…