Skip to content

Visual Story-Writing: 利用视觉化手段重塑故事创作的AI工具

Published:

原文链接


Visual Story-Writing: Writing by Manipulating Visual Representations

demo.gif

Online Demo / How to build / Publication

This system automatically visualizes a story (chronological events, character and their actions and movements) and allows users to edit the story by manipulating these visual representations. For example:

The system relies on a GPT-4o to extract the information from the text and suggest edits.

How to build and run

The code is written in TypeScript and uses React and Vite. To build and run the code, you will need to have Node.js installed on your machine. You can download it here. First install the dependencies:

npm install

Then build the code:

npm run dev

How to use?

After entering your OpenAI API key, you can test Visual Story-Writing using the shortcuts or you can run the studies. Note that the system was tested and developped for recent versions of Google Chrome or Mozilla Firefox.

How to get an OpenAI API key?

Because Visual Story-Writing relies on the OpenAI API, you will need a key to make it work. You will need an account properly configured, see here for more info. Your key is never stored and the application runs locally and sends requests to the OpenAI API only.

Can I try without an API key?

The systen depends on the OpenAI API to work. If you enter an incorrect key, you will still be able to go through the study but executing prompts will yield an error.

Where are the video tutorials?

From the launcher, you can start the studies to see the exact ordering and video tutorials participants went through. Alternatively, you can go in the public/videos to review all the video tutorials.

Publication

Coming soon!

You can also find the paper on arXiv


Previous Post
完整指南:掌握优秀系统设计的原则与实践
Next Post
Trzsz-ssh (tssh) 中文文档:高效文件传输工具