7cf4c5259b
- UI is now on customtkinter - new environment.yml file - entry point is now in main.py - minor improvements in audio_transcription
16 lines
216 B
YAML
16 lines
216 B
YAML
name: notecast
|
|
channels:
|
|
- defaults
|
|
- conda-forge
|
|
dependencies:
|
|
- torchvision
|
|
- pytorch
|
|
- torchaudio
|
|
- transformers
|
|
- accelerate
|
|
- ffmpeg
|
|
- pyinstaller
|
|
- customtkinter
|
|
- isort
|
|
- mypy
|
|
- black |