Files
notecast/README.md
2025-10-16 16:37:50 +03:00

15 lines
432 B
Markdown

# Notecast
**Notecast** is a simple and minimalistic utilite to transcribe audiofiles to text and create a conspect.
Requires nvidia cuda toolkit v12.4
You can create environment running
```
conda env create -f environment.yml
```
or for CUDA/Nvidia:
```
conda create -n notecast -c pytorch -c nvidia pytorch torchvision torchaudio transformers python=3.12
conda install ffmpeg customtkinter openai -c conda-forge -c bioconda
```