GetStream / meeting-summary-ollama-gemma

Create an AI-powered meeting summary tool with Python, Ollama, and Gemma

Home Page:https://youtu.be/d3Y9kwufJp0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Create an AI-powered meeting summary tool with Python, Ollama, and Gemma

https://youtu.be/d3Y9kwufJp0


Languages

Language:Python 100.0%