Skip to content
View vinothpandian's full-sized avatar

Highlights

  • Pro

Organizations

@linksmart
Block or Report

Block or report vinothpandian

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

Hey, I'm Vinoth

I'm an Engineer Manager from Toronto, Canada


Connect with me:

vinothpandian 9699701 vinothpandian


  • 🀝 I’m looking to collaborate on any open source projects or HCI research!

  • πŸ‘¨β€πŸ’» All of my projects are available at vinoth.info

  • πŸ“„ All of my research works are available at ResearchGate

  • πŸ“ I occasionally write articles on blog.vinoth.info

  • πŸ’¬ Ask me about AI, react, typescript or python

  • πŸ“« Reach out to me via LinkedIn



vinothpandian


Pinned

  1. react-sketch-canvas react-sketch-canvas Public

    Freehand vector drawing component for React using SVG as canvas πŸ–ŒοΈ

    TypeScript 374 68

  2. akin-generator akin-generator Public

    UI wireframe generator that uses a SAGAN model to generate a UI wireframe for a given UI design pattern

    Python 7 2

  3. MetaMorph MetaMorph Public

    MetaMorph is a UI element detector that detects constituent UI elements of freehand lo-fi sketches using DNN based object detection models.

    Python 7 1

  4. nasa-tlx-desktop nasa-tlx-desktop Public

    JavaScript 3 4

  5. Classic Pong game in Python - using ... Classic Pong game in Python - using pygame
    1
    #PONG pygame
    2
    
                  
    3
    import random
    4
    import pygame, sys
    5
    from pygame.locals import *