Skip to content
View Koops0's full-sized avatar
🎯
🎯

Highlights

  • Pro

Organizations

@otri3d

Block or report Koops0

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

πŸ”₯ Welcome to my GitHub!πŸ”₯

#include <iostream>
#include <string>
#include <vector>
#include <map>

class Profile {
public:
    string name = "Kershan Arulneswaran";
    string username = "Koops0";
    string location = "Toronto, Ontario";
    string pronouns = "he/him";

    vector<string> interests = {"Programming", "Computer Vision", "Machine Learning", "Open Source", "Robotics", "NLP"};
    vector<string> programming_languages = {"Python", "C++", "C", "JavaScript", "Go", "TypeScript" "Java", "HTML", "CSS",
                                            "Rust", "SQL"};
    vector<string> libraries = {"OpenCV", "TensorFlow", "Keras", "React", "NumPy", "SciPy", "Pandas", "Seaborn",
                                "Matplotlib", "scikit-learn", "WPILib"};
    vector<string> apis = {"OpenGL", "REST"};
    vector<string> tools = {"Linux", "Git", "Netlify", "Vercel", "VSCode", "Amazon Web Services", "Google Cloud Platform",
                           "Node.js", "MongoDB", "JIRA", "Roboflow", "Figma"};
    vector<string> frameworks = {"Next.js", "Express", "Django", "Flask", "Apache Spark", "WordPress"};
    vector<string> hardware = {"STM32", "Raspberry Pi", "Arduino"};
    vector<string> currently_learning = {"XGBoost", "spaCy", "PyTorch", "PySpark"};
    vector<string> other_verbal_languages = {"Tamil", "French"};

    string university = "Ontario Tech University";
    string degree = "B.S. in Computer Science, Minor in Mathematics";
    string graduation = "April 2026";
    vector<string> courses = {"Data Structures", "Scientific Data Analysis", "Software Systems Dev. and Integ.",
                              "Software Design and Analysis", "Computer Graphics and Visualization",
                              "Algorithm Design and Analysis", "Databases", "Computational Photography",
                              "Machine Learning 1"};

    vector<string> potential_roles = {"Software Engineer", "Machine Learning Engineer", "Computer Vision Engineer", 
                                      "Teaching/Research Assistant", "Augmented Reality Developer", "Data Scientist"};

    map<string, string> contact_info = {{"email", "kershan.arulneswaran@gmail.com"},
                                        {"uni_email", "kershan.arulneswaran@ontariotechu.net"},
                                        {"linkedin", "https://www.linkedin.com/in/kersharul/"}, {"discord", "koops_0"},
                                        {"instagram", "koops_0"}};

    vector<string> experience = {"Teaching Assistant", "Web Development Executive @ Hack Station",
                                  "Programming Team Lead @ Ontario Tech Robotics"};
    string projects = "TekkenAI, TrashTalk, Aero Copilot, GPSXE, ChessHub, TalkHub, EDANBA, Ri3D 2024";
};

🐍⚑ My Contributions and Stats so far ⚑🐍

Snake animation

Top Langs

Pinned Loading

  1. TekkenAIPublic TekkenAIPublic Public

    I'm trying to make a bot that can play Tekken via neural networks and computer vision. I WILL NOT share my bot code, but I'll make a video about it. I'm just using this to keep track of what I've d…

    Python

  2. Aero-Copilot Aero-Copilot Public

    2023 NASA Space Apps Global Finalist Honorable Mention - πŸ₯‡ 1st Place in Toronto

    TypeScript 1

  3. AyanASaiyed/GainPlus AyanASaiyed/GainPlus Public

    JavaScript

  4. otri3d/Reefscape2025 otri3d/Reefscape2025 Public

    Ri3D Code for the FRC 2025 Challenge - Reefscape

    Java 2

  5. TrashTalk TrashTalk Public

    Hack The 6ix 2024

    Python

  6. GPSXE GPSXE Public

    A PlayStation Emulator Built in Go [WIP]

    Go