xyz961014 / XDD_writer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XDD_writer

Introduction

Let ChatGPT write children's literature novels (in chinese)!

The background of the novel is set according to《了不起的许多多》.

Preparation

Prepare your own API key and set it in the environment variables.

Other requirements:

  • openai
  • django
  • jieba
  • pypinyin

Run

Run the following code to start the web server, enjoy novel writing in your browser

cd XDDWriter
python manage.py runserver 0.0.0.0:8000

Try demo here.

About


Languages

Language:Python 65.2%Language:HTML 34.8%