Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 455 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 455 Bytes

LLM Chat App

A simple desktop chat application built with:

  • Backend: Python (Flask)
  • Frontend: Vue.js
  • CSS Framework: Water.css
  • Desktop Framework: PyWebView

Setup

  1. Install backend dependencies:
cd backend
pip install -r requirements.txt
  1. Install frontend dependencies:
cd frontend
npm install
  1. Build frontend:
cd frontend
npm run build
  1. Run the application:
cd backend
python app.py