Image classification engine
Project description
AKILAN : Image Classification Engine
Akilan is a Python library for quick image classification using TensorFlow. It is a wrapper around TensorFlow's tf.keras
library. It is designed to be easy to use and easy to understand. The library is currently in development and is not yet ready for use. The library uses numpy
, pandas
, matplotlib
and seaborn
for data manipulation and visualization. The library is written in Python 3.6. It is tested on windows and linux.
Installation
Use the package manager pip to install the library.
pip install akilan
Usage
import ICE
# Convert directory into dataframe
df = ICE.dir_to_df(path)
# Create train and test dataframes
train_df, test_df = ICE.split_df(df, test_size=0.2)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
akilan-0.0.2.tar.gz
(1.9 kB
view details)
File details
Details for the file akilan-0.0.2.tar.gz
.
File metadata
- Download URL: akilan-0.0.2.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c4cf652a0f703ba04cc1dc96b1f13c9e535de274e4145e483667de5129075222 |
|
MD5 | 0b6ff96e5e5a8283f2162dfb5c9a4a3b |
|
BLAKE2b-256 | af94254f489489a6c2ae1c8035f432bd1a2c32f22a12cc5fcc56899aff820215 |