Shreyanand / story_generator

Data-driven short story generation using skip-thought vectorization to represent sentences in vector space and GRUs to learn the sequence of sentences.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Driven Interactive Story Generation

How it works?

This is an interactive story generating system that uses human authoring along with the system's expertise to generate intriguing short stories. The system generates the first sentence of the story following which it makes suggestions for the next sentence. You can choose from the suggestions you see in the list or you can eneter a sentence which then becomes the part of the narration. This procedure continues till we have a short 5 sentence story.

About

Data-driven short story generation using skip-thought vectorization to represent sentences in vector space and GRUs to learn the sequence of sentences.


Languages

Language:Jupyter Notebook 62.8%Language:Python 37.2%