https://github.com/vb64/voice.transcription
Voice to text transcription
https://github.com/vb64/voice.transcription
Last synced: about 1 year ago
JSON representation
Voice to text transcription
- Host: GitHub
- URL: https://github.com/vb64/voice.transcription
- Owner: vb64
- License: mit
- Created: 2025-03-13T12:59:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-24T10:06:25.000Z (about 1 year ago)
- Last Synced: 2025-04-24T11:23:27.438Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 3.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Инструменты обработки аудио-файлов
## Настройка под Windows.
Предварительно установить следующие программы.
- GNU [Unix Utils](http://unxutils.sourceforge.net/) для операций через makefile
- [Git for Windows](https://git-scm.com/download/win) для доступа к репозитарию исходных кодов.
- [Python3.10.11](https://www.python.org/downloads/release/python-31011/)
- [ffmpeg](https://ffmpeg.org/download.html) (распаковать архив и добавить в PATH)
- build tools by installing [Microsoft Visual Studio](https://visualstudio.microsoft.com/downloads/)
## Настройка под Ubuntu. 24.04
```
sudo apt update
sudo apt-get install build-essential python3.12-venv python3-pip ffmpeg screen curl
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```
## Установка программы
```bash
git clone https://github.com/vb64/voice.transcription.git
cd voice.transcription
make setup PYTHON_BIN=python3
```