π§βπ Wiktor π§βπ MichaΕ π©βπ Aneta
You may want to adjust badge links in a README.md file.
Installation is as simple as running:
pip install git+https://github.com/wiktorlazarski/face-morphing.git
# Clone repo
git clone https://github.com/wiktorlazarski/face-morphing.git
# Go to repo directory
cd face-morphing
# (Optional) Create virtual environment
python -m venv venv
source ./venv/bin/activate
# Install project in editable mode
pip install -e .
# (Optional but recommended) Install pre-commit hooks to preserve code format consistency
pre-commit install
# Clone repo
git clone https://github.com/wiktorlazarski/face-morphing.git
# Go to repo directory
cd face-morphing
# Create and activate conda environment
conda env create -f ./conda_env.yml
conda activate face_morphing
# (Optional but recommended) Install pre-commit hooks to preserve code format consistency
pre-commit install