Skip to main content

A small example package

Project description

facial-extractor

PyPi: flare-face-extractor

API

  • locate_faces

    • Calculates the location of all the faces in a given image.
  • outline_faces

    • Opens a window displaying the image provided and outlines the faces present in the photo. Should be used purely for interactive purposes.
  • count

    • Returns the number of faces present in the given image.

Publishing the package

  1. Install packages in requirements.txt
  2. Bump the version number in setup.cfg
  3. Building (Now run this command from the same directory where pyproject.toml is located): python3 -m build
  4. Get the PyPI API token
  5. Run Twine to upload all the archives under dist: python3 -m twine upload dist/*
  6. username: __token__
  7. password: the PyPi token including the pypi- prefix

Helpful links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flare-face-extractor-0.0.4.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

flare_face_extractor-0.0.4-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page