A tool that summarizes audio into text, with focus on academic use, annotate key points of a class, summarize really long lectures, or record yourself reading the material to then have it summarized.
- Have it to ask questions to you about the material
- direct mic transcription
- A nice GUI
- phone compatibility
- whisper (for managing audio)
- Ollama (for managing text)
- Torch
- English
This example was made by feeding a video explaining ohm's law (https://youtu.be/_rSHqvjDksg?si=K-6AEUJeF_q6pKgO)
- Español
Este ejemplo fue hecho utilizando un video corto explicando la ley de ohm (https://youtu.be/izDKIyCPRWE)
- linux
curl -fsSL https://ollama.com/install.sh | sh
- Windows & MacOS visit Ollama's website (https://ollama.com/download/windows) / (https://ollama.com/download/mac)
sudo pacman -S python-openai-whisper
git clone https://github.com/aguscsc/Summarizer.git
cd code
python summarizer.py
Run summarizer.py and you'll be prompted to choose a whisper model, you can visit openai's whisper repo for more information about the models (https://github.com/openai/whisper.git).
Choose a Whisper model (e.g. tiny, base, small, medium, large):
"YOUR CHOICE HERE"
Insert audio file path:
"YOUR AUDIO PATH HERE"