A web application to help people learn new words in a new language. We will use Claude to generate storylines and then put those storylines into Stable Diffusion to generate comic strips. We use Chain of thoughts to divide the task (The quality of the story relies on Claude LLM ās creativity): Thought 1: I give you a word, you generate a vivid story, and the main idea of the story is to explain the word so that the person who has seen it can make a connection with the word in his or her head and remember the word by understanding it. Thought 2: please break this story into smaller pieces, each piece should not exceed 60 words Thought 3: generate a detailed stable diffusion prompt for every part of story Then, we send these prompts to stable diffusion backend service to generate images.