omnimodal


Nameomnimodal JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/kyegomez/NExT-GPT
SummaryNextGPT - Pytorch
upload_time2023-09-12 15:37:04
maintainer
docs_urlNone
authorKye Gomez
requires_python>=3.6,<4.0
licenseMIT
keywords artificial intelligence deep learning optimizers prompt engineering
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Multi-Modality](agorabanner.png)](https://discord.gg/qUtxnK2NMf)

# Next GPT
Implementation of "NExT-GPT: Any-to-Any Multimodal LLM",

Paper Link

# Appreciation
* Lucidrains
* Agorians


# Install
`pip install next-gpt`

# Usage


# Architecture

# Todo


# License
MIT

# Citations
```BibTeX
@articles{wu2023nextgpt,
  title={NExT-GPT: Any-to-Any Multimodal LLM},
  author={Shengqiong Wu, Hao Fei, Leigang Qu, Wei Ji, Tat-Seng Chua},
  journal = {CoRR},
  volume = {abs/2309.05519},
  year={2023}
}
```
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kyegomez/NExT-GPT",
    "name": "omnimodal",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6,<4.0",
    "maintainer_email": "",
    "keywords": "artificial intelligence,deep learning,optimizers,Prompt Engineering",
    "author": "Kye Gomez",
    "author_email": "kye@apac.ai",
    "download_url": "https://files.pythonhosted.org/packages/ae/63/ee396448f50ee5ae1243beec8f0695770fb206bb9e05191a3de6ca3753bc/omnimodal-0.0.1.tar.gz",
    "platform": null,
    "description": "[![Multi-Modality](agorabanner.png)](https://discord.gg/qUtxnK2NMf)\n\n# Next GPT\nImplementation of \"NExT-GPT: Any-to-Any Multimodal LLM\",\n\nPaper Link\n\n# Appreciation\n* Lucidrains\n* Agorians\n\n\n# Install\n`pip install next-gpt`\n\n# Usage\n\n\n# Architecture\n\n# Todo\n\n\n# License\nMIT\n\n# Citations\n```BibTeX\n@articles{wu2023nextgpt,\n  title={NExT-GPT: Any-to-Any Multimodal LLM},\n  author={Shengqiong Wu, Hao Fei, Leigang Qu, Wei Ji, Tat-Seng Chua},\n  journal = {CoRR},\n  volume = {abs/2309.05519},\n  year={2023}\n}\n```",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "NextGPT - Pytorch",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/kyegomez/NExT-GPT",
        "Repository": "https://github.com/kyegomez/NExT-GPT"
    },
    "split_keywords": [
        "artificial intelligence",
        "deep learning",
        "optimizers",
        "prompt engineering"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cf70c147e39f2aa0860357be17638a3af912ba0b24be89bd85ec87c650ff6f98",
                "md5": "51e45a278fdc9794f23b26091855fccd",
                "sha256": "5250c937a8a5b5785611151767b10fdda8f8f6168b5e055f6145b6a6e15a0191"
            },
            "downloads": -1,
            "filename": "omnimodal-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "51e45a278fdc9794f23b26091855fccd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6,<4.0",
            "size": 21856,
            "upload_time": "2023-09-12T15:37:01",
            "upload_time_iso_8601": "2023-09-12T15:37:01.933459Z",
            "url": "https://files.pythonhosted.org/packages/cf/70/c147e39f2aa0860357be17638a3af912ba0b24be89bd85ec87c650ff6f98/omnimodal-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae63ee396448f50ee5ae1243beec8f0695770fb206bb9e05191a3de6ca3753bc",
                "md5": "62478970b7f94d1eb8cfced0414516e2",
                "sha256": "4ca4f355d1270bf6e58b219f78740169d31d57f571791584e29b3bbef2191942"
            },
            "downloads": -1,
            "filename": "omnimodal-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "62478970b7f94d1eb8cfced0414516e2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6,<4.0",
            "size": 20961,
            "upload_time": "2023-09-12T15:37:04",
            "upload_time_iso_8601": "2023-09-12T15:37:04.091418Z",
            "url": "https://files.pythonhosted.org/packages/ae/63/ee396448f50ee5ae1243beec8f0695770fb206bb9e05191a3de6ca3753bc/omnimodal-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-12 15:37:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kyegomez",
    "github_project": "NExT-GPT",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "omnimodal"
}
        
Elapsed time: 0.18994s