# 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
```
Raw data
{
"_id": null,
"home_page": "",
"name": "amit26april",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "experts,begginers,deep learning,ai ultimate,ayush agrawal,automate steps of deep learning,manupliate image dataset,ai less code,ai work companion,basic model develoment,expert kit,ai,tensorflow,keras",
"author": "Ayush Agrawal",
"author_email": "aagrawal963@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/3d/44/45f7e94644f812c12c2d50423d24e4dfa0f441977f4a78403c4ee94bef90/amit26april-0.0.4.tar.gz",
"platform": null,
"description": "# Introduction\r\n- This project helps the begginers to generate ai models with 1 line of code.\r\n- It is also useful for experts as it will automate repetative task and experts can focus upon main model\r\n- It works right now only for image classification but there may be updates in future\r\n\r\n# Simple Usage for Begginers\r\n- Here, I have created a model to classify humuan face into 7 emotions in just 4 lines\r\n```\r\n from amit26april.image_cnn import classification\r\n\r\n model = classification()\r\n model = model.create('TRAIN',7)\r\n model.predict([x_test[0]])\r\n``````\r\n\r\n# Simple usage for Experts\r\n- Here the preperation of data is automated and it now depends upon developer , how to move futher\r\n\r\n```\r\n from amit26april.image_cnn import classification\r\n\r\n x=classification()\r\n df = x.create_dataframe('TRAIN')\r\n y_train = x.prep_y_train\r\n x_train = x.prep_x_train\r\n # Rest complex work can be done on own\r\n```\r\n",
"bugtrack_url": null,
"license": "",
"summary": "A libirary to automate developing keras models",
"version": "0.0.4",
"project_urls": null,
"split_keywords": [
"experts",
"begginers",
"deep learning",
"ai ultimate",
"ayush agrawal",
"automate steps of deep learning",
"manupliate image dataset",
"ai less code",
"ai work companion",
"basic model develoment",
"expert kit",
"ai",
"tensorflow",
"keras"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "476547c5edad72d527601864f4abd15182578ef5c7c50ee211e16312df783782",
"md5": "f194846fce8af63ade0028264b42afc9",
"sha256": "72189d7cd95746947d7e625253e29acc72ade46c4bd0fe1495babc4e0f57121f"
},
"downloads": -1,
"filename": "amit26april-0.0.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f194846fce8af63ade0028264b42afc9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 4009,
"upload_time": "2024-01-19T11:14:17",
"upload_time_iso_8601": "2024-01-19T11:14:17.703560Z",
"url": "https://files.pythonhosted.org/packages/47/65/47c5edad72d527601864f4abd15182578ef5c7c50ee211e16312df783782/amit26april-0.0.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3d4445f7e94644f812c12c2d50423d24e4dfa0f441977f4a78403c4ee94bef90",
"md5": "e62843d1be95416d03af3c7d192aa843",
"sha256": "7525d45953dc966b5a491f59036d7ba0a2f98bf498add103e3dde67d68f9dbc9"
},
"downloads": -1,
"filename": "amit26april-0.0.4.tar.gz",
"has_sig": false,
"md5_digest": "e62843d1be95416d03af3c7d192aa843",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3779,
"upload_time": "2024-01-19T11:14:20",
"upload_time_iso_8601": "2024-01-19T11:14:20.114713Z",
"url": "https://files.pythonhosted.org/packages/3d/44/45f7e94644f812c12c2d50423d24e4dfa0f441977f4a78403c4ee94bef90/amit26april-0.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-19 11:14:20",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "amit26april"
}