Skip to content
This repository was archived by the owner on Sep 14, 2025. It is now read-only.

Repository files navigation

Okrolearn

Okrolearn Logo

Okrolearn is a machine learning library created by Okerew.

Installation

To install Okrolearn for cpu, use: pip install okrolearn==0.2.7
To install for gpu do pip install okrolearn This requires cuda
#Note venv is recommended

Usage

To use Okrolearn in your code, import the main module:

fromokrolearnimportokrolearnokrolearn.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