facetorch-app / README.md
tomas-gajarsky's picture
Update README.md
1c2077e
metadata
title: Face Analysis (facetorch)
emoji: 🥸
colorFrom: red
colorTo: black
sdk: docker
app_port: 7860
pinned: false
license: apache-2.0
task_categories:
  - face-detection
  - face-representation
  - face-verification
  - facial-expression-recognition
  - deepfake-detection
  - face-alignment
  - 3D-face-alignment

facetorch

build lint PyPI Conda (channel only) PyPI - License Code style: black

Documentation, Docker Hub (GPU)

Facetorch is a Python library that can detect faces and analyze facial features using deep neural networks. The goal is to gather open-sourced face analysis models from the community, optimize them for performance using TorchScript and combine them to create a face analysis tool that one can:

  1. configure using Hydra (OmegaConf)
  2. reproduce with conda-lock and Docker
  3. accelerate on CPU and GPU with TorchScript
  4. extend by uploading a model file to Google Drive and adding a config YAML file to the repository

Please, use the library responsibly with caution and follow the ethics guidelines for Trustworthy AI from European Commission. The models are not perfect and may be biased.