emblio


Nameemblio JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/nishantb06/emblio
Summarypython package that gets embeddings from various ML models for different content types, like image video audio text
upload_time2023-10-26 16:39:01
maintainer
docs_urlNone
authorNishant Bhansali
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements torch whisper
Travis-CI No Travis.
coveralls test coverage No coveralls.
            emblio
======

.. image:: https://img.shields.io/pypi/v/emblio.svg
    :target: https://pypi.python.org/pypi/emblio
    :alt: Latest PyPI version

.. image:: https://travis-ci.org/kragniz/cookiecutter-pypackage-minimal.png
   :target: https://travis-ci.org/kragniz/cookiecutter-pypackage-minimal
   :alt: Latest Travis CI build status

python package that gets embeddings from various ML models for  different content types, like image video audio text

Usage
-----
pip install emblio==0.1.0


Installation
------------
pip install emblio==0.1.0

Requirements
^^^^^^^^^^^^

Compatibility
-------------

Licence
-------

Authors
-------

`emblio` was written by `Nishant Bhansali <nishantbhansali80@gmail.com>`_.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/nishantb06/emblio",
    "name": "emblio",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Nishant Bhansali",
    "author_email": "nishantbhansali80@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/21/89/c561829615779bf224a761845a6b4c6616d432940cfd41f18e7a9352303a/emblio-0.1.1.tar.gz",
    "platform": null,
    "description": "emblio\n======\n\n.. image:: https://img.shields.io/pypi/v/emblio.svg\n    :target: https://pypi.python.org/pypi/emblio\n    :alt: Latest PyPI version\n\n.. image:: https://travis-ci.org/kragniz/cookiecutter-pypackage-minimal.png\n   :target: https://travis-ci.org/kragniz/cookiecutter-pypackage-minimal\n   :alt: Latest Travis CI build status\n\npython package that gets embeddings from various ML models for  different content types, like image video audio text\n\nUsage\n-----\npip install emblio==0.1.0\n\n\nInstallation\n------------\npip install emblio==0.1.0\n\nRequirements\n^^^^^^^^^^^^\n\nCompatibility\n-------------\n\nLicence\n-------\n\nAuthors\n-------\n\n`emblio` was written by `Nishant Bhansali <nishantbhansali80@gmail.com>`_.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "python package that gets embeddings from various ML models for  different content types, like image video audio text",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/nishantb06/emblio"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d28fd4eccec64f6efd314fb2f7d0058b3c25b9457b8404f29ec2ddee1d17fac2",
                "md5": "a5fa5b6c35b3f97382f3d8edf09336e7",
                "sha256": "ee2f159ac64177760eeb9cee0abec336d9916c1eac4237537957dfc5e2435816"
            },
            "downloads": -1,
            "filename": "emblio-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a5fa5b6c35b3f97382f3d8edf09336e7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4877,
            "upload_time": "2023-10-26T16:39:00",
            "upload_time_iso_8601": "2023-10-26T16:39:00.160977Z",
            "url": "https://files.pythonhosted.org/packages/d2/8f/d4eccec64f6efd314fb2f7d0058b3c25b9457b8404f29ec2ddee1d17fac2/emblio-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2189c561829615779bf224a761845a6b4c6616d432940cfd41f18e7a9352303a",
                "md5": "d658ff70455219afe85268f81254738b",
                "sha256": "7d82cf321105438d14106c599b50a6f2b97ef317c674b35825c91c90e7dff015"
            },
            "downloads": -1,
            "filename": "emblio-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d658ff70455219afe85268f81254738b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3985,
            "upload_time": "2023-10-26T16:39:01",
            "upload_time_iso_8601": "2023-10-26T16:39:01.619490Z",
            "url": "https://files.pythonhosted.org/packages/21/89/c561829615779bf224a761845a6b4c6616d432940cfd41f18e7a9352303a/emblio-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-26 16:39:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nishantb06",
    "github_project": "emblio",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "torch",
            "specs": []
        },
        {
            "name": "whisper",
            "specs": []
        }
    ],
    "tox": true,
    "lcname": "emblio"
}
        
Elapsed time: 0.28889s