India Papa Love
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
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 amit26april-0.0.3.tar.gz.
File metadata
- Download URL: amit26april-0.0.3.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 |
87655a79513636fcfdaf8bf0b0bb8c7e4f28060f80b6373657a38854dd8f520b
|
|
| MD5 |
bda73dad76faf08a7b777d490099960e
|
|
| BLAKE2b-256 |
b274d860ea555b3a08c2c48b9a13e0c89a48e2c6e6589bad83f037cd2347600f
|
File details
Details for the file amit26april-0.0.3-py3-none-any.whl.
File metadata
- Download URL: amit26april-0.0.3-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 |
ddfb4a7c549de5bc968fa7c8c51b3f8e9a0ac207142e967ebb670be5ad28252f
|
|
| MD5 |
9a7daa8f5b84ecec8e1ec90279fdb6a8
|
|
| BLAKE2b-256 |
2922f34b149e048f45506c7868572621cea7a292a200782dc1636fb24d31bad9
|