💬 LLM Gateway

LLM Gateway Screenshot

Open-source privacy-preserving API and web app to safely and reliably interact with third-party LLMs such as ChatGPT and Cohere.

Python, FastAPI, TypeScript, React

🚕 Taxi Driver Reinforcement Learning

Taxi Driver Reinforcement Learning Screenshot

Finds the most efficient path for a taxi driver agent to pick-up and drop-off passengers using the Q-Learning (Reinforcement Learning) algorithm, achieving an average reward of 8.3 (world record is 9.7).

Python, OpenAI Gym

🧩 Sudoku Solver

Sudoku Solver Screenshot

Solves 9x9 Sudoku puzzles using a backtracking depth-first search over a 2D array. Compiled for both Windows and Linux.

C++, MSVC, G++

⛓ Advanced AI

Advanced AI Screenshot

Projects and coursework from CPSC 422 - AI II. Covers topics such as Reinforcement Learning, Belief Networks, Markov Networks, and Natural Language Processing.

Python, Jupyter

Return to Top