For mail Deep learning
Project description
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
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
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 DeepMail-0.1.1.tar.gz.
File metadata
- Download URL: DeepMail-0.1.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19f6685a1a73b38dfcad286b638f8d0aeac4a7f09d88d47620cbc9cc69133415
|
|
| MD5 |
615cd38ec3332c72e9c4f2514b009cd2
|
|
| BLAKE2b-256 |
150b5fd63fa2c7bcf23ed549c32ca7280a3651b3f7757dfb0d7eba31f55ef98f
|
File details
Details for the file DeepMail-0.1.1-py3-none-any.whl.
File metadata
- Download URL: DeepMail-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
999269aca46e89cf484899ec353bfd830ef099199b5016d6b551d2e298c2acd3
|
|
| MD5 |
42045806923d4dba3c15a2fba4f16fca
|
|
| BLAKE2b-256 |
d49782e88c79a3791ecce07bc67396746d8b4f3c37527b47f78df4312db11710
|