Si Wei's Portfolio

My Projects

image

Route Planner

Blazingly fast and minimalistic route planning web app, inspired by Strava. Create, manage and share your routes with friends through an interactive map interface. Written in Solidjs and Rust.

image

FileGPT

Upload your PDF/MP3 files and chat with its contents. Data is converted into embeddings and stored in Pinecone, queries are made with the help of OpenAI and Langchain. Reactive UI made with Solidjs.

image

SQL Visualiser

Converts your SQL DDL statements into models and diagrams. Easily visualise and organise entity attributes and relationships. Includes a built-in code editor and an interactable diagram view with the use of React Flow.

image

Multiplayer Wordle

Compete in Wordle with your friends. Both players receive the same word, and can see the progress of the other player. Realtime communication made possible using websockets.