Skip to content

krisztianlukacs/TrLearn

Repository files navigation

This project is part of the 'TrypoLearn: Video Stream 2 ebooks' project.

It's made for AI Hackathon.

Builded from skratch.

Input

  • input_book.json: A Book name and some keywords.
  • toc_prompt.json: A system promt and the user promts (H1, H2, H3, H4)

Functionality

  1. Generate H2 Champters from the Title of the Book and from the Keywords
  2. Generate H3 from H2 (recursive)
  3. Generate H4 from H3 (recursive)