Skip to content
View vermavinay982's full-sized avatar
🌏
Exploring
🌏
Exploring

Block or report vermavinay982

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

💫 About Me:

🔭 I’m currently working on Large Image Segmentation
👯 I’m looking to collaborate on Self Driving Projects
🤝 I’m looking for help with LLMs
🌱 I’m currently learning Transformers
💬 Ask me about Space & Rockets
⚡ Fun fact I use lot of cats in my presentations :)
💻 Open to Computer Vision or AI Engineer Roles

🌐 Socials:

LinkedIn Stack Overflow YouTube X Facebook Instagram

💻 Tech Stack:

Python C++ C OpenCV Keras TensorFlow PyTorch NumPy Pandas scikit-learn Scipy Anaconda R

💻 Also Worked With:

Shell Script AWS Azure GithubPages Django FastAPI AmazonDynamoDB Postgres Redis MongoDB MySQL GitLab CI GitHub Actions GitLab Git Bitbucket Arduino Raspberry Pi Notion Jira Kubernetes

Pinned Loading

  1. vigenpy vigenpy Public

    Do "pip install vigenpy" - Video Generation Package - vigenpy is a video generation library. It enables the developer to generate a new video by merging 2 or more videos in one video. It is a flexi…

    Python 4 1

  2. vizon-demographics-gift-advisor-aws vizon-demographics-gift-advisor-aws Public

    Rekognition based, shopping site - recommends gift based on uploaded image of your Gifted One.

    HTML 2 1

  3. feature-map-visualizer-grad-ascent feature-map-visualizer-grad-ascent Public

    What a neural network captures? The filter and feature-maps can be visualized with any image to test with.

    Jupyter Notebook 1

  4. autoencoder-image-denoising autoencoder-image-denoising Public

    Random Noise removal from image, It can be used to enhance CCTV or photographs having Distortion, ISO Noise.

    Jupyter Notebook 1

  5. dynamic_plotting.py dynamic_plotting.py
    1
    import matplotlib.pyplot as plt
    2
    from collections import deque
    3
    import random
    4
    
                  
    5
    # MAX NO. OF POINTS TO STORE
  6. ROI_Zoom_Tool ROI_Zoom_Tool Public

    For research papers, we need to present zoomed segment of image, this tool can create it easily and its written in opencv - so can be changed as per usage. Its an initial version of tool, So, PRs a…

    Python