Skip to content
View vinothpandian's full-sized avatar
🐢
I may be slow to respond.
🐢
I may be slow to respond.

Highlights

  • Pro

Organizations

@linksmart

Block or report vinothpandian

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


Pinned Loading

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

    Freehand vector drawing component for React using SVG as canvas 🖌️

    TypeScript 548 94

  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 9 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 8 1

  4. synz synz Public

    Enhanced Synthetic Dataset for Training UI Element Detector From Lo-Fi Sketches

    Jupyter Notebook 4 1

  5. RUITE RUITE Public

    RUITE, a UI layout refiner that allows designers to automatically align and group the given UI layout.

    Python 3 2

  6. 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 *