ucfai/tasks

[Automatic Rendering] Script augmentations

Closed this issue ยท 0 comments

๐Ÿ”‘ Required Tasks

  • Design banner that mimics this layout.

    • imgkit renders HTML to an image.
    • All the necessary information is available through autobot, already.
    • Just need to create the appropriate HTML and input appropriate Jinja2 templating. (imgkit uses really old HTML standards, so use as much old layout styling as possible.)
  • Integrate imgkit into the rendering pipeline.

    • Can just dump the imgkit output to a .png/.jpg and load it in that way if need be.
  • Add functionality to fallback to human-in-the-loop rendering (meaning, allow a human to manually trigger the bot with a command like... autobot core compile-video sp20 rnns.)

    • Document the arguments needed to pass in, past autobot core compile-video โ€“ as these may be more easily extracted depending on other progress made in the Semester Pipeline.