TensorScratch


NameTensorScratch JSON
Version 1.0.0 PyPI version JSON
download
home_page
SummaryPython library for tensorscratch.
upload_time2023-08-23 15:22:31
maintainer
docs_urlNone
authorLIZARD_OFFICIAL
requires_python
license
keywords python ai language models natural language proccessing nlp
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Interact with tensorscratch models in python!

___



###### TensorScratchModel.train({"Hello":["Hi","How can I help you today?"],"Hi":["Hello"]}) - 

###### Adds json data to the model. 

###### Erases old model if overwrite=True is added.

###### TensorScratchModel.load("model.json") - Adds model.json's data to the model.

###### Erases old model if overwrite=True is added.

###### TensorScratchModel.save("model.json") - Saves the model to model.json

###### TensorScratchModel.test("Hi") - Returns True if model has this question otherwise False.

###### TensorScratchModel.optimize() - Sorts the list by the length of questions to make model less heavier.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "TensorScratch",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,ai,language models,natural language proccessing,nlp",
    "author": "LIZARD_OFFICIAL",
    "author_email": "<lizard.official.77@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/cc/c2/60d443700dfdc3826845321a4c1768252ae15a61dac7bf2e1b3d7449ae1b/TensorScratch-1.0.0.tar.gz",
    "platform": null,
    "description": "\r\n# Interact with tensorscratch models in python!\r\r\n___\r\r\n\r\r\n###### TensorScratchModel.train({\"Hello\":[\"Hi\",\"How can I help you today?\"],\"Hi\":[\"Hello\"]}) - \r\r\n###### Adds json data to the model. \r\r\n###### Erases old model if overwrite=True is added.\r\r\n###### TensorScratchModel.load(\"model.json\") - Adds model.json's data to the model.\r\r\n###### Erases old model if overwrite=True is added.\r\r\n###### TensorScratchModel.save(\"model.json\") - Saves the model to model.json\r\r\n###### TensorScratchModel.test(\"Hi\") - Returns True if model has this question otherwise False.\r\r\n###### TensorScratchModel.optimize() - Sorts the list by the length of questions to make model less heavier.\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Python library for tensorscratch.",
    "version": "1.0.0",
    "project_urls": null,
    "split_keywords": [
        "python",
        "ai",
        "language models",
        "natural language proccessing",
        "nlp"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ccc260d443700dfdc3826845321a4c1768252ae15a61dac7bf2e1b3d7449ae1b",
                "md5": "86799d098d1bc150fa8fcf20352ab7c6",
                "sha256": "e1652c255b63fb0140f585d98173c0ce2d9b4c60de91b50bda161febcfcf7caf"
            },
            "downloads": -1,
            "filename": "TensorScratch-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "86799d098d1bc150fa8fcf20352ab7c6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1706,
            "upload_time": "2023-08-23T15:22:31",
            "upload_time_iso_8601": "2023-08-23T15:22:31.541017Z",
            "url": "https://files.pythonhosted.org/packages/cc/c2/60d443700dfdc3826845321a4c1768252ae15a61dac7bf2e1b3d7449ae1b/TensorScratch-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-23 15:22:31",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "tensorscratch"
}
        
Elapsed time: 0.48959s