Skip to content
View RyanLauQF's full-sized avatar
๐Ÿ’ญ
fixing bugsโ€ฆ.
๐Ÿ’ญ
fixing bugsโ€ฆ.

Highlights

  • Pro
Block or Report

Block or report RyanLauQF

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

Looks like you've stumbled across my Github! ๐Ÿ‘€

๐Ÿ‘‹ Hi! I'm Ryan Lau

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! :-)")

๐Ÿ‘จโ€๐Ÿ’ป I create with...

Skills Technologies
Languages
Frontend
Backend
AI / ML
Cloud

๐Ÿ› ๏ธ My Projects

  • BloomBERT - A Transformer-based NLP model for Task Complexity classification using Blooms Taxonomy!
  • Lifeline - Flutter full-stack mobile application with real-time first aid responder crowdsourcing and educational content!
  • BLANK Chess Engine - An Object Oriented Java chess engine playing at 2000 Elo on Lichess!
  • SET Telegram Bot - A bot that plays the online multiplayer card game SET through Selenium!

๐Ÿ† Competitions

  • RentSG - Mobile-first web application streamlining home rentals! (1st Runner Up, HTX x Microsoft, HacX! 2023)
  • Voyage - AI-enhanced career development platform! (1st Runner Up, PSA Singapore, Code Sprint 2023)

Pinned Loading

  1. BloomBERT BloomBERT Public

    Task Complexity Classifier using Transformer-based NLP model based on Bloom's Taxonomy

    Jupyter Notebook 14 4

  2. RentSG RentSG Public

    Mobile-first Web App Streamlining Rentals in Singapore

    JavaScript 2 3

  3. tanshaochong/Lifeline tanshaochong/Lifeline Public

    Google Solution Challenge 2023

    Dart 11

  4. BLANK-Chess BLANK-Chess Public

    A Self-built Java Chess Engine using Object-Oriented Design.

    Java 11

  5. tanshaochong/voyage tanshaochong/voyage Public

    TypeScript 5

  6. set-with-friends-bot set-with-friends-bot Public

    Set With Friends Python Telegram Bot

    Python 2