A libirary to automate developing keras models
Project description
Introduction
- This project helps the begginers to generate ai models with 1 line of code.
- It is also useful for experts as it will automate repetative task and experts can focus upon main model
- It works right now only for image classification but there may be updates in future
Simple Usage for Begginers
- Here, I have created a model to classify humuan face into 7 emotions in just 4 lines
from amit26april.image_cnn import classification
model = classification()
model = model.create('TRAIN',7)
model.predict([x_test[0]])
Simple usage for Experts
- Here the preperation of data is automated and it now depends upon developer , how to move futher
from amit26april.image_cnn import classification
x=classification()
df = x.create_dataframe('TRAIN')
y_train = x.prep_y_train
x_train = x.prep_x_train
# Rest complex work can be done on own
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
amit26april-0.0.4.tar.gz
(3.8 kB
view details)
Built Distribution
File details
Details for the file amit26april-0.0.4.tar.gz
.
File metadata
- Download URL: amit26april-0.0.4.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0rc2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7525d45953dc966b5a491f59036d7ba0a2f98bf498add103e3dde67d68f9dbc9 |
|
MD5 | e62843d1be95416d03af3c7d192aa843 |
|
BLAKE2b-256 | 3d4445f7e94644f812c12c2d50423d24e4dfa0f441977f4a78403c4ee94bef90 |
File details
Details for the file amit26april-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: amit26april-0.0.4-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0rc2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 72189d7cd95746947d7e625253e29acc72ade46c4bd0fe1495babc4e0f57121f |
|
MD5 | f194846fce8af63ade0028264b42afc9 |
|
BLAKE2b-256 | 476547c5edad72d527601864f4abd15182578ef5c7c50ee211e16312df783782 |