ShortGPT Versions Save

🚀🎬 ShortGPT - Experimental AI framework for youtube shorts / tiktok channel automation

v0.1.3

9 months ago

CHANGES

Version 0.1.3

  • Requiring a youtube url as the subscribe animation url in the EditingStep.ADD_SUBSCRIBE_ANIMATION step.
  • Adding a default subscribe animation youtube link by default shipped in the AssetDatabase
  • Making path imports relative for gpt prompts and editing blocks and flows.

Version 0.1.2

  • Improving logs in content engines

Version 0.1.1

  • Adding AssetType in AssetDatabase
  • Adding ApiProvider in api_db
  • Fixing pip libary missing editing_framework module, prompt_template module

Version 0.1.0

  • Fixing the AssetDatabase when it's empty

Version 0.0.2

  • Implemented the content_translation_engine; a multilingual video dubbing content engine. The source can be found at shortGPT/engine/content_translation_engine.py.
  • Implemented the new EdgeTTS voice module; it can be found at shortgpt/audio/edge_voice_module.
  • Added documentation which can be found under docs/.

v0.0.2

9 months ago

What's Changed

CHANGES

Version 0.0.2

  • Implemented the content_translation_engine; a multilingual video dubbing content engine. The source can be found at shortGPT/engine/content_translation_engine.py.
  • Implemented the new EdgeTTS voice module; it can be found at shortgpt/audio/edge_voice_module.
  • Added documentation which can be found under docs/.

===

New Contributors

Full Changelog: https://github.com/RayVentura/ShortGPT/compare/v0.0.15-alpha...v0.0.2

v0.0.15-alpha

9 months ago
  • Addition of contentTranslationEngine: This new feature accepts a link or a video file path, along with a target language, and outputs a dubbed version of the content. This advancement significantly enhances our content accessibility and international reach.

  • Implementation of contentTranslationUI in Gradio UI: This update aims to improve the user experience by making the process of content translation more seamless and intuitive.

  • Improvement of translation prompts: We have refined our translation prompts to be more efficient and effective, further improving the overall functionality of our platform.

What's Changed

New Contributors

Full Changelog: https://github.com/RayVentura/ShortGPT/compare/v0.0.1-alpha...v0.0.15-alpha

v0.0.1-alpha

10 months ago