jitsi / skynet

AI core services for Jitsi
Apache License 2.0
23 stars 7 forks source link

how to connect Skynet to a jitsi meeting? #66

Closed piperino11 closed 6 months ago

piperino11 commented 6 months ago

Hi, I didn't understand how to get skynet into a jitsi meeting and transcribe the conversation. Demo example is not very clear about the integration with Jitsi

aaronkvanmeerten commented 6 months ago

This is still a beta project which requires many manual configuration steps. I would caution anyone reviewing it to ensure you have a deep understanding of jitsi before going down this path. The integration includes configuring a jigasi in transcriber mode to join the meeting and send the audio to a transcriber. Then separately you'll need to configure a pipeline wherein finalized transcriptions are sent to a skynet instance, and then saved to some form of storage and made available to users.

Skynet itself does not take care of any of the above, it is meant to be run only as a service which performs the summarization or transcription on GPUs and returns responses.

Hope this helps.