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)
- Bump the version in
pyproject.toml(e.g. to0.2.0). - Build distributions:
python -m build
- 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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file facial_vision_agent-0.2.2.tar.gz.
File metadata
- Download URL: facial_vision_agent-0.2.2.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00d35c94673e5243d0c669a01ec03f5261afa885bfe447645b3bb7e97d3c4b55
|
|
| MD5 |
2ade6cf9dcb3afd6839bfc545b365d16
|
|
| BLAKE2b-256 |
18b7fa2a0ed9bc3bdbd9036b762ed1e857c8f52d662410127f3b7f7edb4bc90e
|
File details
Details for the file facial_vision_agent-0.2.2-py3-none-any.whl.
File metadata
- Download URL: facial_vision_agent-0.2.2-py3-none-any.whl
- Upload date:
- Size: 9.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3661c0dae425e2634be6a7994c046a791a7ecfb48512b48abdafe43a63c383e
|
|
| MD5 |
45853892a076a038b7e26a7034fb5fde
|
|
| BLAKE2b-256 |
a35be48080accae75d74d9fe5d6fb6e4362b8c96b906f1a75efddd234c56588d
|