User-friendly claims decision support system. EDI 837 expert and learns your business process flows over time.
git clone https://github.com/open-webui/open-webui.git
cd open-webui/
# Copying required .env file
cp -RPp .env.example .env
# Building Frontend Using Node
npm i
npm run build
# Serving Frontend with the Backend
cd ./backend
pip install -r requirements.txt -U
cd ..
npm install electron --save-dev
npm start
This project is licensed under the MIT License - see the LICENSE file for details. 📄
Built from Open WebUI.