-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Implemented video call support with image recognition using diffusion description - Improved UI - Updated UI to Kawai v5.1 - Fixed menus - Improved mobile adaptivity - Stabilized server works - Full client solution - Better dark mode - Fixed overlaying CSS - Project partial factoring - Small directory renamings - Uploaded datasets in the first beta - Moved libraries in the "lib/" directory - Fixed request bug - Fixed overlaying topbar - Improved voice recognition
- Loading branch information
Showing
24 changed files
with
52,827 additions
and
184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
node_modules | ||
__pycache__/ | ||
static/db/*.json | ||
!static/db/history_template.json | ||
static/audio/output.aiff | ||
static/audio/output.mp3 | ||
lib/datasets/ | ||
lib/models/ | ||
lib/yunacpp/models/ | ||
lib/yunacpp/yuna.so | ||
lib/yunacpp/build-yuna/ | ||
lib/datasets/yuna/ | ||
lib/yuna/models/ | ||
lib/yuna/build-yuna/ | ||
static/img/call/captured_image.jpg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.