summaryrefslogtreecommitdiffstats
path: root/ui/package.json
Commit message (Collapse)AuthorAge
* Experiment with hallucination reductionyum2025-07-25
| | | | | | | | | | - update cursorignore - add hallucination filter training & inference code - put logging into a central module - segment metadata logging occurs before filtering - segment metadata logging is on by default - check in embedded python setup script - include trained hallucination filter model
* Switch to embedded pythonyum2025-07-24
|
* Clean up packageyum2025-07-23
|
* Update avg_logprob cutoff, fix sounds, fix electron buildyum2025-07-23
|
* add segment metadata logging featureyum2025-07-23
| | | | | | | | | | | Segment metadata can now be logged to a json as the app runs. The goal is to identify the params that heavily correlate with hallucinations. Also: * use 7zip for compression in build, speeding things up * log dll download progress every few seconds * shrink package
* More polishyum2025-05-30
| | | | | | | | | | - Filters actually get applied now, huge accuracy boost - Use silero-vad python library instead of rolling our own - Expose prompt parameter - Auto setup venv on launch - Clean up python output - Auto acquire all dependencies on launch - Add icon
* Begin roughing out STT UIyum2025-05-29
| | | | HEAVILY VIBE CODED!
* Add basic electron+tailwind hello worldyum2025-05-29