Kasneci-Lab / AI-assisted-writing

MIT License
22 stars 18 forks source link

Peer Logo

Try PEER on https://peer.edu.sot.tum.de

Requirements

1. create an api json file

Create a secrects.toml file under in a .streamlit directory. An example:

[openai_secrets]
openai_key =  "sk-..."

[ocr_secrets]
ocr_app_id =  "..."
ocr_app_key = "..."

2. use Docker

sudo docker build -t ai-assisted-writting:0.1.0 .
sudo docker run -p 8501:8501 --name aaw ai-assisted-writting:0.1.0

2. run locally

streamlit run app.py