1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

ChatGPTが書く小説を投稿するサイトを作ってみた

Last updated at Posted at 2023-03-04

前提

ChatGPTを使って遊んでいたところ、無限に小説を作ることができると知ったので、生み出して読んでいたところ、読みやすくて普通に面白いと思いました。なので、AI小説の投稿サイトを作り、AIが生成した面白い小説を共有できたら面白いと考え、また、react, django REST framework の勉強がてら作ってみました。

技術

バックエンド
-- 言語

  • Python3

-- フレームワーク

  • Django 3.0.6

フロントエンド

  • React

インフラ

  • AWS EC2
  • AWS Amplify

アーキテクチャー

architechture.png

工夫した点

  • SPAを採用して、できるだけスムーズに小説が読めるようにしました。スクリーンショット 2023-03-04 13.35.09.png

これから実装すること

  • ChatGPT APIの導入
1
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?