Skip to content

Releases: MatteoFasulo/Whisper-TikTok

Whisper-TikTok v2.0.2

10 Mar 16:28
8e45069
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.0.2

Whisper-TikTok v2.0.1

28 Jan 15:54
c51094b
Compare
Choose a tag to compare

What's Changed

  • Essentially an adaptation of the new UI to the Readme by @YotomiY in #25
  • Fix UTF-8 decoding in streamlit (solved by iPromis) by @YotomiY in #28

New Features

  • Docker image associated with the repository for running the Web-UI using streamlit (locally). The public version is still available (without the Reddit feature which is still under development)

Full Changelog: v2.0.0...v2.0.1

Whisper-TikTok v2.0.0

31 Dec 14:10
Compare
Choose a tag to compare

UI

Webui

What's Changed

  • Update TikTok Upload by @MatteoFasulo in #14
  • Add stable-ts to requirements.txt and update video.json structure by @MatteoFasulo in #16
  • Webui update: Your Backgrounds + Webui Stability Check + README.md Update by @YotomiY in #19
  • Update absolute path of background folder and file name by @MatteoFasulo in #20

New Contributors

Full Changelog: v1.0.4...v2.0.0

Whisper-TikTok v1.0.4

15 Dec 17:33
bfbac07
Compare
Choose a tag to compare

New features:

Add subtitle format and font color as CLI args

--sub_format TEXT   Subtitle format to use [u|i|b] (Default: u) | b (Bold), u (Underline), i (Italic)
--font_color TEXT   Font color to use for subtitles in HEX format (Default: #FFFFFF). Suggested: #FFF000 (Yellow)

Fixed:


Full Changelog: v1.0.3...v1.0.4

Whisper-TikTok v1.0.3

08 Nov 13:52
0a86dd5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.0.3

Whisper-TikTok v1.0.2

11 Oct 18:16
Compare
Choose a tag to compare

Updates

  • Removed 'stable_whisper' dependency from project.
  • Fixed path issues with 'background' folder
  • word_options dict for customizing words highlighting as well as max line count and width

image

PR

Custom subtitle with HTML formatting submitted as PR

Full Changelog: v1.0.1...v1.0.2

Whisper-TikTok v1.0.1

10 Sep 20:13
554982e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

Whisper-TikTok v1.0.0

26 Aug 13:05
Compare
Choose a tag to compare

First complete release!

New features

  • CLI support
  • Support for all Whisper models (small and medium have the best trade-off betweeen accuracy and execution time)
  • Support for non-english model with auto detect from mp3 file
  • Support for random TTS voice with gender and language
  • Better logging and console support with traceback

Fixed bugs

  • Background folder #2

Full Changelog: v0.4...v1.0.0

Whisper-TikTok v0.4

23 Aug 15:53
Compare
Choose a tag to compare
Whisper-TikTok v0.4 Pre-release
Pre-release
  • video.json instead of python dict
  • add FFMPEG as a required package with guide on how to install it depending on your OS
  • code refactoring
  • removed dependency of CUDA with PyTorch. It will use the CPU if CUDA driver is not found.

Full Changelog: v0.3...v0.4

Whisper-TikTok v0.3

17 Aug 04:58
8618800
Compare
Choose a tag to compare
Whisper-TikTok v0.3 Pre-release
Pre-release

Demo

demo.mp4

Features

  • fixed requirements.txt for CUDA PyTorch build
  • more detailed documentation in readme
  • changed repo name to Whisper-TikTok as ChatGPT has not been used yet

Full Changelog: v0.2...v0.3