|
1 | 1 | [ |
| 2 | + { |
| 3 | + "title": "GPT Math", |
| 4 | + "link": "https://github.com/vivCoding/gpt-math", |
| 5 | + "image": "/assets/images/projects/math.png", |
| 6 | + "description": "Basic experiment of improving math problem solving for ChatGPT" |
| 7 | + }, |
| 8 | + { |
| 9 | + "title": "DSRLM GPT", |
| 10 | + "link": "https://github.com/vivCoding/dsr-lm-gpt", |
| 11 | + "image": "/assets/images/projects/code_icon.png", |
| 12 | + "description": "Basic experiment of improving logical reasoning (specifically relation extractions) for ChatGPT" |
| 13 | + }, |
2 | 14 | { |
3 | 15 | "title": "MeetCode", |
4 | 16 | "link": "https://devpost.com/software/meetcode", |
|
9 | 21 | "title": "VChess", |
10 | 22 | "link": "https://vivcoding.github.io/vchess/", |
11 | 23 | "image": "/assets/images/projects/chess_piece_knight.png", |
12 | | - "description": "A basic C++ chess engine for playing chess games and generating optimal moves. Designed to be paired with a GUI and be a backend for chess programs. Deployable to the web with WebAssembly" |
| 24 | + "description": "Basic C++ chess engine for playing chess games and generating optimal moves. Designed to be paired with a GUI and be a backend for chess programs. Deployable to the web with WebAssembly" |
13 | 25 | }, |
14 | 26 | { |
15 | 27 | "title": "Sorting Visualizer", |
|
21 | 33 | "title": "yt-dlp GUI", |
22 | 34 | "link": "https://github.com/vivCoding/yt-dlp-gui", |
23 | 35 | "image": "/assets/images/projects/youtube_logo.png", |
24 | | - "description": "A simple GUI for the popular Youtube downloader library" |
| 36 | + "description": "Simple GUI for the popular Youtube downloader library" |
25 | 37 | }, |
26 | 38 | { |
27 | 39 | "title": "Vusic", |
28 | 40 | "link": "https://github.com/vivCoding/vusic", |
29 | 41 | "image": "/assets/images/projects/logo500x500.png", |
30 | | - "description": "A fast and easy to use music player and queuer, inspired by Discord GroovyBot. Submited to the BoilerMake VIII Hackathon" |
| 42 | + "description": "Fast and easy to use music player and queuer, inspired by Discord GroovyBot. Submitted to the BoilerMake VIII Hackathon" |
31 | 43 | }, |
32 | 44 | { |
33 | 45 | "title": "BF Interpreter", |
34 | 46 | "link": "https://github.com/vivCoding/bf-interpreter", |
35 | 47 | "image": "/assets/images/projects/bfLogo.png", |
36 | | - "description": "A Brainfuck interpreter writen in C. Has basic error checking." |
| 48 | + "description": "Simple Brainf**k interpreter writen in C. Has basic error checking." |
37 | 49 | }, |
38 | 50 | { |
39 | 51 | "title": "Blanner", |
|
0 commit comments