Skip to content

okdshin/llm-chatapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages