--- title: Email Assistant Special Course emoji: 💻 colorFrom: indigo colorTo: blue sdk: streamlit sdk_version: 1.2.0 app_file: app.py pinned: false license: mit --- Check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference # Email Assistant via GPT-3 A project for DS5899 Transformer 2022/03/16 Demo created 2022/04/18 Demo completed # How to run the demo: * [Sign up](https://beta.openai.com/) for an OpenAI account * Clone this repo to local * Install streamlit and openai by running commands: * pip install streamlit * pip install openai * Run the frontend locally by running the command in the project path: * streamlit run frontend.py * Copy the [API key](https://beta.openai.com/account/api-keys) and input it.