HayashiShio's picture
update readme
8307955
|
raw
history blame
766 Bytes
metadata
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 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 and input it.