abdeladim-s / subsai

🎞️ Subtitles generation tool (Web-UI + CLI + Python package) powered by OpenAI's Whisper and its variants 🎞️
https://abdeladim-s.github.io/subsai/
GNU General Public License v3.0
1.15k stars 96 forks source link

Feature Request | Save config #118

Closed Kellenok closed 3 months ago

Kellenok commented 3 months ago

It would be very convenient to have a system of configs, so that at each restart you don't have to set the necessary parameters manually again. that's why I would like to have a function to be able to create, save and load configs.

abdeladim-s commented 3 months ago

@Kellen-wq, I had this in mind when I started the project, just didn't find time to make it, actually the CLI already supports loading the configs from a json file. I've added now an option to export/load the configs in the webui as well.

Give it a try and let me know if you find any issues ?