Skip to content
View OwaisK4's full-sized avatar
  • Karachi, Pakistan

Block or report OwaisK4

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

Pinned Loading

  1. Inventory_Manager_Django Inventory_Manager_Django Public

    This website acts as a web portal that keeps track of all the inventory (assets, accessories, licenses, etc) held at all offices of LDP Logistics. The backend is built using the Django web framewor…

    JavaScript 1

  2. OCR_Tesseract OCR_Tesseract Public

    A standalone GUI OCR (Optical Character Recognition) program in Python that utilizes Google’s Tesseract OCR platform to extract english text from images.

    Python

  3. Parallel_Image_Enhancement Parallel_Image_Enhancement Public

    Parallelized image enhancement code written in C++ and OpenMP. Uses ImageMagick to convert jpg/png images to ppm format and then applies image enhancement techniques like Gaussian Filtering and His…

    C++ 2

  4. Decision-Tree-Classifier Decision-Tree-Classifier Public

    A self-implementation of the Decision Tree Classification algorithm in pure C++17. The training and test set for this program was the Titanic survivors dataset, widely available on the internet.

    C++

  5. Web_Scraper_for_House_In_Fata_Morgana_OST Web_Scraper_for_House_In_Fata_Morgana_OST Public

    A barebones web scraper written in Python. Also works for any music albumn present on the Khinsider website.

    Python

  6. Multithreading_project_OS Multithreading_project_OS Public

    This project contains parallelized implementations of multiple sorting algorithms using threads as well as processes. Plus the comparision and analysis of running times for all algorithms.

    Jupyter Notebook