Skip to content

Commit

Permalink
Merge pull request #16 from sanyuankexie/visualDust-patch-1
Browse files Browse the repository at this point in the history
Update ProjectList.tsx
  • Loading branch information
wilinz authored Sep 7, 2024
2 parents b6a7fa1 + c3496ac commit 535ea68
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/pages/Welcome/ProjectList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,19 @@ const data: Array<IProject> = [
url: "https://github.com/sanyuankexie/Flexml",
languageColor: "#F18E33",
},
{
name: "neetbox",
description:
"A naive dashboard for local/remote/distributed deep learning project monitoring.",
language: "Python",
avatar: "https://avatars.githubusercontent.com/u/33346934?v=4",
url: "https://github.com/visualDust/neetbox",
languageColor: "#3572A5",
},
{
name: "ml.akasaki.space",
description:
"请跳转到仓库网页查看: https://ml.akasaki.space 。带有代码的深度学习方法从入门到放弃。talk is cheap, show me the code。如果有用请施舍一个star。",
"帮助入门基于深度学习的计算机视觉,访问 https://ml.akasaki.space 查看。",
language: "Python",
avatar: "https://avatars.githubusercontent.com/u/33346934?v=4",
url: "https://ml.akasaki.space",
Expand Down

0 comments on commit 535ea68

Please sign in to comment.