Training a model is objectively easier than generating the sum total of human creative output prior to 2020. That's why the big labs are doing it. What's the difference here?
Just a note, be careful on your laptop in the front passenger seat. If you get into an accident, the airbag is pushing that device right towards your head.
I havn't tried it but its way up on my list to try. Another one thats really out there is the svalboard. I really dig that the trackball is just under your hand.
I noticed that . Typically after the first post hits the front page and goes viral, someone else will submit a second post, which also hits the front page. It's rare, but I have seen it happen a few times over the years.
The website says it runs locally. In browser JavaScript , you can import a file from local file system to JavaScript's local scope without sending it to a server. I'm guessing that's how this app works.
If you want to know for sure, open your browser's dev tools, switch to the network tab, import a file and watch to see if a network request is made.
Yes, that's exactly right. All your images are processed locally and don't leave your device. They are all processed in the web browser with javascript and your dev tools like you say should show that.
I think he means "why does it have to upload to the browser, can't it just read from the filesystem?" it should work, but browsers make it more complicated.
reply