Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chou-dai authored May 8, 2023
1 parent e728a5d commit 579721f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 概要
- MNIST:手書き数字の識別アプリ。
- CNN で構築されたモデルにより "0" から "9" の手書き文字の推論を行う。
- モデル構築には Pytorch を使用し、フロントエンドは React、バックエンドは AWS サーバレスアーキテクチャで構成。
- モデル構築には PyTorch を使用し、フロントエンドは React、バックエンドは AWS サーバレスアーキテクチャで構成。

![preview](https://user-images.githubusercontent.com/89395132/236676449-17dabd7a-6ce1-4fe1-b250-c41e5d8e98b2.png)

Expand All @@ -15,7 +15,7 @@
| ---- | ---- |
| フロントエンド | React(Typescript), Tailwind CSS |
| バックエンド | Lambda(Python), API Gateway, ECR |
| モデル構築 | Pytorch |
| モデル構築 | PyTorch |
| その他 | AWS SAM, Docker |


Expand Down

1 comment on commit 579721f

@vercel
Copy link

@vercel vercel bot commented on 579721f May 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.