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

Block or report KVignesh122

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 Loading

  1. AssetNewsSentimentAnalyzer AssetNewsSentimentAnalyzer Public

    A sentiment analyzer package for financial assets and securities utilizing GPT models.

    Python 8

  2. 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

  3. 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

  4. challenges challenges Public

    Forked from pybites/challenges

    PyBites Code Challenges

    Python

  5. materials materials Public

    Forked from realpython/materials

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

    Jupyter Notebook

  6. ip ip Public

    Forked from nus-cs2113-AY2122S1/ip

    Java