Lucie-AI

(★ 33)

A real-time 2D Live AI companion powered by Groq (LLaMA 3.3 & Whisper) and Live2D Hiyori Pro.

File Explorer

  • .env.example
  • .gitignore
  • build.sh
  • CODE_OF_CONDUCT.md
  • CONTRIBUTING.md
  • LICENSE
  • Procfile
  • README.md
  • SECURITY.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

uvicorn

View Details ▼

Python ASGI HTTP Server, for asynchronous projects.

uvicorn {{import.path:app_object}}

Run Python web app:

uvicorn --host {{localhost}} --port {{8080}} {{import.path:app_object}}

Listen on port 8080 on localhost:

uvicorn --reload {{import.path:app_object}}

Turn on live reload:

// repository documentation