Skip to content

User-friendly WebUI for LLMs (Formerly Ollama WebUI)

License

Notifications You must be signed in to change notification settings

jclavin2/open-webui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Medical Data Polygraph

For evaluation and payment of Electronic Data Interchange (EDI) 837 data

User-friendly claims decision support system. EDI 837 expert and learns your business process flows over time.

Build and Install 🛠️

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

License 📜

This project is licensed under the MIT License - see the LICENSE file for details. 📄

Acknowledgments

Built from Open WebUI.

About

User-friendly WebUI for LLMs (Formerly Ollama WebUI)

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Svelte 60.0%
  • Python 26.1%
  • TypeScript 10.8%
  • Shell 0.9%
  • CSS 0.8%
  • Dockerfile 0.5%
  • Other 0.9%