Merge pull request #189 from Aizhouym/main

Add program running result graphs and modify contribution.md
This commit is contained in:
Chen Qian 2023-10-16 14:08:12 +08:00 committed by GitHub
commit 7f50c802c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 33 additions and 0 deletions

View File

@ -241,6 +241,39 @@
<td>Perfect</td>
<td>GPT3.5</td>
</tr>
<tr>
<td rowspan="5"><a href="https://github.com/Aizhouym" target="_blank" rel="noopener noreferrer">https://github.com/Aizhouym</a></td>
<td><a href="WareHouse/Maze_THUNLP_20231006154305" target="_blank" rel="noopener noreferrer">MazeGame</a></td>
<td><img src="misc/MazeGame.png" width="200px"></td>
<td>Runnable</td>
<td>GPT3.5</td>
</tr>
<tr>
<td><a href="WareHouse/GreedySnakeGame_THUNLP_20231008212648" target="_blank" rel="noopener noreferrer">GreedySnakeGame</a></td>
<td><img src="misc/ GreedySnakeGame.png" width="200px"></td>
<td>Perfect</td>
<td>GPT3.5</td>
</tr>
<tr>
<td><a href="WareHouse/BackgroundRemoval_THUNLP_20231015220703" target="_blank" rel="noopener noreferrer">BackgroundRemoval</a></td>
<td><img src="misc/ BackgroundRemoval.png" width="200px"></td>
<td>Biased</td>
<td>GPT3.5</td>
</tr>
<tr>
<td><a href="WareHouse/QRCodeGenerator_THUNLP_20231015214731" target="_blank" rel="noopener noreferrer">QRCodeGenerator</a></td>
<td><img src="misc/QRCodeGenerator.png" width="200px"></td>
<td>Perfect</td>
<td>GPT3.5</td>
</tr>
<tr>
<td><a href="WareHouse/WordCloud_THUNLP_20231015215721" target="_blank" rel="noopener noreferrer">WordCloud</a></td>
<td><img src="misc/ WordCloud.png" width="200px"></td>
<td>Perfect</td>
<td>GPT3.5</td>
</tr>
<tr>
</tbody>
</table>

BIN
misc/ BackgroundRemoval.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 731 KiB

BIN
misc/ GreedySnakeGame.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

BIN
misc/ WordCloud.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 773 KiB

BIN
misc/MazeGame.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB

BIN
misc/QRCodeGenerator.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 343 KiB