Repo for processing data to submit to the VLSP2025 ASR/SER task.
This is an extremely fast Python package and project manager, written in Rust. Refer to the uv link to reach it.
curl -LsSf https://astral.sh/uv/install.sh | sh
Creating a virtual environment using UV:
uv venv VLSP2025 --python python3.10
source VLSP2025/bin/activate
To install the required libraries and frameworks, follow the steps below:
uv pip install -r requirements.txt
uv pip install -r requirements_2.txt
uv pip install -r requirements_VLSP.txt
Note: Due to conflicts between libraries, it's not possible to include them all in a single .txt file.
Refer to this link if it is still accessible.
Before proceeding, make sure to update the two variables NEMO_PATH and export PATH to the correct paths.
Then run sudo sh Install_beam.sh to install kenLM decoder for beamsearch.