Skip to content
View kputhanangadi's full-sized avatar
πŸ’­
lil coder
πŸ’­
lil coder

Highlights

  • Pro

Block or report kputhanangadi

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

Nice to meet you, I'm Kevin!

Electrical and Computer Eningeering @ UBC

class GitHubBio:
    def __init__(kevin):
      kevin.experience = [
        {
          fall   2024: 'swe intern @ intel',
          summer 2024: 'swe intern @ boeing',
          winter 2024: 'swe intern @ boeing',
          fall   2023: 'mle stuff  @ ubc',
          summer 2023: 'swe intern @ epson',
          summer 2022: 'swe intern @ robokids'
        }
      ]
      kevin.education = [
        {
          university: 'the university of british columbia',
          major:      'electrical engineering + comp sci',
          graduation: 'may 2026'
        }
      ]
      kevin.interests = [
        {
          tech stuff: 'ml/ai, distributed systems, back-end, cloud',
          fun stuff:  'table tennis, snowboarding, league of legends'
        }
      ]

    if __name__ == '__main__':
        GitHubBio_instance = GitHubBio()
        GitHubBio_instance.display_bio()

Where to Find Me

Youtube Github LinkedIn Email Website Spotify

Pinned Loading

  1. cosona cosona Public

    Forked from canxkoz/cosona

    Co:Sona is a chatbot that impersonates any film character, figure, or model, providing a unique, engaging, and personalized chat experience for users.

    TypeScript 2

  2. dev_breakdown dev_breakdown
    1
    Python     1 hr 26 mins   β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘  50.5%
    2
    CSV        41 mins        β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘  24.2%
    3
    Astro      20 mins        β–ˆβ–ˆβ–Œβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘  12.0%
    4
    Git Config 14 mins        β–ˆβ–Šβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   8.8%
    5
    HTML       3 mins         ▍░░░░░░░░░░░░░░░░░░░░   2.3%
  3. NeuralDrive NeuralDrive Public

    This project focuses on creating a self-driving car using the PiCar platform through the application of a machine-learning neural network model to sustain autonomous driving capabilities on a mappe…

    Jupyter Notebook 2

  4. KCAL KCAL Public

    A Java-based calorie counter application that allows users to keep track of the calories they consume on a daily basis. The application comes with a number of features that make it easy for users t…

    Java 1 1