Skip to content
View IAmSuyogJadhav's full-sized avatar
☝️
One thing at a time.
☝️
One thing at a time.

Organizations

@Cyber-Labs @MLEndeavours
Block or Report

Block or report IAmSuyogJadhav

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

Hi there πŸ‘‹

I am Suyog Jadhav, a master's student at UiT Norway.

  • πŸ”­ I’m currently researching on theoretical aspects of computer vision.
  • πŸŽ“ I’m currently pursuing a master's in computer science.
  • πŸ“– I'm looking forward to learning the mathematics behind machine learning.
  • πŸ’» Apart from deep learning, I also take interest in speedcubing, graphic design, photography, 3D pen art and other creative endeavors.
  • πŸ“« Reach out to me @IAmSuyogJadhav on all major social platforms.
  • βœ’οΈ I occasionally write blogs on suyogjadhav.com
  • ⚑ Fun fact: I once wrote a piece of code that worked without any errors right away.

Visitor Count!

Hits

Pinned

  1. 3d-mri-brain-tumor-segmentation-using-autoencoder-regularization 3d-mri-brain-tumor-segmentation-using-autoencoder-regularization Public

    Keras implementation of the paper "3D MRI brain tumor segmentation using autoencoder regularization" by Myronenko A. (https://arxiv.org/abs/1810.11654).

    Jupyter Notebook 357 114

  2. Brainy Brainy Public

    Brainy is a virtual MRI analyzer. Just upload the MRI scan file and get 3 different classes of tumors detected and segmented. In Beta.

    Python 33 13

  3. FaceSearch FaceSearch Public

    FaceSearch: Searches for faces in a given image using the Google Reverse Image Search engine.

    Python 57 14

  4. Lightning-Fast-Object-Detector Lightning-Fast-Object-Detector Public

    Detect and track any object @ over 100s of FPS on CPU!

    Python 6 1

  5. NN-Illumination-Estimation-FPM NN-Illumination-Estimation-FPM Public

    Accompanying code for the paper "Object Detection Neural Network Improves Fourier Ptychographic Reconstruction"

    Python 9 3

  6. Add transparency to rectangles, circ... Add transparency to rectangles, circles, polgons, text or any shape drawn in OpenCV.
    1
    import cv2
    2
    
                  
    3
    image = cv2.imread('test.jpg')
    4
    overlay = image.copy()
    5