|
1 | 1 | # noScribe |
2 | 2 | ## Cutting Edge AI Technology for Automated Audio Transcription |
3 | 3 |
|
4 | | -**Download** current release (0.4):\ |
5 | | -[Windows](https://drive.switch.ch/index.php/s/EIVup04qkSHb54j?path=%2FnoScribe%20vers.%200.3%2FWindows)\ |
6 | | -[macOS](https://drive.switch.ch/index.php/s/EIVup04qkSHb54j?path=%2FnoScribe%20vers.%200.3%2FmacOS) (alpha version, Apple silicon M1/M2 only, ported by [gernophil](https://github.com/gernophil)) |
| 4 | +**Download** |
| 5 | + |
| 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) |
7 | 14 |
|
8 | 15 | ## What is noScribe? |
| 16 | +- An AI-based software that **transcribes interviews** for qualitative social research or journalistic use |
9 | 17 | - noScribe is **free and open source** ([GPL-3.0](https://www.gnu.org/licenses/gpl-3.0.html)) |
10 | | -- It runs completely local on your computer. No data is sent to the internet. **No cloud, no worries** |
11 | | -- Its main purpose is to **transcribe interviews** for qualitative research or journalistic use |
| 18 | +- It runs **completely local** on your computer. No data is sent to the internet. No cloud, no worries |
12 | 19 | - It can distinguish different **speakers** and understands 99 languages (more or less, see below) |
13 | 20 | - It includes a **nice editor** to review, verify and correct the resulting transcript |
14 | 21 | - 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) |
|
0 commit comments