This repository accompanies this YouTube video. In short, it creates a tool that summarizes meetings using the powers of AI.
The tooling that is used is:
It takes data transcribed from a meeting (e.g. using the Stream Video SDK) and preprocesses it first.
Then, it is fed to the Gemma model (in this case, the gemma:2b
model) to produce a summary.
If you want to learn more, feel free to reach out or comment under the YouTube video.
If you enjoy the repository, feel free to give it a ⭐️ and share it with your friends.