Skip to content

Commit faed552

Browse files
authored
Update README.md
1 parent 0318ad3 commit faed552

1 file changed

Lines changed: 11 additions & 12 deletions

File tree

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
# noScribe
22
## Cutting Edge AI Technology for Automated Audio Transcription
33

4-
**Download**
4+
**Download current beta release vers. 0.4b:**
5+
- Windows: [https://drive.switch.ch/index.php/s/EIVup04qkSHb54j?path=%2FnoScribe%20vers.%200.4b%2FWindows](https://drive.switch.ch/index.php/s/EIVup04qkSHb54j?path=%2FnoScribe%20vers.%200.4b%2FWindows)
6+
- macOS (alpha version, ported by [gernophil](https://github.com/gernophil)):
7+
[https://drive.switch.ch/index.php/s/EIVup04qkSHb54j?path=%2FnoScribe%20vers.%200.4b%2FmacOS](https://drive.switch.ch/index.php/s/EIVup04qkSHb54j?path=%2FnoScribe%20vers.%200.4b%2FmacOS)
8+
> These are alpha or beta releases. [Please report your experiences here](https://github.com/kaixxx/noScribe/discussions/28) or open an issue if you find errors. Thank you!
59
6-
Current beta release, vers. 0.4b:\
7-
Windows: [https://drive.switch.ch/index.php/s/EIVup04qkSHb54j?path=%2FnoScribe%20vers.%200.4b%2FWindows](https://drive.switch.ch/index.php/s/EIVup04qkSHb54j?path=%2FnoScribe%20vers.%200.4b%2FWindows)\
8-
macOS (alpha version, ported by [gernophil](https://github.com/gernophil)): [https://drive.switch.ch/index.php/s/EIVup04qkSHb54j?path=%2FnoScribe%20vers.%200.4b%2FmacOS](https://drive.switch.ch/index.php/s/EIVup04qkSHb54j?path=%2FnoScribe%20vers.%200.4b%2FmacOS)
9-
> These are alpha or beta releases. Please report your experiences here: https://github.com/kaixxx/noScribe/discussions/28 or open an issue if you find errors. Thank you!
10-
11-
Last stable release, vers. 0.3:\
12-
Windows: [https://drive.switch.ch/index.php/s/EIVup04qkSHb54j?path=%2FnoScribe%20vers.%200.3%2FWindows](https://drive.switch.ch/index.php/s/EIVup04qkSHb54j?path=%2FnoScribe%20vers.%200.3%2FWindows)\
13-
[Readme for vers. 0.3](https://github.com/kaixxx/noScribe/blob/main/README_v0_3.md)
10+
Last **stable release,** vers. 0.3:
11+
- Windows: [https://drive.switch.ch/index.php/s/EIVup04qkSHb54j?path=%2FnoScribe%20vers.%200.3%2FWindows](https://drive.switch.ch/index.php/s/EIVup04qkSHb54j?path=%2FnoScribe%20vers.%200.3%2FWindows)\
12+
- [Readme for vers. 0.3](https://github.com/kaixxx/noScribe/blob/main/README_v0_3.md)
1413

1514
## What is noScribe?
1615
- An AI-based software that **transcribes interviews** for qualitative social research or journalistic use
@@ -20,7 +19,7 @@ Windows: [https://drive.switch.ch/index.php/s/EIVup04qkSHb54j?path=%2FnoScribe%2
2019
- It includes a **nice editor** to review, verify and correct the resulting transcript
2120
- It is standing on the shoulders of giants: [Whisper from OpenAI](https://github.com/openai/whisper), [faster-whisper by Guillaume Klein](https://github.com/guillaumekln/faster-whisper) and [pyannote from Hervé Bredin](https://github.com/pyannote/pyannote-audio)
2221

23-
22+
2423

2524
![Main window](img/noScribe_main_window.png)
2625
(The transcript is from [this interview](https://www.youtube.com/watch?v=vOwajAbvPzQ&t=2018s) which I did in May 2022 with the Russian sociologist Natalia Savelyeva.)
@@ -43,7 +42,7 @@ The [urban dictionary](https://www.urbandictionary.com/define.php?term=Scribe) d
4342
- Start the downloaded setup file. This may take a while, be patient.
4443

4544
### Settings
46-
<img src="img/noScribe_settings.png" width="300">
45+
<img align="left" src="img/noScribe_settings.png" width="300">
4746

4847
- Select your **audio file** and a **filename for the transcript.**
4948
- **Start** and **Stop** accept timestamps in the format hh:mm:ss. Use this to limit the transcription to a particular part of the recording. This is especially helpful to test your settings with a small sample before committing to transcribe the whole interview, which may take several hours. Leave Stop empty if you want to transcribe till the end of the audio file.
@@ -109,7 +108,7 @@ The noScribe Editor is a separate app that can also be run independent from noSc
109108
- If you want to change the language of the user interface, you have to change the value of the "locale" setting in the advanced settings (see above).
110109

111110
### MAC and LINUX support
112-
- noScribe has been ported to macOS by [gernophil](https://github.com/gernophil): (https://drive.switch.ch/index.php/s/EIVup04qkSHb54j?path=%2FnoScribe%20vers.%200.3%2FmacOS) (alpha version, Apple silicon M1/M2 only)
111+
- noScribe has been ported to macOS by [gernophil](https://github.com/gernophil): (https://drive.switch.ch/index.php/s/EIVup04qkSHb54j?path=%2FnoScribe%20vers.%200.3%2FmacOS) (alpha version, please help testing!)
113112
- If you want to port noScribe to Linux, go ahead! There once was a working version but it is no longer up to date.
114113
- If you make any changes to the code of noScribe, try not to break compatibility with other platforms. I would like to keep one single codebase for all platforms.
115114

0 commit comments

Comments
 (0)