By Jesse de Gans & Wout den Buurman
Fiction fusion combines the power of GPT-3 with the convenience of NestJS to bring the user a unique writing experience. With Fiction Fusion, you can collaborate with an artificial intelligence to co-write stories and explore new creative possibilities. Give it a try and see where your imagination takes you!
This project was created as part of a research at Leiden University. To learn more about the research behind this project, please see our Exploration document. This document describes the motivations for developing a co-creative system for story-telling and provides possible complications.
To understand how the creativity of the system was evaluated, please see our evaluation document. This document describes the human evaluation that was conducted to assess the capabilities and limitations of the system, as well as the results of the evaluation.
We are proud to present the best stories generated by our test group in collaboration with the AI in our Storybook. These stories showcase the creativity and innovation that can be achieved through co-creative systems like Fiction Fusion. We hope you enjoy reading these stories and appreciate the unique perspectives and ideas that they bring to the world of story-telling.
$ npm install
Rename .env.example
to .env
and place your own API key from OpenAI and Hugging Face.
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
Will become available after the grading period.