Skip to content
View KVignesh122's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report KVignesh122

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

Hello fellow code wanderers!

Typing SVG

Welcome to my GitHub Profile; I'm known to have a flair for merging analytical rigor with creative solutions. Currently specialising in Computer Engineering and Business Analytics at the National University of Singapore, I come from a rich background spanning from EdTech to FinTech. This plethora of experiences have always enabled me to transform even complex challenges into elegant, scalable solutions.

🔗 Connect with me to share insights, contemplate new technologies, or simply to say hello.

GitHub Visitors Email LinkedIn Instagram

Vig's GitHub stats

See Intro Code

public class AboutMe {
    private String fullname;
    private String role;
    private String location;
    private String[] languagesSpoken;

    public AboutMe() {
        this.fullname = "Vignesh Kumaravel";
        this.role = "AI Software Developer, Uptale";
        this.location = "Paris, France"
        this.languagesSpoken = new String[]{"English", "Tamil", "Malay", "Spanish"};
    }

    public void greet() {
        System.out.println("Hi, thanks for checking out my profile.");
    }

    public static void main(String[] args) {
        AboutMe me = new AboutMe();
        me.greet();
    }
}

Tools I Work With

Python C++ R C# PostgreSQL Tableau Microsoft Excel PyTorch Arduino Keras Tensorflow Vim HTML-CSS Bash Java RISC Assembly Heroku git npm MySQL MATLAB Swift Google Colab Wireshark Kali Linux RStudio Pandas OpenCV Scikit-Learn Flask Maven ROS Adobe Illustrator Django

My Favourite Projects

Readme Card Readme Card Readme Card

💼 Whether you’re here to explore collaborations, or just to check out my work, I am always eager to engage with like-minded professionals to discuss potential synergies. Let’s leverage our collective expertise to drive innovation that matters. 😜

Popular repositories

  1. image-to-3D image-to-3D Public

    Use an easy UI to make TripoSR model take in a 2D image file and convert it into a 3D object of file type .glb.

    Python 1

  2. image-enhancement image-enhancement Public

    Use AI to enhance and upscale your low-quality images: A Google Colab notebook to inference Real-ESRGAN model

    Jupyter Notebook 1

  3. challenges challenges Public

    Forked from pybites/challenges

    PyBites Code Challenges

    Python

  4. materials materials Public

    Forked from realpython/materials

    Bonus materials, exercises, and example projects for our Python tutorials

    Jupyter Notebook

  5. ip ip Public

    Forked from nus-cs2113-AY2122S1/ip

    Java

  6. lender lender Public

    Forked from nus-cs2113-AY2122S1/lender

    Java