class GitHubBio:
def __init__(kevin):
kevin.experience = [
{
summer 2025: 'swe intern @ apple',
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',
}
]
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()
lil coder
Highlights
- Pro
Pinned Loading
-
cosona
cosona PublicForked 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
-
dev_breakdown
dev_breakdown 1Python 1 hr 26 mins βββββββββββββββββββββ 50.5%
2CSV 41 mins βββββββββββββββββββββ 24.2%
3Astro 20 mins βββββββββββββββββββββ 12.0%
4Git Config 14 mins βββββββββββββββββββββ 8.8%
5HTML 3 mins βββββββββββββββββββββ 2.3%
-
NeuralDrive
NeuralDrive PublicThis 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
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.