Skip to main content

Sending mails in Deep Learning projects to know how it is working

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

DeepMail-0.1.0.tar.gz (1.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

DeepMail-0.1.0-py3-none-any.whl (6.0 kB view details)

Uploaded Python 3

File details

Details for the file DeepMail-0.1.0.tar.gz.

File metadata

  • Download URL: DeepMail-0.1.0.tar.gz
  • Upload date:
  • Size: 1.8 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

Hashes for DeepMail-0.1.0.tar.gz
Algorithm Hash digest
SHA256 e5af1a60ddbea3503b077b9dc84e53ab4696869746aeb6b602bd5e24799863b0
MD5 0088b423edb1be10da7565b0330f3a5d
BLAKE2b-256 4ba3e4a3ec89bc625b9cbf30490dff3026592b779ebc99d223dd1be593e850b0

See more details on using hashes here.

File details

Details for the file DeepMail-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: DeepMail-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 6.0 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

Hashes for DeepMail-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e5f0bf968eabaacfcc11f88c89f37776958dadba8278761a48c93d6b7b6d6af4
MD5 019c5d4e638051c2268956ed02b65e42
BLAKE2b-256 7098f12ce89c64cd50e8f7d31aaacb19e89d5255d645a18534704b6c6ddcd895

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page