[DRAFT] A lightweight voice assistant for the raspberry pi#8
Draft
YakimaProgrammer wants to merge 22 commits into
Draft
[DRAFT] A lightweight voice assistant for the raspberry pi#8YakimaProgrammer wants to merge 22 commits into
YakimaProgrammer wants to merge 22 commits into
Conversation
Co-authored-by: aider (openai/gpt-5-mini-2025-08-07) <aider@aider.chat>
Co-authored-by: aider (openai/gpt-5-mini-2025-08-07) <aider@aider.chat>
…low latency" This reverts commit 788f75b.
…asis (env) magnus@magnuspersonal:~/programming/cse481/vox-tiny$ python3 benchmarking.py Loading dataset... Warning: You are sending unauthenticated requests to the HF Hub. Please set a HF_TOKEN to enable higher rate limits and faster downloads. train=7163 test=1791 === EMBEDDING MODEL === Loading weights: 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 103/103 [00:00<00:00, 7329.59it/s] Batches: 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 28/28 [00:04<00:00, 5.65it/s] Batches: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 7/7 [00:01<00:00, 5.49it/s] accuracy = 0.8442 test time = 1.341s per sample = 0.749 ms === TFIDF MODEL === accuracy = 0.7923 test time = 0.160s per sample = 0.089 ms
(env) magnus@magnuspersonal:~/programming/cse481/vox-tiny$ python3 benchmarking2.py Loading dataset... Warning: You are sending unauthenticated requests to the HF Hub. Please set a HF_TOKEN to enable higher rate limits and faster downloads. === TFIDF + LOGISTIC REGRESSION === Training... /home/magnus/programming/cse481/vox-tiny/env/lib/python3.14/site-packages/sklearn/linear_model/_logistic.py:1457: FutureWarning: 'n_jobs' has no effect since 1.8 and will be removed in 1.10. You provided 'n_jobs=-1', please leave it unspecified. warnings.warn(msg, category=FutureWarning) accuracy = 0.8431 test time = 0.001s per sample = 0.001 ms
Co-authored-by: aider (openai/gpt-5-mini-2025-08-07) <aider@aider.chat>
This reverts commit 033edf9.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DO NOT MERGE THIS PR - I will be rebasing and committing this branch extensively
Notable TODOs
sentence_transformerson the Pi because that library is too heavy at runtime