💬 LLM Gateway
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
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
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
Solves 9x9 Sudoku puzzles using a backtracking depth-first search over a 2D array. Compiled for both Windows and Linux.
C++, MSVC, G++
Projects and coursework from CPSC 422 - AI II. Covers topics such as Reinforcement Learning, Belief Networks, Markov Networks, and Natural Language Processing.
Python, Jupyter
Solves a constraint satisfaction problem (CSP) using DFS with pruning. Optimized by a variable selection heuristic.
Python, Jupyter