Skip to content

atxcowboy/kw

This branch is 1 commit ahead of Kasneci-Lab/AI-assisted-writing:ui.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9860df0 · Jun 2, 2024
Jan 22, 2024
Feb 9, 2023
Jul 13, 2023
Jun 2, 2024
Jan 9, 2023
Aug 1, 2023
Aug 1, 2023
Jul 13, 2023
Jul 3, 2023
Jul 13, 2023
Jun 15, 2023
Jul 13, 2023

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%