DeepMail
This mainly used for to send accuracy, epochs to your mail
To use this enable google authentication for secure apps
fROM HERE
https://myaccount.google.com/lesssecureapps?pli=1
This is used for Deep learning Engineers Mainly because every one need to know about the accuracy of validation and train datasets when they are training for CNN
#THIS CODE WILL HELP YOU HOW TO USE IN YOUR CASE####
epochs = 10
num = int(input("INFO[] ENTER NUMBER WHICH YOU NEED TO DIVIDE:-"))
for epoch in range(epochs):
history = model.fit_generator(train_generator, steps_per_epoch = 1,
epochs=1, validation_data=validation_generator,validation_steps = 1, verbose=1)
if (epoch)%num == 0:
val_acc = history.history['val_acc']
val_acc = val_acc[-1]
acc = history.history['acc']
acc = acc[-1]
#Parameters
mail = MailSender("Message", "Sender_mail@gmail.com", "password", "Reciver_mail@gmail.com", 47, val_acc, acc, epoch, num)
#Function Call
mail.mailsend()
Requirements
pip3 install DeepMail
How to attach to your System
#ubuntu
git clone https://github.com/saichandrareddy1/MailSender.git
#for windows
down load it from https://github.com/saichandrareddy1/MailSender.git
Keep this file in your CNN model directory
Import method
import Mail
Thanks
Release files for DeepMail 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| DeepMail-0.1.1.tar.gz | 3.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| DeepMail-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.9 kB
Release files / DeepMail-0.1.1.tar.gz
| Download URL | DeepMail-0.1.1.tar.gz |
|---|---|
| Size | 3.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
19f6685a1a73b38dfcad286b638f8d0aeac4a7f09d88d47620cbc9cc69133415
|
|
BLAKE2b-256 checksum How to use checksums |
150b5fd63fa2c7bcf23ed549c32ca7280a3651b3f7757dfb0d7eba31f55ef98f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
|
Release files / DeepMail-0.1.1-py3-none-any.whl
| Download URL | DeepMail-0.1.1-py3-none-any.whl |
|---|---|
| Size | 6.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
999269aca46e89cf484899ec353bfd830ef099199b5016d6b551d2e298c2acd3
|
|
BLAKE2b-256 checksum How to use checksums |
d49782e88c79a3791ecce07bc67396746d8b4f3c37527b47f78df4312db11710
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
|