Skip to content

atxcowboy/kw

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.9%
  • Dockerfile 1.1%