File size: 767 Bytes
9f22d3c
 
98e84a3
 
 
9f22d3c
 
 
98e84a3
 
 
 
 
 
 
9f22d3c
 
98e84a3
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
title: French Email Generator
emoji: 🤖
colorFrom: blue
colorTo: black
sdk: streamlit
sdk_version: 1.19.0
app_file: app.py
pinned: true
tags:
- onepoint
- email
- french
- text generation
- gpt
---

# Generating Emails with GPT-3

Email generator using the OpenAI API and the language model GPT-3 davinci-3

## How to run this on your local computer:
* Sign up for an [OpenAI account](https://platform.openai.com/signup)
* Clone this repo
* Rename the file `.streamlite/secrets.toml.template` to `.streamlite/secrets.toml`
* Create an API key and copy the value into `.streamlite/secrets.toml`
* Install requirements by using `pip install -r requirements`
* Open a terminal and run the command `streamlit run app.py`
* Connect locally to http://localhost:8501/