Windows Application Runtime

EyePop.ai Windows Runtime Installation (Developer Preview)

Download

Start Up

After configuration, the EyePop.ai Windows Runtime can be launched in four ways:

  • Start Menu shortcut (if installed)

  • Desktop shortcut (if installed)

  • Using launch_instance.bat, located in the install directory: %LOCALAPPDATA%\Programs\EyePop.ai Edge SDK\ (default)

  • Manually setting environment variables (same as in launch_instance.bat) and executing:

    %LOCALAPPDATA%\Programs\EyePop.ai Edge SDK\root\clangarm64\bin\eyepop-instance.exe

Set Developer Environment for Running EyePop.ai Locally

Powershell

$env:EYEPOP_SECRET_KEY = "<Your API Key>"
$env:EYEPOP_LOCAL_MODE = "True"

OR

Command Prompt

Test Your Environment: Finding a Person in an Image

  1. Setup main.py

  • Create a Python script (main.py) with the following code:

Python main.py

  1. Install Python & Dependencies

    • Ensure Python is installed on your system.

    • If not already done, install dependencies:

  2. Add an Example Image

  • Place an image file named example.jpg in the same directory as main.py

  1. Run main.py

  • python main.py

Example Output: (json)

Configuration & Logs

  • Configuration files: %LOCALAPPDATA%\EyePop.ai Edge SDK\

  • Log files: %LOCALAPPDATA%\EyePop.ai Edge SDK\log\

Need Help?

For troubleshooting or support, contact us:

Last updated