bitbox


Namebitbox JSON
Version 2025.10.dev0 PyPI version JSON
download
home_pageNone
SummaryBehavioral Imaging Toolbox
upload_time2025-10-13 20:42:38
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseCreative Commons Attribution-NonCommercial 4.0 International
keywords behavior body actions computer vision facial expressions psychiatry psychology
VCS
bugtrack_url
requirements scipy cvxpy numpy scikit-learn python-dateutil PyWavelets matplotlib pandas requests paramiko plotly opencv-python pillow kaleido
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Behavioral Imaging Toolbox

Bitbox is a free and open-source Python library including a comprehensive set of tools for the computational analysis of nonverbal human behavior. The provided tools enable analysis of face, head, and body movements, expressions, and actions from videos and images. Included algorithms and metrics have been validated using clinically vetted datasets and published extensively, therefore, can be reliably used by behavioral, social, and medical scientists in their human subject research. As we closely follow state-of-the-art in computer vision and machine learning, provided methodologies can also be relied upon by computer vision researchers and other engineers as well.

Please refer to our [Documentation](https://bitbox.gitbook.io/) for detailed instructions.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "bitbox",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "ComPsy Group <tuncb@chop.edu>",
    "keywords": "behavior, body actions, computer vision, facial expressions, psychiatry, psychology",
    "author": null,
    "author_email": "ComPsy Group <tuncb@chop.edu>",
    "download_url": "https://files.pythonhosted.org/packages/4a/07/aa3ba65cac0be3804eb864b3b55f859258eecf9f92eb179fb31003c5cf8e/bitbox-2025.10.dev0.tar.gz",
    "platform": null,
    "description": "# Behavioral Imaging Toolbox\n\nBitbox is a free and open-source Python library including a comprehensive set of tools for the computational analysis of nonverbal human behavior. The provided tools enable analysis of face, head, and body movements, expressions, and actions from videos and images. Included algorithms and metrics have been validated using clinically vetted datasets and published extensively, therefore, can be reliably used by behavioral, social, and medical scientists in their human subject research. As we closely follow state-of-the-art in computer vision and machine learning, provided methodologies can also be relied upon by computer vision researchers and other engineers as well.\n\nPlease refer to our [Documentation](https://bitbox.gitbook.io/) for detailed instructions.\n",
    "bugtrack_url": null,
    "license": "Creative Commons Attribution-NonCommercial 4.0 International",
    "summary": "Behavioral Imaging Toolbox",
    "version": "2025.10.dev0",
    "project_urls": {
        "Documentation": "https://github.com/compsygroup/bitbox/wiki",
        "Homepage": "https://github.com/compsygroup/bitbox",
        "Issues": "https://github.com/compsygroup/bitbox/issues"
    },
    "split_keywords": [
        "behavior",
        " body actions",
        " computer vision",
        " facial expressions",
        " psychiatry",
        " psychology"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "90d1db59e257ec98906436782cd8f40af9bb613b61586a4cb2b50bae9e224cd4",
                "md5": "faf2856a3c0418ec1df0b84713be64f5",
                "sha256": "d2824470f5c604f9150562722fb1d5f04c0387369418107ad38de2709383419b"
            },
            "downloads": -1,
            "filename": "bitbox-2025.10.dev0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "faf2856a3c0418ec1df0b84713be64f5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 7532,
            "upload_time": "2025-10-13T20:42:37",
            "upload_time_iso_8601": "2025-10-13T20:42:37.197255Z",
            "url": "https://files.pythonhosted.org/packages/90/d1/db59e257ec98906436782cd8f40af9bb613b61586a4cb2b50bae9e224cd4/bitbox-2025.10.dev0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4a07aa3ba65cac0be3804eb864b3b55f859258eecf9f92eb179fb31003c5cf8e",
                "md5": "b291146e5cdfb7debcf392d5606065c9",
                "sha256": "9a5b3d72acd7227a8da2edef90fc1163c5dbc15a5057476c2b52d0c7aee6d336"
            },
            "downloads": -1,
            "filename": "bitbox-2025.10.dev0.tar.gz",
            "has_sig": false,
            "md5_digest": "b291146e5cdfb7debcf392d5606065c9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 8748,
            "upload_time": "2025-10-13T20:42:38",
            "upload_time_iso_8601": "2025-10-13T20:42:38.294308Z",
            "url": "https://files.pythonhosted.org/packages/4a/07/aa3ba65cac0be3804eb864b3b55f859258eecf9f92eb179fb31003c5cf8e/bitbox-2025.10.dev0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-13 20:42:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "compsygroup",
    "github_project": "bitbox",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "scipy",
            "specs": [
                [
                    ">=",
                    "1.10"
                ]
            ]
        },
        {
            "name": "cvxpy",
            "specs": [
                [
                    ">=",
                    "1.4"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "scikit-learn",
            "specs": []
        },
        {
            "name": "python-dateutil",
            "specs": []
        },
        {
            "name": "PyWavelets",
            "specs": []
        },
        {
            "name": "matplotlib",
            "specs": []
        },
        {
            "name": "pandas",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "paramiko",
            "specs": []
        },
        {
            "name": "plotly",
            "specs": []
        },
        {
            "name": "opencv-python",
            "specs": []
        },
        {
            "name": "pillow",
            "specs": []
        },
        {
            "name": "kaleido",
            "specs": []
        }
    ],
    "lcname": "bitbox"
}
        
Elapsed time: 1.53987s