Lucie-AI
A real-time 2D Live AI companion powered by Groq (LLaMA 3.3 & Whisper) and Live2D Hiyori Pro.
File Explorer
- ci.yml
- dependabot.yml
- __init__.py
- audio_utils.py
- config.py
- emotion_engine.py
- groq_client.py
- main.py
- memory.py
- requirements.txt
- tts_engine.py
- style.css
- audio-handler.js
- emotion-animator.js
- live2d-loader.js
- main.js
- ui-controller.js
- websocket.js
- live2d.min.js
- live2dcubismcore.min.js
- texture_00.png
- texture_01.png
- hiyori_m01.motion3.json
- hiyori_m02.motion3.json
- hiyori_m03.motion3.json
- hiyori_m04.motion3.json
- hiyori_m05.motion3.json
- hiyori_m06.motion3.json
- hiyori_m07.motion3.json
- hiyori_m08.motion3.json
- hiyori_m09.motion3.json
- hiyori_m10.motion3.json
- hiyori_pro_t11.cdi3.json
- hiyori_pro_t11.moc3
- hiyori_pro_t11.model3.json
- hiyori_pro_t11.physics3.json
- hiyori_pro_t11.pose3.json
- index.html
- .env.example
- .gitignore
- build.sh
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- Procfile
- README.md
- SECURITY.md
# Use via CDN
jsDelivrjsDelivr 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.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
uvicorn
View Details ▼
uvicorn
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
Was this content helpful?
(0 ratings)
