john-holland / wave-reader

A motion based reader extension to help those with tracking problems.
MIT License
1 stars 0 forks source link

chat gpt ingestion of a website and a query for "what is the most important information on this page?" then high lighting those sections for selectors, or just exposing them? #36

Open john-holland opened 11 months ago

john-holland commented 11 months ago

a/c:

john-holland commented 11 months ago

I don't like premium features for educational or utilitarian software, but the ML server hours may prove expensive, although, idk, an ec2 small running a pretrained model might be able to pull the weight just fine ^^

john-holland commented 9 months ago

https://lxe.co/wasmgpt/ webassembly running a language model -- while the extension is a desktop affair, it may still be better to use an api like openai, even though cached load times aren't bad.

john-holland commented 9 months ago

could also use TensorFlow.js with a knn word to vec model looking for "does this sound readable" or something?