/face-morphing

🎭 Automatic human face morphing

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0


🎭 Face Morphing

πŸ§‘β€πŸŽ“ Wiktor πŸ§‘β€πŸŽ“ MichaΕ‚ πŸ‘©β€πŸŽ“ Aneta


You may want to adjust badge links in a README.md file.

ci-testing Open In Collab Code style: black license

πŸ’Ž Installation with pip

Installation is as simple as running:

pip install git+https://github.com/wiktorlazarski/face-morphing.git

βš™οΈ Setup

# 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

🐍 Setup with Anaconda or Miniconda

# 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

πŸ€— Have fun!