/MSVC_old

multilingual speech valence classifier

Primary LanguagePureBasicBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

To setup the environment:

conda activate base
conda update conda -c conda-forge -y
conda remove --name msvc_env --all -c conda-forge -y
conda env create -f environment.yml
conda activate msvc_env
python -m pip install -e .

To run the app locally:

streamlit run msvc/src/app.py

Build Status

codecov