Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 703 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 703 Bytes

Peer Logo

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

Requirements

  • python=3.10
  • apt install packages.txt
    pip install requirements.txt
    

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