Windows Application Runtime
EyePop.ai Windows Runtime Installation (Developer Preview)
Download
This runtime is designed for Windows machines running with the Snapdragon® X Elite Processor.
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
Setup main.py
Create a Python script (main.py) with the following code:
Python main.py
Install Python & Dependencies
Ensure Python is installed on your system.
If not already done, install dependencies:
Add an Example Image
Place an image file named example.jpg in the same directory as main.py
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:
📧 Email: [email protected]
💬 Join our Discord: https://discord.gg/qhwdZsTfuZ
Last updated