okrolearn


Nameokrolearn JSON
Version 2.7.0 PyPI version JSON
download
home_pageNone
SummaryA machine learning library created by Okerew, which is supposed to be a raw implementation of combining pytorch with scikit-learn
upload_time2024-08-30 19:27:40
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Okrolearn

![Okrolearn Logo](https://github.com/Okerew/okrolearn/assets/93822247/2c3e95ea-394d-4e29-8b97-13281ee695b7)

Okrolearn is a machine learning library created by Okerew.

## Installation

To install Okrolearn for cpu, use:
`pip install okrolearn==0.2.2`
<br>
To install for gpu do
`pip install okrolearn`
<br>
#Note venv is recommended

## Usage

To use Okrolearn in your code, import the main module:
```python
from okrolearn import okrolearn
okrolearn.Tensor() # Example usage
```
To integrate Okrolearn into your project directory, install the requirements and import it:
`from okrolearn.src.okrolearn import *`
You can also download the okrolearn.py file and import it:
`from okrolearn import *`
## Notes
The gpu version will not work as good as cpu version for small data 
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "okrolearn",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Okerew <93822247+Okerew@users.noreply.github.com>",
    "download_url": "https://files.pythonhosted.org/packages/16/a7/71b778f6ce19387d618fd66eb3434a05f6302c10010dc505356144b83128/okrolearn-2.7.0.tar.gz",
    "platform": null,
    "description": "# Okrolearn\n\n![Okrolearn Logo](https://github.com/Okerew/okrolearn/assets/93822247/2c3e95ea-394d-4e29-8b97-13281ee695b7)\n\nOkrolearn is a machine learning library created by Okerew.\n\n## Installation\n\nTo install Okrolearn for cpu, use:\n`pip install okrolearn==0.2.2`\n<br>\nTo install for gpu do\n`pip install okrolearn`\n<br>\n#Note venv is recommended\n\n## Usage\n\nTo use Okrolearn in your code, import the main module:\n```python\nfrom okrolearn import okrolearn\nokrolearn.Tensor() # Example usage\n```\nTo integrate Okrolearn into your project directory, install the requirements and import it:\n`from okrolearn.src.okrolearn import *`\nYou can also download the okrolearn.py file and import it:\n`from okrolearn import *`\n## Notes\nThe gpu version will not work as good as cpu version for small data ",
    "bugtrack_url": null,
    "license": null,
    "summary": "A machine learning library created by Okerew, which is supposed to be a raw implementation of combining pytorch with scikit-learn",
    "version": "2.7.0",
    "project_urls": {
        "Documentation": "https://github.com/Okerew/okrolearn#readme",
        "Issues": "https://github.com/Okerew/okrolearn/issues",
        "Source": "https://github.com/Okerew/okrolearn"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "40d2540cff4fadc8a8a9c13a6c989f7bec8e8d72b57320c163df976c023a62fd",
                "md5": "6f567829d54b4b76ad87ca772adf4319",
                "sha256": "03a453378169ed874bdbd2330757cd1f2578543ab1c0b9cd0403e7ed8ca89256"
            },
            "downloads": -1,
            "filename": "okrolearn-2.7.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6f567829d54b4b76ad87ca772adf4319",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 43236,
            "upload_time": "2024-08-30T19:27:38",
            "upload_time_iso_8601": "2024-08-30T19:27:38.478231Z",
            "url": "https://files.pythonhosted.org/packages/40/d2/540cff4fadc8a8a9c13a6c989f7bec8e8d72b57320c163df976c023a62fd/okrolearn-2.7.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16a771b778f6ce19387d618fd66eb3434a05f6302c10010dc505356144b83128",
                "md5": "7529bad5300f2f5a61b8bcbcfe9acd1d",
                "sha256": "e536e327f520a8308da679a38c4a23a5d7be4daf56546beaa9d174a00506e1b8"
            },
            "downloads": -1,
            "filename": "okrolearn-2.7.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7529bad5300f2f5a61b8bcbcfe9acd1d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 213967,
            "upload_time": "2024-08-30T19:27:40",
            "upload_time_iso_8601": "2024-08-30T19:27:40.784769Z",
            "url": "https://files.pythonhosted.org/packages/16/a7/71b778f6ce19387d618fd66eb3434a05f6302c10010dc505356144b83128/okrolearn-2.7.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-30 19:27:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Okerew",
    "github_project": "okrolearn#readme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "okrolearn"
}
        
Elapsed time: 0.62450s