Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 994 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 994 Bytes

Screenshot 2024-03-06 at 10 14 58 AM

Using Ollama and Gemma to build an AI meeting summary tool

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.