Skip to content

hetvi-1905/EmailGenerator19

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📧Automatic Email Generator

EmailGenerator19

🖊 Brief Intro

An automatic email generator that generates whole email based on the subject inserted by the user.

📌 Importance

Such mail generator are useful in order to generate some pre-formatted mails automatically just by inserting the subject by the user without any manual typing.

🎥 Demo Video

Email.Generator.mp4

API used

OpenAI’s API provides access to GPT-3, which performs a wide variety of NLP tasks, and Codex, which translates natural language to code.

🔁 Pipeline

  • Use UI to give subject,salutation and limit of words to the backend.
  • After clicking on "Generate Email" button, the input is given to the OpenAI API to fetch email related to the subject.
  • OpenAI uses GPT3 internally to get the corresponding result of the input entered.
  • You can send the email, by clicking on send email.

🎯 Deployment at Heroku

I have deployed the ML-Pipeline on a Web application using Streamlit. https://emailgenerator19.herokuapp.com/

🔨 Tech-Stack

  • Front-end:Streamlit
  • Back-end:Flask
  • Machine Learning Libraries:Numpy, Pandas,OpenAI API,GPT3

📷 Screenshots

Landing Page Screenshot (496)

User Input Screenshot (499)

Output Screenshot (500)

On Clicking on Send Email Screenshot (501)

About

An Automatic Email Generator Built using GPT3 and OpenAI API 📧

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published