pics in folder, readme update

This commit is contained in:
ortizcruz
2023-09-18 11:00:52 +02:00
parent 4e790a0060
commit 2da8153527
10 changed files with 5 additions and 6 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 901 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

+5 -6
View File
@@ -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. It enables full control over the functionalities as well as process customization.
```python ```python
from autotranscript import AutoTranscribe from scraibe import AutoTranscribe
model = 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: 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: Some example of important functionalities are:
@@ -72,7 +72,7 @@ Some example of important functionalities are:
Run the following to view all available options: Run the following to view all available options:
autotranscript -h scraibe -h
### Running a Docker container ### Running a Docker container
@@ -95,7 +95,7 @@ For further insights check the [documentation page](https://cristinaortizcruz.gi
## Contributions ## 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 ## Roadmap
@@ -121,8 +121,7 @@ For queries contact [Jacob Schmieder](Jacob.Schmieder@dbfz.de)
## License ## License
<!-- licensing missing? Apache 2.0 --> ScrAIbe is licensed under GNU General Public License.
ScrAIbe is licensed under (tbd).
## Acknowledgments ## Acknowledgments