Skip to content

Files

Latest commit

f8ca05d · · Nov 10, 2025

History

History
32 lines (27 loc) · 1.52 KB

README.md

File metadata and controls

32 lines (27 loc) · 1.52 KB

Notes

A program that allows you to record any lessons and later transcribe and summarize them automatically.

Frontend

Build with tauri and leptos. Only record and sends the reccordings to the backend.

Backend

Build with leptos, whisper-rs and ollama.
Transcribes and summarizes the lectures..

Demo

https://hc-cdn.hel1.your-objectstorage.com/s/v3/aeb94e7f22188dffab04b249f23850efd75b96e1_demo.mp4
I've used the audio of a 1Brown3Blue video.
There is an already transcribed version, because it takes about 20 minutes to transcribe the whole video.
The output is not formated yet, because I haven't decided on a specific AI model to use and they all have different outputt

Building

Frontend

Backend