From 2ddb637c319bd5e6081163c186310ff2f841af8a Mon Sep 17 00:00:00 2001 From: cyber <19499442+cyberofficial@users.noreply.github.com> Date: Fri, 31 Mar 2023 13:39:16 -0400 Subject: [PATCH 1/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1e1f894..2b197eb 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Synthalingua is a tool that translates audio from one language to English in alm - [ ] Add support API access. - [ ] Custom localhost web server. - [ ] Add reverse translation. + - [ ] Localize script to other languages. (Will take place after reverse translations.) - [ ] Custom dictionary support. - [ ] GUI. - [x] Linux support. From 0d61eda613fbcfd706b9079382f6baa03f60f72a Mon Sep 17 00:00:00 2001 From: cyber <19499442+cyberofficial@users.noreply.github.com> Date: Fri, 31 Mar 2023 13:44:07 -0400 Subject: [PATCH 2/4] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2b197eb..d93bee0 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,9 @@ Synthalingua is a tool that translates audio from one language to English in alm - [ ] GUI. - [x] Linux support. - [ ] Improve performance. + - [x] Compressed Model Format for lower ram users + - [ ] Better large model loading speed + - [ ] Split model up into multiple chunks based on usage - [ ] Increase model swapping accuracy. # System Requirements From 06cdad6f21e31df96ba2c45c8ee5035f70f7eabd Mon Sep 17 00:00:00 2001 From: cyber <19499442+cyberofficial@users.noreply.github.com> Date: Fri, 31 Mar 2023 14:00:23 -0400 Subject: [PATCH 3/4] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d93bee0..fcda21c 100644 --- a/README.md +++ b/README.md @@ -161,3 +161,6 @@ Command line arguments used. `--ram 12gb --record_timeout 5 --language id --ener - When using the discord webhook make sure the url is in quotes. Example: `--discord_webhook "https://discord.com/api/webhooks/1234567890/1234567890"` - An active internet connection is required for initial usage. Over time you'll no longer need an internet connection. Changing RAM size will download certain models, once downloaded you'll no longer need internet. - The fine tuned model will automatically be downloaded from OneDrive via Direct Public link. In the event if failure + +# Contributors +#### [@DaniruKun](https://github.com/DaniruKun) from https://watsonindustries.live From 8c4637d51f0c06b8aea38a7b8c21c82f1c7566f1 Mon Sep 17 00:00:00 2001 From: cyber <19499442+cyberofficial@users.noreply.github.com> Date: Fri, 31 Mar 2023 14:01:25 -0400 Subject: [PATCH 4/4] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fcda21c..8540164 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,9 @@ Synthalingua is a tool that translates audio from one language to English in alm - [ ] Split model up into multiple chunks based on usage - [ ] Increase model swapping accuracy. +# Contributors +#### [@DaniruKun](https://github.com/DaniruKun) from https://watsonindustries.live + # System Requirements ## Nvidia GPU is required*, Support for AMD GPUs is coming soon. Windows is required. Linux support is coming soon. #### *GPU is not fully required, but can improve performance. AMD GPUs are not supported yet, but will be supported soon. @@ -162,5 +165,4 @@ Command line arguments used. `--ram 12gb --record_timeout 5 --language id --ener - An active internet connection is required for initial usage. Over time you'll no longer need an internet connection. Changing RAM size will download certain models, once downloaded you'll no longer need internet. - The fine tuned model will automatically be downloaded from OneDrive via Direct Public link. In the event if failure -# Contributors -#### [@DaniruKun](https://github.com/DaniruKun) from https://watsonindustries.live +