Commit Graph

56 Commits

Author SHA1 Message Date
d94d827220 Fix VideoBackgroundEngine.py not working 2024-03-01 12:50:23 +01:00
b1e37a9692 Print error when downloading image 2024-03-01 12:49:31 +01:00
f1db6b27ce Force coqui tts agree 2024-03-01 12:49:09 +01:00
be3776e1ce Some changes 2024-02-29 16:51:40 +01:00
166eff8a8a I have no time to review my commit 2024-02-27 14:24:25 +01:00
c70872a0e5 Fix typos and remove newlines since they're broken 2024-02-27 11:57:31 +01:00
57e3225456 Add Scientific facts script & open folder button 2024-02-24 23:32:08 +01:00
9f91132a0a Formatting 2024-02-23 13:12:48 +01:00
03dd641c70 Remove engines.json
It's not needed
2024-02-23 12:28:46 +01:00
0d5ac5106f Rename VideoBackgroundEngine 2024-02-23 12:27:36 +01:00
d7fa8945d1 Formatting and stuff 2024-02-23 11:07:50 +01:00
2a102c62e3 Formatting 2024-02-23 09:56:54 +01:00
32b6b5c42e Formatting & improving imports 2024-02-23 09:50:43 +01:00
1aa0a5b986 Add get_assets() method to retrieve a single file by ID 2024-02-22 15:15:52 +01:00
5a96f0b465 Add GoogleAssetsEngine to AssetsEngine imports 2024-02-22 15:15:32 +01:00
adce06bae3 Update font and font size in SimpleCaptioningEngine.py 2024-02-22 15:15:26 +01:00
0189d26f61 Refactor get_metadata method signature in BaseMetadataEngine.py 2024-02-22 15:15:17 +01:00
b8d7d87750 Remove ElevenLabsTTSEngine import 2024-02-22 15:15:01 +01:00
d08a2c29ef Formatting 2024-02-22 15:14:36 +01:00
abef1dcb6b Add GoogleAssetsEngine class to search for images using the Google Images API 2024-02-22 15:13:52 +01:00
f83a18fecb Add UploadEngine and its dependencies 2024-02-22 15:13:45 +01:00
7b0c4e409c Update ShortsMetadata.yaml with correct placement of hashtags in description 2024-02-21 09:15:08 +01:00
287b1f5076 Delete fix_captions.yaml file 2024-02-21 09:14:10 +01:00
bd00a49063 🐛 fix(GenerationContext.py): fix indentation issue in process() method
 feat(GenerationContext.py): add support for z-index of moviepy clips to improve video rendering
The indentation issue in the process() method has been fixed. The z-index of moviepy clips has been added to improve the rendering of the video. This allows the clips to be rendered in different layers based on their index, resulting in a more visually appealing video.
2024-02-21 09:06:36 +01:00
cced96d792 Formatting 2024-02-20 16:23:15 +01:00
f11f493e46 Add MetadataEngine and ShortsMetadataEngine classes 2024-02-20 16:22:28 +01:00
7322abf1c3 Add BackgroundEngine to engines. 2024-02-20 14:55:58 +01:00
e6d58d2920 Refactor DallEAssetsEngine.py to improve image generation 2024-02-20 14:55:25 +01:00
6338f016d2 Add background engine classes 2024-02-20 14:54:49 +01:00
3ca3732102 Formatting 2024-02-20 14:54:37 +01:00
280df1dd67 Formatting 2024-02-20 14:47:54 +01:00
921470cc5d Add stroke color and stroke width to captioning engine 2024-02-18 22:58:39 +01:00
329d542133 Add SettingsEngine class for handling base settings 2024-02-18 22:50:11 +01:00
59ba7b8bf6 Add SettingsEngine module 2024-02-18 22:50:01 +01:00
56ae10301a Add image resizing in DallEAssetsEngine 2024-02-18 22:49:56 +01:00
3a4e032799 Add SettingsEngine to ENGINES dictionary 2024-02-18 22:49:45 +01:00
6c48e19af0 Add AssetsEngine and related files 2024-02-18 00:56:49 +01:00
e3229518d4 🐛 fix(GenerationContext.py): fix import statements and add support for captioning engine
 feat(GenerationContext.py): add support for captioning engine in the GenerationContext class
The import statement for the `moviepy.editor` module is changed to `moviepy.editor as mp` to improve code readability. Additionally, the `gradio` module is imported as `gr` to improve code readability. The `GenerationContext` class now includes a `captioningengine` parameter and initializes a `captioningengine` attribute. The `setup_dir` method is modified to include a call to create a directory for the output files. The `get_file_path` method is modified to return the file path based on the output directory. The `process` method is modified to include additional steps for captioning. The `timed_script` attribute is added to store the result of the `ttsengine.synthesize` method. The `captioningengine` is used to generate captions and store them in the `captions` attribute. The final video is rendered using the `moviepy` library and saved as "final.mp4" in the output directory.
2024-02-17 18:47:30 +01:00
bb84d673f3 Update results variable to access words from segments in BaseTTSEngine.py 2024-02-15 18:13:48 +01:00
4d8556c80a Fix typo in CoquiTTSEngine.py 2024-02-15 17:57:49 +01:00
45a48cfa49 Formatting 2024-02-15 17:54:13 +01:00
a32f339981 Implement the actual code 2024-02-15 17:53:59 +01:00
bf03e0a766 Fix a commit error 2024-02-15 17:53:46 +01:00
e8cf4bad50 Formatting 2024-02-15 17:53:27 +01:00
53b627f4ed Add anthropic llm engine 2024-02-15 17:53:18 +01:00
368b7bb375 Formatting and type hinting 2024-02-15 17:53:02 +01:00
dee544a26c Add new engines and fix naming 2024-02-15 17:52:47 +01:00
67237a5ecf Fix import, fix option indices in init, formatting 2024-02-15 17:52:19 +01:00
c57817df85 Add newline at the end of file 2024-02-15 17:50:06 +01:00
a8da179269 Add shower thoughts script template 2024-02-15 17:48:53 +01:00