Deadletter - Facial Identification Tool

This image provides a ready to use 1-Click App Droplet for the Deadletter application. This guarantees you an application that will always run with minimal effort.

Deadletter provides a simpler mechanism for accessing AI, machine learning and big data. DeadLetter is an open-source machine learning platform for research, personal and commercial applications. Deadletter is an engine, so to create an application you must provide inputs and directives and do something with the output, i.e. top and tail it. Facial Recognition is an interesting use case to start learning Deadletter and AI. You can read more about Dead at https://deadletter.io/start/.

Software Included

Package Version License
BFD_2019 Latest DLA 1.0
AUTHORISER 1.09 DLA 1.0
Apache 2.4.29 Apache 2.0

Creating an App using the Control Panel

Click the Deploy to DigitalOcean button to create a Droplet based on this 1-Click App. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account.

Deploy to DO

Creating an App using the API

In addition to creating a Droplet from the Deadletter - Facial Identification Tool 1-Click App using the control panel, you can also use the DigitalOcean API. As an example, to create a 4GB Deadletter - Facial Identification Tool Droplet in the SFO2 region, you can use the following curl command. You need to either save your API access token) to an environment variable or substitute it in the command below.

curl -X POST -H 'Content-Type: application/json' \
         -H 'Authorization: Bearer '$TOKEN'' -d \
        '{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image": "deadletter-18-04"}' \
        "https://api.digitalocean.com/v2/droplets"