1 of 11

TIKTOK CONTENT CREATION IS NOW A SOLVED PROBLEM

Yours Sincerely, #SN: burdened bears

2 of 11

BrainRot Plus

3 of 11

The Problem

4 of 11

Attention Spans are Getting Shorter

A worrying amount of short-form content is

  • Derivative
  • Addictive
  • Not Educational !!

5 of 11

Teaching Methodologies and Education Need to Level Up

  • How do you leverage GPTs?
  • What are the kids looking for now?
  • The kids love their TikToks

6 of 11

Our Solution

7 of 11

AI Magic

Short-form TikToks 😎

8 of 11

Architecture

9 of 11

How it works

  1. Submit a piece of text
  2. LLM summarises, extracts keypoints and uses it to generate narration script and keywords for relevant images
  3. TTS models converts narration script into speech
  4. Image search services takes generated key words and find relevant images
  5. Compose narration into scenes and stitch it together with the speech and images

10 of 11

Demo…

11 of 11

Challenges faced

  1. Scroll UI like tiktok’s is not easy to achieve
  2. Python dependencies and environment issues are a pain to resolve
  3. Programmatically generating a video with transitions is non trivial
  4. Getting relevant images related to the text
  5. Prompting the LLM to output in the format and richness we desire
  6. Optimising pipeline to run in reasonable amount of time