Skip to content

Jimzical/GPTMailWhisper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatGPT Based Email Generator Streamlit App

This is a simple email generator based on the OpenAI's API It uses the GPT-3.5 model to generate emails

Screenshots

  • Generate Email Screenshot

  • Generate Email with Context Screenshot

  • Advanced Settings Screenshot

  • API Cost Graph Screenshot

Installation

If you want to set this up on your own server, you can do so by following the steps below:

  1. Clone the repository
git clone https://github.com/Jimzical/GPTMailWhisper.git
cd .\GPTMailWhisper\
  1. Install the requirements
pip install -r requirements.txt
  1. Run the app
streamlit run app.py