Skip to content
View RyanLauQF's full-sized avatar
πŸ’­
fixing bugs….
πŸ’­
fixing bugs….

Highlights

  • Pro

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

πŸ› οΈ Tinkering

  • 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

πŸ† Hacks

  • 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)

Pinned Loading

  1. BloomBERT BloomBERT Public

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

    Jupyter Notebook 19 5

  2. RentSG RentSG Public

    Mobile-first Web App Streamlining Rentals in Singapore

    JavaScript 2 3

  3. BLANK-Chess BLANK-Chess Public

    A Java Chess Engine using Object-Oriented Design.

    Java 11

  4. Lifeline Lifeline Public

    Forked from tanshaochong/Lifeline

    Google Solution Challenge 2023

    Dart

  5. voyage voyage Public

    Forked from tanshaochong/voyage

    Leveraging LLMs to empower employees in their dream-chasing voyage.

    TypeScript

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

    Set With Friends Python Telegram Bot

    Python 2