matplotlib-ai


Namematplotlib-ai JSON
Version 1.0.3 PyPI version JSON
download
home_pagehttps://github.com/notY0rick/mpl_ai
SummaryA GPT-powered tool to bring no-code data visualization to life!
upload_time2023-07-09 21:21:19
maintainer
docs_urlNone
authorYorick Chern
requires_python
licenseMIT
keywords python gpt matplotlib no code llm
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
Do you also have a love-hate relationship with matplotlib? So do I! 
That's why I created this mini-project that can help you graph your data using natural language. 
The package dependencies require openai and matplotlib, and it is unbelievably easy to use. 
Calling OpenAI's GPT API, prompt engineering, and using few-shot learning, matplotlib_ai is capable 
of generating graphs without requiring you to write a single line of matplotlib code! Check out this GitHub link:
https://github.com/notY0rick/matplotlib_ai



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/notY0rick/mpl_ai",
    "name": "matplotlib-ai",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,gpt,matplotlib,no code,LLM",
    "author": "Yorick Chern",
    "author_email": "yorichek.007@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/46/ff/5c6f2b4ca6b6c4f56db6fd7711a77fd98fcd296430c774f208b04a32cef0/matplotlib_ai-1.0.3.tar.gz",
    "platform": null,
    "description": "\nDo you also have a love-hate relationship with matplotlib? So do I! \nThat's why I created this mini-project that can help you graph your data using natural language. \nThe package dependencies require openai and matplotlib, and it is unbelievably easy to use. \nCalling OpenAI's GPT API, prompt engineering, and using few-shot learning, matplotlib_ai is capable \nof generating graphs without requiring you to write a single line of matplotlib code! Check out this GitHub link:\nhttps://github.com/notY0rick/matplotlib_ai\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A GPT-powered tool to bring no-code data visualization to life!",
    "version": "1.0.3",
    "project_urls": {
        "Homepage": "https://github.com/notY0rick/mpl_ai"
    },
    "split_keywords": [
        "python",
        "gpt",
        "matplotlib",
        "no code",
        "llm"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba05d91d4338edbe20cd99e748ccea468932d40cd978c91742ebf6ea05909b8e",
                "md5": "4399cdf9d02485a5741459ee3a41a7ef",
                "sha256": "c05940dd4f947f41a10dfca54750ba366c0c49d88e86363cac2f5709b2f59e6a"
            },
            "downloads": -1,
            "filename": "matplotlib_ai-1.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4399cdf9d02485a5741459ee3a41a7ef",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4068,
            "upload_time": "2023-07-09T21:21:18",
            "upload_time_iso_8601": "2023-07-09T21:21:18.052943Z",
            "url": "https://files.pythonhosted.org/packages/ba/05/d91d4338edbe20cd99e748ccea468932d40cd978c91742ebf6ea05909b8e/matplotlib_ai-1.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "46ff5c6f2b4ca6b6c4f56db6fd7711a77fd98fcd296430c774f208b04a32cef0",
                "md5": "d834b329257b093506841d81f5843e6e",
                "sha256": "a7f33ac61220e512a499ae757f81e71ada1b5cfcdbbb2df1973193c3d7391312"
            },
            "downloads": -1,
            "filename": "matplotlib_ai-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "d834b329257b093506841d81f5843e6e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4463,
            "upload_time": "2023-07-09T21:21:19",
            "upload_time_iso_8601": "2023-07-09T21:21:19.351041Z",
            "url": "https://files.pythonhosted.org/packages/46/ff/5c6f2b4ca6b6c4f56db6fd7711a77fd98fcd296430c774f208b04a32cef0/matplotlib_ai-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-09 21:21:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "notY0rick",
    "github_project": "mpl_ai",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "matplotlib-ai"
}
        
Elapsed time: 0.16946s