This is a simple email generator based on the OpenAI's API It uses the GPT-3.5 model to generate emails
If you want to set this up on your own server, you can do so by following the steps below:
- Clone the repository
git clone https://github.com/Jimzical/GPTMailWhisper.git
cd .\GPTMailWhisper\
- Install the requirements
pip install -r requirements.txt
- Run the app
streamlit run app.py