- Create a conda environment (optional)
- Install the requirements with
pip install -r requirements.txt
- Clone this repository with
git clone https://github.com/minhxNguyen7/cs178_final.git
- Clone the data repository with
git clone https://github.com/muxspace/facial_expressions.git
- For GPU compute, install CUDA and PyTorch with CUDA support (instructions for instructions)
Note: I haven't tested this extensively, so let me know if there are any issues.
- Install the requirements with
pip install -r requirements.txt
- Clone the data repository with
git clone https://github.com/muxspace/facial_expressions.git
- Clone this repository with
git clone https://github.com/minhxNguyen7/cs178_final.git
- Move all files from this repository (
cs178_final
) to the root directory withmv cs178_final/* .
from the root directory.
- Move all files from this repository (
Run python -m unittest discover -s testing -p 'test_*.py'
. This will run all the tests in the testing
directory that start with test_
.