A Package for AI projects
Project description
This is simple package for your easy AI projects.
[ImageClassification]
Classification is as simple as...
from X_AI.Vision.ImageClassification import Classify classify = Classify.ImageClassification(path) #path to imagefolder classify._Train()
That's it your model is trained
To plot your results:-
classify.plot_results()
To predict on New images:
classify._predict()
To save your model/weights:
classify.save_model(path) #path to store the model classify.save_weights(path) # path to store weights
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file X_AI-0.0.3.tar.gz.
File metadata
- Download URL: X_AI-0.0.3.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca19abb504efbf64bac6e77c00b7a18485047f095284de9fb925c9611f2ac3fd
|
|
| MD5 |
85a3ff89b2e962d3ed935d5837eda008
|
|
| BLAKE2b-256 |
a9591f26f94c448b9fc5f053234696dcbf1a66b1f002ddb7176727bcd66640e0
|
File details
Details for the file X_AI-0.0.3-py3-none-any.whl.
File metadata
- Download URL: X_AI-0.0.3-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dee1ff5941487aed478b7464abfa291efb2e01536cdaf1e946c6e3dca20060f1
|
|
| MD5 |
509e585c7ce4fb47b8f1c436810aa606
|
|
| BLAKE2b-256 |
9e9614d324a174eeb2ae72705c1cb1a92b39b6dc8cb68c5155253da8cba84f21
|