In this example we'll be using a simple set of cases to determine if someone is doing a Y, M, C, or A in our image then displaying the letter on the screen if they do creating a fun virtual experience.
- An alwaysAI account
- alwaysAI installed on a development machine
- [Docker installed](https://dashboard.alwaysai.co/docs/getting_started/edge_device_setup.html on the target deployment device (if different than the development machin)
First configure where the app will be installed (locally or on a remote device) with: aai app configure
Then install the code with aai app install
And finally to start: aai app start
Open localhost:5000
on any browswer to view the output streamer.
To end the app just click on the red stop button in the streamer or CTRL+C from the command line.
alwaysAI is a platform aimed at democratizing AI on the edge by making it easier. We provide clis, apis, a model catalog and docker containers to help you get started building a CV app in minutes. Visit our website at alwaysi.co for more info.