Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (12 loc) · 1 KB

README.md

File metadata and controls

21 lines (12 loc) · 1 KB

mind-overflow

Open-source Rewind.AI clone built with Tauri and Vue. Leverages whisper.cpp for Speech-to-Text and (wip: llama.cpp for Text generation and Question Answering using Orca 13B.)

Inspired from

tl;dr

This software captures all textual content displayed on your screen or heard through your microphone and turns it into a searchable and interactive database. Allowing you to go back at any point in time to find what you were looking for in its original context.

Models

Still WIP for now download GGML base.bin whisper.cpp model using instructions in whisper.cpp then place it in src-tauri/assets/models/ggml-small.bin

License

The rest of the code is licensed under the MIT License