This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for i in Image.list(workspace = ws,image_name=config['docker']['docker_image_name']): | |
if i.version == int(config['deploy']['docker_image_version']): | |
image = i | |
from azureml.core.webservice import AciWebservice | |
aciconfig = AciWebservice.deploy_configuration(cpu_cores = int(config['deploy']['cpu_cores']), | |
memory_gb = int(config['deploy']['memory']), | |
tags = {'area': "diabetes", 'type': "regression"}, | |
description = "test") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
API | suggestive_nudity | explicit_nudity | porn | gore | |
---|---|---|---|---|---|
Clarifai | 40% | 100% | 100% | 100% | |
Sightengine | 50% | 100% | 100% | 30% | |
DeepAI | 60% | 100% | 100% | 10% | |
Nudedetect | 20% | 100% | 100% | NA | |
Vrate | 60% | 100% | 100% | NA | |
Picpurify | 100% | 80% | 90% | 100% | |
Nanonets | 100% | 100% | 100% | 80% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
API | Free Subscription | Paid Subscription 1 | Paid Subscription 2 | Paid Subscription 3 | Link | |
---|---|---|---|---|---|---|
Clarifai | First 5000 ops | Pre-Built Models: $1.20 / 1000 ops | Custom Models: $3.20 / 1000 operations | NA | https://clarifai.com/pricing | |
Sightengine | First 2000 ops | Starter: $2.9/1000 ops | Growth: $2.475/1000 ops | Pro: $1.995/1000 ops | https://sightengine.com/pricing | |
DeepAI | NA | First 1M ops: $1.00/1000 | Next 9M ops: $0.80/1000 | Next 90M ops: $0.60/1000 | https://deepai.org/pricing | |
Nudedetect | First 5000 ops | Pro: $4.95/1000 ops | Ultra: $4.58/1000 ops | Mega: $2.995/1000 ops | https://rapidapi.com/Netspark/api/Nude%20Detect/pricing | |
Vrate | First 7500 ops | Pro: $0.99/1000 ops | Mega: $0.89/1000 ops | Ultra: $0.49/1000 ops | https://vrate.net/#!/pricing | |
Picpurify | First 2000 ops | Pro: $1.63/1000 ops | Ultra: $1.41/1000 ops | Mega: $1.25/1000 ops | https://www.picpurify.com/pricing.html | |
Nanonets | First 1000 ops | Small: $0.90/1000 ops | Medium: $0.99/1000 ops | Large: custom | https://nanonets.com/pricing/ |
OlderNewer