Virtual Env
Maybe you want to create a virtual environment using miniconda before run the
test.py
.Create Env with conda
conda create -n facial-expression-recognition python=3.8
conda activate facial-expression-recognition
pip install -r requirements.txt
python3 test.py
Name | Link |
---|---|
Test 1 | Link #1 |
Test the Voice 1 | Link the Voice #1 |
Test the Voice 2 | Link the Voice #2 |
Test the Voice 3 | Link the Voice #3 |