Skip to content

A collection of AI model endpoints you can run locally for a real-time audio2face system. Toy demonstration, not for production. Use this to learn!

License

Notifications You must be signed in to change notification settings

AnimaVR/NeuroSync_Real-Time_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeuroSync_Real-Time_API

Download the NEUROSYNC model from Hugging Face

A collection of AI model endpoints you can run locally for a real-time audio2face system.

Used with The Player, NeuroSync real-time api creates facial blendshape animations that are sent to Unreal Engine via LiveLink from audio or text inputs, locally.

It also provides extra endpoints for modular AI model integrations - expand your AI's capabilities with embeddings, image to text vision models and audio to text from whisper.

You will need to download the models from huggingface and put them in the correct folders (kokoro installs automatically, dont worry about that one - just do the correct pip install first : pip install -q kokoro>=0.8.2 soundfile )

Take note of licences, for your use case.

Text to Embeddings : https://huggingface.co/Snowflake/snowflake-arctic-embed-m-v1.5

NeuroSync Audio2Face : https://huggingface.co/AnimaVR/NEUROSYNC_Audio_To_Face_Blendshape

Whisper_Turbo (STT) : https://huggingface.co/openai/whisper-large-v3-turbo

Vision (image to text) : https://huggingface.co/Salesforce/blip-image-captioning-large | https://huggingface.co/openai/clip-vit-large-patch14 | https://huggingface.co/dandelin/vilt-b32-finetuned-vqa

About

A collection of AI model endpoints you can run locally for a real-time audio2face system. Toy demonstration, not for production. Use this to learn!

Topics

Resources

License

Stars

Watchers

Forks

Languages