From 64008806d5cab36bc43a203dd9dc669e6e06e90a Mon Sep 17 00:00:00 2001 From: Jan C Date: Tue, 7 Feb 2023 22:39:50 +0100 Subject: [PATCH] Readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43a42fd..1eef405 100644 --- a/README.md +++ b/README.md @@ -22,27 +22,33 @@ Displaying help: ``` python run.py --help ``` +
Downloading 10 latest videos (with soundtrack) by hashtag `ukraine` to `tiktok_videos` directory: ``` python run.py --hashtag ukraine --output-path tiktok_videos --max-videos 10 ``` +
Downloading 10 latest videos (with soundtrack) of `test123` user to `tiktok_videos` directory: ``` python run.py --user test123 --output-path tiktok_videos --max-videos 10 ``` +
Converting speech to text based on `mp3` files located in `tiktok_videos`, using OpenAI Whisper `medium` model and saving the output to `tiktok_transcription` directory: ``` python run.py --transcribe --input-path tiktok_videos --output-path tiktok_transcription --model medium ``` +
Running all of the above steps with single command: ``` python run.py --hashtag ukraine --user test123 --max-videos 10 --transcribe --input-path tiktok_videos --output-path tiktok_videos --model medium ``` - +
+

-[![DataHunters](http://datahunters.ai/assets/images/logo_full_small.png)](http://datahunters.ai) \ No newline at end of file + +[![DataHunters](http://datahunters.ai/assets/images/logo_full_small.png)](http://datahunters.ai)