Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.62 KB

README.md

File metadata and controls

54 lines (34 loc) · 1.62 KB

License: MIT openai-tts-1 openai-gpt-4-turbo

Story prep: Generate short ad-hoc English lessons for your next read

Intro

What if you could learn another language by reading your favorite authors? And I don't talk about just reading them with a dictionary at hand. I mean lessons that teach just the necessary for you to enjoy that particular story 🗝🚪.

Just go to storyprep.vercel.app

Or install the Clarifai module (just make sure you set the CLARIFAI_PAT env var).

Features

  • Generate custom vocabulary sheet based on any story you provide.
  • Generate a companion audio lesson.
  • Download lesson as PDF.
  • Download lesson as audio.

Setup

Make sure to install the dependencies:

npm install # or  yarn install

Development Server

Start the development server on http://localhost:3000:

npm run dev # or yarn dev

Production

Build the application for production:

npm run build # or yarn build

Locally preview production build:

npm run preview #or yarn preview

License

This project is licensed under the MIT License. See the LICENSE file for details.