|
2 | 2 | { |
3 | 3 | "title": "Theory Combination Visualizer", |
4 | 4 | "link": "https://theory-combo-viz.vercel.app/", |
5 | | - "image": "/assets/images/projects/code_icon.png", |
6 | | - "description": "A basic visualizer for polite theory combination" |
| 5 | + "image": "/assets/images/projects/sigma.png", |
| 6 | + "description": "A basic visualizer for polite theory combination. Shows the steps that many modern SMT solvers use when verifiying a logic statement from two theories" |
7 | 7 | }, |
8 | 8 | { |
9 | 9 | "title": "GPT Math", |
|
14 | 14 | { |
15 | 15 | "title": "DSRLM GPT", |
16 | 16 | "link": "https://github.com/vivCoding/dsr-lm-gpt", |
17 | | - "image": "/assets/images/projects/code_icon.png", |
| 17 | + "image": "/assets/images/projects/chatgpt.jpg", |
18 | 18 | "description": "Basic experiment of improving logical reasoning (specifically relation extractions) for ChatGPT" |
19 | 19 | }, |
| 20 | + { |
| 21 | + "title": "Uniera Website", |
| 22 | + "link": "https://theuniera.com", |
| 23 | + "image": "/assets/images/projects/uniera-consulting.png", |
| 24 | + "description": "A website project for Uniera Consulting. Give them a look!" |
| 25 | + }, |
20 | 26 | { |
21 | 27 | "title": "Program Synthesizer", |
22 | 28 | "link": "https://vivcoding.github.io/ps/", |
23 | | - "image": "/assets/images/projects/code_icon.png", |
| 29 | + "image": "/assets/images/projects/tree.jpg", |
24 | 30 | "description": "Basic program-by-example (PBE) synthesizer that can generate programs that perform basic array manipulation and arithmetic on an input array. Does bottom-up and top-down enumeration to search for programs" |
25 | 31 | }, |
26 | 32 | { |
|
0 commit comments