TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Friendly Machine Learning for the Web

1 pointsby tdevitoover 4 years ago

2 comments

Jugurthaover 4 years ago
The content is behind an overlay containing a statement and a visitor cannot get to the machine learning content unless they click a button labeled &quot;No Justice, No Peace&quot;, or remove the overlay using browser dev tools or other schemes.<p>How does that work? Do you make requests to deployed models somewhere, and is there a rate limit?<p>I&#x27;m asking because one of the reasons we&#x27;re building our ML platform[0] is that we built many models for clients, but when we wanted to use these models, we had to find them again, bother with dependencies, etc. Now, we can just deploy them and have an endpoint we could hit to get results, which makes it easier for developers to work with HTTP requests, without bothering with the &quot;model&quot; itself.<p>- [0]: <a href="https:&#x2F;&#x2F;iko.ai" rel="nofollow">https:&#x2F;&#x2F;iko.ai</a>
talolardover 4 years ago
Ive been using tfjs and am actually quite impressed with its ease of use, though I do have a lot of experience with ml in python. Curious what the difference is between this and tf , website wasn’t super clear about it