exadel-inc / compreface-python-sdk

Python SDK for CompreFace - free and open-source face recognition system from Exadel
https://exadel.com/solutions/compreface/
Apache License 2.0
111 stars 39 forks source link

how to obtain the API_key for the recognition service, I try to connect to the SDK service, but got ConnectionRefusedError #12

Closed babyyanxi closed 2 years ago

babyyanxi commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Code example.

Expected behavior A clear and concise description of what you expected to happen.

Logs If applicable, add logs to help explain your problem.

Additional context Add any other context about the problem here.

AhmedHessuin commented 2 years ago

@babyyanxi how did you solve this issue?

pospielov commented 2 years ago

You need to install CompreFace and create a new service. CompreFace is a self-hosted service and all the data is stored on your machine. So the only way to get an API key is to create a new service locally. https://github.com/exadel-inc/CompreFace#getting-started-with-compreface