Skip to main content

Specialized agent for facial and hair analysis

Project description

Facial Vision Agent

Facial Vision Agent is an AI-powered library for analyzing facial morphology and hair characteristics from images using vision models and vision-capable LLMs.

This package focuses on visual feature extraction — it identifies facial proportions and prominent features and analyzes hair type, length, density and condition. It is designed to be used as a Python package and integrated into larger systems as an agent that processes image analysis tasks.

Key features

  • Facial feature detection: face shape, proportions, forehead, eyebrows, eyes, nose, mouth, chin and jawline.
  • Hair analysis: type (straight/wavy/curly/coily), length, approximate color, density and condition.
  • Confidence metrics for each analysis stage.
  • Lightweight API designed for automated testing and CI-driven publishing.

Installation

Developer / editable install:

python -m pip install -e .[dev]

Install from PyPI (when published):

pip install facial-vision-agent

Quick start

from facial_vision_agent import FacialVisionAgent
from agent_core_framework import AgentTask

agent = FacialVisionAgent(openrouter_api_key="YOUR_API_KEY")

# Full image analysis
task = AgentTask(type="analyze_image", payload={"image_path": "photo.jpg"})
response = agent.process(task)
print(response.data)

Testing

Run the test suite locally:

python -m pytest

Publishing to TestPyPI (manual)

  1. Bump the version in pyproject.toml (e.g. to 0.2.0).
  2. Build distributions:
python -m build
  1. Upload to TestPyPI (create a TestPyPI API token first):
python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*

Notes on CI

A GitHub Actions workflow (.github/workflows/publish-testpypi.yml) is included in this repository. To enable automated publishing to TestPyPI, add your TestPyPI token as a repository secret named TEST_PYPI_API_TOKEN and run the workflow manually or by pushing a test tag.

Contributing

Contributions are welcome. Please open an issue or a pull request. Follow the existing code style, add tests for new behavior, and keep changes focused and small.

License

MIT — see the LICENSE file for details.

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

facial_vision_agent-0.2.3.tar.gz (12.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

facial_vision_agent-0.2.3-py3-none-any.whl (9.7 kB view details)

Uploaded Python 3

File details

Details for the file facial_vision_agent-0.2.3.tar.gz.

File metadata

  • Download URL: facial_vision_agent-0.2.3.tar.gz
  • Upload date:
  • Size: 12.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for facial_vision_agent-0.2.3.tar.gz
Algorithm Hash digest
SHA256 1da252b19d9b20501f9939416f97a648613619bc70f13a7c7748ab42dcba140c
MD5 7d4e0929f37233aa856b3eb2ae551727
BLAKE2b-256 23ce14aa9fda8b927a38a803bd6b5d95396c4f557472ad8dfa157e8231d7ffb0

See more details on using hashes here.

File details

Details for the file facial_vision_agent-0.2.3-py3-none-any.whl.

File metadata

File hashes

Hashes for facial_vision_agent-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 3ec9277c34f2a0fb3a2bfe50442cefda331173bb1777545f5ecbf5845278485c
MD5 472518a9bad2df888cd101cd3369dfd3
BLAKE2b-256 5875db1d61a65c69eccf0e323388fc7343ded54bf050efa00a0e87cbe1475150

See more details on using hashes here.

Supported by

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