This project is part of the 'TrypoLearn: Video Stream 2 ebooks' project.
It's made for AI Hackathon.
Builded from skratch.
- input_book.json: A Book name and some keywords.
- toc_prompt.json: A system promt and the user promts (H1, H2, H3, H4)
- Generate H2 Champters from the Title of the Book and from the Keywords
- Generate H3 from H2 (recursive)
- Generate H4 from H3 (recursive)