Deploy to Windows 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:
Set Developer Environment for Running EyePop.ai Locally
Powershell
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: help@eyepop.ai
๐ฌ Join our Discord: https://discord.gg/qhwdZsTfuZ
Last updated