This is a collection of demos for the EyePop Python SDK.
- Log into your EyePop account at https://dashboard.eyepop.ai/auth/sign-in
- Create your own API Pop with any model.
- After creating your pop, create or copy your API Key into the
configfile, as well as the Pop's UUID.
- Easiest: Web based IDE
- Option 1) Python:
python3 -m http.server 9001 - Option 2) LiveServer Extension to VS Code
Start your web server from within the parent directory and check out the examples: http://localhost:9001/1_upload_image.html
- Install the required dependencies.
- Set the
POP_UUIDandPOP_API_SECRETvariables inside the config file. - Run the scripts!