class Undergraduate:
def __init__(self):
self.name = "Ryan Lau"
self.university = "Nanyang Technological University"
self.hobbies = ["playing guitar", "basketball"]
def my_usual_day(self):
activities = ("wake up", "study", "code", "jam sessions", "sleep")
happiness = 0
for things in activities:
happiness += 20
me = Undergraduate()
me.my_usual_day()
print("Nice to meet you! :-)")
Skills | Technologies |
---|---|
Languages |
|
Frontend |
|
Backend |
|
AI / ML |
|
Cloud |
- BloomBERT - A Transformer-based NLP model for Task Complexity classification using Blooms Taxonomy
- Summarise - An LLM-powered personalised news feed and discovery platform
- BLANK Chess Engine - A Java chess engine playing at 2000 Elo on Lichess
- SET Telegram Bot - A bot that plays the online multiplayer card game SET through Selenium
- RentSG - A mobile-first web application streamlining home rentals (1st Runner Up, HTX x Microsoft, HacX! 2023)
- Voyage - An AI-enhanced career development platform (1st Runner Up, PSA Singapore, Code Sprint 2023)
- Lifeline - A Flutter mobile app with real-time first responder crowdsourcing and education (Google Solutions Challenge 2023)