Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdolr/mind-overflow
Open-source Rewind.ai clone written in Rust and Vue running 100% locally with whisper.cpp
https://github.com/mdolr/mind-overflow
Last synced: about 1 month ago
JSON representation
Open-source Rewind.ai clone written in Rust and Vue running 100% locally with whisper.cpp
- Host: GitHub
- URL: https://github.com/mdolr/mind-overflow
- Owner: mdolr
- License: mit
- Archived: true
- Created: 2023-07-16T00:59:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-16T10:22:02.000Z (over 1 year ago)
- Last Synced: 2024-08-02T13:29:37.898Z (5 months ago)
- Language: Rust
- Homepage:
- Size: 202 KB
- Stars: 37
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mind-overflow
Open-source [Rewind.AI](https://rewind.ai) clone built with [Tauri](https://tauri.app) and Vue. Leverages [whisper.cpp](https://github.com/ggerganov/whisper.cpp) for Speech-to-Text and (wip: [llama.cpp](https://github.com/ggerganov/llama.cpp) for Text generation and Question Answering using Orca 13B.)
Inspired from
- [Rewind.AI](https://rewind.ai)
- [Talk](https://github.com/yacineMTB/talk)
- [Cyte](https://github.com/dhamaniasad/cytev2)## 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](https://github.com/ggerganov/whisper.cpp/tree/master/models) then place it in `src-tauri/assets/models/ggml-small.bin`
## License
The rest of the code is licensed under the MIT License