Pyezspark
Install With PIP
pip install Pyezspark
Install From the repo
-
Download this repo
-
run in the repo directory
sh install.sh
Do You want to train other people models?
-
Go to https://app.ezspark.ai
-
Select a training from the dashboard
-
In the details take the training public key
-
Run
import pyezspark
training_public_key = ''
ez = pyezspark.EzSpark(training_public_key)
ez.execute()
Do You want to host a training?
-
Go to https://app.ezspark.ai
-
Create an account
-
Create a new training
-
Get the training public key and training private key from the info of "My Trainings"
-
Run
import pyezspark
training_public_key = ''
training_private_key = ''
ez = pyezspark.EzSpark(training_public_key, training_private_key = training_private_key)
ez.execute()
Release files for Pyezspark 2.2.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Pyezspark-2.2.2.tar.gz | 18.4 kB | Details |
Release files / Pyezspark-2.2.2.tar.gz
| Download URL | Pyezspark-2.2.2.tar.gz |
|---|---|
| Size | 18.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c5824a8763c504878c28280e6be098a405c10ebdd356e21d166a86bacae3b128
|
|
BLAKE2b-256 checksum How to use checksums |
db25050be59e1daa8a136b503be3150f884d1ec1b303e0fceb950b030c6aeab3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.12 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/10.6.0 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9
|