(no title)
mgz
|
1 month ago
I work on my iOS app - Weblock Browser, a restricted browser for kids with strong parental controls: https://weblock.online
Recently I've added AI classification of websites to determine if a website is safe for a child to visit. If AI disallows a website, you can ask your parent to allow it.
To give AI some context about a website, I used Cloudflare Intel API - it returns domain content categories, very handy to provide them to AI to help it make a decision.
But turns out Cloudflare Intel has a ridiculous limit of 100 requests PER MONTH for non-Enterprise users.
No comments yet.