sigmoidalvision


Namesigmoidalvision JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummarySigmoidalVision is a Python package for computer vision and machine learning tasks. It is currently under development and aims to provide a set of tools and utilities for working with image and video data.
upload_time2024-03-31 13:48:54
maintainerNone
docs_urlNone
authorCarlos Melo
requires_python<4.0,>=3.10
licenseMIT
keywords computer-vision machine-learning sigmoidal vision ai
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SigmoidalVision

SigmoidalVision is a Python package for computer vision and machine learning tasks. It is currently under development and aims to provide a set of tools and utilities for working with image and video data.

## Features

- Download media assets from a catalog
- Verify the integrity of downloaded files using MD5 hash

## Installation

The package is not yet available on PyPI. To install the development version, you can clone the repository and install it using Poetry:

```bash
git clone https://github.com/carlosfab/sigmoidalvision.git
cd sigmoidalvision
poetry install
```

## Usage

Here's an example of how to download a media asset using SigmoidalVision:

```python
from sigmoidalvision.assets import download_media_asset, MediaAsset
download_media_asset(MediaAsset.AIRPORT)
# File santos_dumont_airport.mp4 downloaded successfully.
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sigmoidalvision",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": "computer-vision, machine-learning, sigmoidal, vision, ai",
    "author": "Carlos Melo",
    "author_email": "carlos@sigmoidal.ai",
    "download_url": "https://files.pythonhosted.org/packages/fe/2d/b42c70252a20f5ed1c748c3a27a65cb170ded03fddf56b19b968b0e6f108/sigmoidalvision-0.1.0.tar.gz",
    "platform": null,
    "description": "# SigmoidalVision\n\nSigmoidalVision is a Python package for computer vision and machine learning tasks. It is currently under development and aims to provide a set of tools and utilities for working with image and video data.\n\n## Features\n\n- Download media assets from a catalog\n- Verify the integrity of downloaded files using MD5 hash\n\n## Installation\n\nThe package is not yet available on PyPI. To install the development version, you can clone the repository and install it using Poetry:\n\n```bash\ngit clone https://github.com/carlosfab/sigmoidalvision.git\ncd sigmoidalvision\npoetry install\n```\n\n## Usage\n\nHere's an example of how to download a media asset using SigmoidalVision:\n\n```python\nfrom sigmoidalvision.assets import download_media_asset, MediaAsset\ndownload_media_asset(MediaAsset.AIRPORT)\n# File santos_dumont_airport.mp4 downloaded successfully.\n```\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "SigmoidalVision is a Python package for computer vision and machine learning tasks. It is currently under development and aims to provide a set of tools and utilities for working with image and video data.",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [
        "computer-vision",
        " machine-learning",
        " sigmoidal",
        " vision",
        " ai"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d5bfcdd40d9523a64c440f214029c531d8c65cba3a82a93d2aedb1f6549de304",
                "md5": "df63e744bcd31c7253d4956a991ddfdc",
                "sha256": "3215b8fd510812fd6d88661e81b330668f1f650b1423a5929608ed066bcf9c70"
            },
            "downloads": -1,
            "filename": "sigmoidalvision-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "df63e744bcd31c7253d4956a991ddfdc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 4888,
            "upload_time": "2024-03-31T13:48:52",
            "upload_time_iso_8601": "2024-03-31T13:48:52.939210Z",
            "url": "https://files.pythonhosted.org/packages/d5/bf/cdd40d9523a64c440f214029c531d8c65cba3a82a93d2aedb1f6549de304/sigmoidalvision-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe2db42c70252a20f5ed1c748c3a27a65cb170ded03fddf56b19b968b0e6f108",
                "md5": "a5f1e5f3327f8fdcd4d5c2e2e27654ed",
                "sha256": "ca889a97be0a11f4ca22f9d6f1b97b3df42b309a3f0e47538c6d0d4627b00989"
            },
            "downloads": -1,
            "filename": "sigmoidalvision-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a5f1e5f3327f8fdcd4d5c2e2e27654ed",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 3877,
            "upload_time": "2024-03-31T13:48:54",
            "upload_time_iso_8601": "2024-03-31T13:48:54.826514Z",
            "url": "https://files.pythonhosted.org/packages/fe/2d/b42c70252a20f5ed1c748c3a27a65cb170ded03fddf56b19b968b0e6f108/sigmoidalvision-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-31 13:48:54",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "sigmoidalvision"
}
        
Elapsed time: 0.21660s