Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

🐍 EyePop Python SDK Demo🐍

This is a collection of demos for the EyePop Python SDK.

Getting started

  • 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 config file, as well as the Pop's UUID.

Need a Web Server locally to test?

Start your web server from within the parent directory and check out the examples: http://localhost:9001/1_upload_image.html

Sign up

Documentation

Documentation

🏃‍♂️ How to Run

  1. Install the required dependencies.
  2. Set the POP_UUID and POP_API_SECRET variables inside the config file.
  3. Run the scripts!