#Created my own local neuro sama with tauri, live2d, ollama and kokoro

5 messages · Page 1 of 1 (latest)

leaden halo
#

Sort of a proof of concept and WIP but getting everything working together was cool. I uploaded a video so you can see the response: https://www.youtube.com/watch?v=hKu2ERtyNTA

I'm glad that even the model's chain of thought I was weird for making this 😂

Just a little demo of a quick tauri app stitched together with ollama and kokoro fast api... everything running locally. Used an example live2d model to test with.

It's pretty slow but I'm sure this model is overkill. I'm working on fine tuning another model for more novel responses that are a bit more... fun? haha

Edit: I am aware of the do...

â–¶ Play video
proud anchor
#

Nice. Are you using a python sidecar to talk to Kokoro? Being try to do this myself. Edit, just found a kokoro js library. Gonna try it out

leaden halo
#

If I build for a computer other than my own I might sidecar it, for now this works for me 😄

proud anchor
#

Oh okay, I guess I could do a flask api to run locally but I wanted to have the whole thing self contained. You may be able to get kokoro.js working, I had trouble likely due to my inexperience with tauri