Automatic Speech Recognition
Transformers
Vietnamese
vietnamese
whisper
speech-to-text
asr-1 / pyproject.toml
rain1024's picture
Initial commit: ASR-1 Vietnamese speech recognition model
5763d9e
[project]
name = "asr"
version = "0.1.0"
description = "Vietnamese Automatic Speech Recognition - Fine-tuned Whisper for underthesea"
readme = "README.md"
requires-python = ">=3.10"
license = "Apache-2.0"
authors = [
{name = "UnderTheSea NLP", email = "undertheseanlp@gmail.com"}
]
keywords = ["vietnamese", "nlp", "asr", "speech-recognition", "whisper"]
dependencies = [
"torch>=2.0.0",
"torchaudio>=2.0.0",
"transformers>=4.36.0",
"datasets>=2.14.0",
"click>=8.0.0",
"tqdm>=4.60.0",
"python-dotenv>=1.0.0",
"huggingface_hub>=0.20.0",
"librosa>=0.10.0",
"jiwer>=3.0.0",
"soundfile>=0.12.0",
]
[project.optional-dependencies]
dev = [
"pytest>=7.0.0",
"wandb>=0.15.0",
]
cloud = [
"runpod>=1.6.0",
]
peft = [
"peft>=0.7.0",
]
[project.urls]
Homepage = "https://huggingface.co/undertheseanlp/asr-1"
Repository = "https://github.com/undertheseanlp/asr"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src"]