Coder Social home page Coder Social logo

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)

Ryan Lau's Projects

blank-chess icon blank-chess

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

bloombert icon bloombert

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

cams-oop icon cams-oop

SC2002 Camp Application and Management System

rentsg icon rentsg

Mobile-first Web App Streamlining Rentals in Singapore

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.