akaedu2012 / llm_rag_a2f

this project demostrate the idea of using RAG for chatbot with avatar in audio2face of omniverse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

open omniverse audio2face, and open the file data/claire.usd

pip install -r requirements.txt

how to start LLM service?

if you are using ollama, just install ollama, and launch it with: ollama serve

if you are using native llama, following these commands:

cd backend

python3 llamaapi.py

how to start TTS service?

cd backend

python ttsapi.py

in case you launch all the services in another machine, change the url in the settings.py

how to start the web ui?

launch python web.py

use your favorite browsewr to open static/chatbox.html

About

this project demostrate the idea of using RAG for chatbot with avatar in audio2face of omniverse


Languages

Language:Python 76.7%Language:HTML 16.4%Language:JavaScript 4.2%Language:CSS 2.7%