diff --git a/Pictures/BMEL.jpg b/Pictures/BMEL.jpg new file mode 100644 index 0000000..16a2baf Binary files /dev/null and b/Pictures/BMEL.jpg differ diff --git a/Pictures/BMEL_dark.png b/Pictures/BMEL_dark.png new file mode 100644 index 0000000..2bd7a58 Binary files /dev/null and b/Pictures/BMEL_dark.png differ diff --git a/Pictures/DBFZ.png b/Pictures/DBFZ.png new file mode 100644 index 0000000..b48e59e Binary files /dev/null and b/Pictures/DBFZ.png differ diff --git a/Pictures/DBFZ_dark.png b/Pictures/DBFZ_dark.png new file mode 100644 index 0000000..4020b0c Binary files /dev/null and b/Pictures/DBFZ_dark.png differ diff --git a/Pictures/MRI.png b/Pictures/MRI.png new file mode 100644 index 0000000..273efa4 Binary files /dev/null and b/Pictures/MRI.png differ diff --git a/Pictures/kida.png b/Pictures/kida.png new file mode 100644 index 0000000..dfeab5c Binary files /dev/null and b/Pictures/kida.png differ diff --git a/Pictures/kida_dark.png b/Pictures/kida_dark.png new file mode 100644 index 0000000..dc95019 Binary files /dev/null and b/Pictures/kida_dark.png differ diff --git a/Pictures/pipeline.png b/Pictures/pipeline.png new file mode 100644 index 0000000..82e63b9 Binary files /dev/null and b/Pictures/pipeline.png differ diff --git a/Pictures/pipeline_light.png b/Pictures/pipeline_light.png new file mode 100644 index 0000000..c81dca2 Binary files /dev/null and b/Pictures/pipeline_light.png differ diff --git a/README.md b/README.md index 6f7e931..242e065 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ We've developed ScrAIbe with several access points to cater to diverse user need It enables full control over the functionalities as well as process customization. ```python -from autotranscript import AutoTranscribe +from scraibe import AutoTranscribe model = AutoTranscribe() @@ -58,7 +58,7 @@ Refer to [whisper](https://github.com/openai/whisper) and [payannote-audio](http You can also run ScrAIbe in a [Gradio App](https://github.com/gradio-app/gradio) interface using the following command-line: - autotranscript audio.wav + scraibe audio.wav Some example of important functionalities are: @@ -72,7 +72,7 @@ Some example of important functionalities are: Run the following to view all available options: - autotranscript -h + scraibe -h ### Running a Docker container @@ -95,7 +95,7 @@ For further insights check the [documentation page](https://cristinaortizcruz.gi ## Contributions -We are happy for any interest in contributing: In order to do that, fork the repo and use merge requests to incorporate your contribution. +We are happy for any interest in contributing and about feedback: In order to do that, create an issue with your feedback or feel free to contact us. ## Roadmap @@ -121,8 +121,7 @@ For queries contact [Jacob Schmieder](Jacob.Schmieder@dbfz.de) ## License - -ScrAIbe is licensed under (tbd). +ScrAIbe is licensed under GNU General Public License. ## Acknowledgments