Skip to content
View HappyPotatoHead's full-sized avatar
🥔
Busy potato-ing
🥔
Busy potato-ing

Block or report HappyPotatoHead

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
HappyPotatoHead/README.md

👋 Welcome, I am Jimmy

A bit about me

class createCharacter{
  private:
    std::string name{ "HappyPotatoHead🥔" };
    std::string hobbies{ "Reading" };
  public:
    void about_me(){
        std::cout << "Computer Science Grad"
                  << "Passionate about deep learning, machine learning, data science, data analysis, and developing impactful projects."
                  << "No, not everything is about LLMs";
    }
    void philosophy(){
      std::cout << "Knowledge is not a reservoir to be hoarded but a river to be shared"
    }
}

Basically a portfolio!

Statistics

Pinned Loading

  1. signature-verification-sct-plus signature-verification-sct-plus Public

    Built with EfficientNetV2 and SCT+

    Python 1

  2. mediadl mediadl Public

    yt-dlp wrapper for video and audio archiving

    Rust

  3. projectgarden projectgarden Public

    Basically a portfolio

    TypeScript 1

  4. Bongo-Animals Bongo-Animals Public

    Animals with nothing on their minds

    JavaScript 1

  5. Academic Academic Public

    This is a compilation of notes, assignments, and past year papers from my ongoing Bachelor of Computer Science (Honours) at UTAR.

    Jupyter Notebook

  6. kickstart.nvim kickstart.nvim Public

    Forked from nvim-lua/kickstart.nvim

    A launch point for your personal nvim configuration

    Lua