Installing Exadel CompreFace on Windows 11
Exadel CompreFace is a facial recognition software that can be used to implement facial recognition features into any application. In this tutorial, we will be providing you with the steps to install Exadel CompreFace on Windows 11.
Prerequisites
Before we proceed with the installation process, you need to make sure that your system meets the following requirements:
- Windows 11 operating system.
- Docker Desktop installed and running on your system.
- A valid license for Exadel CompreFace.
Steps to Install Exadel CompreFace
Download the latest version of Exadel CompreFace from the official website at https://exadel.com/solutions/compreface/ .
Extract the downloaded zip file to a suitable location on your system.
Open the extracted folder and navigate to the
docker-composefolder.Open the
docker-compose.ymlfile using a text editor and modify the following values as per your requirements:environment: SERVER_PROTOCOL: "http" SERVER_HOST: "localhost" SERVER_PORT: "8080" SERVER_CONTEXT_PATH: "/api" SERVER_CORS: - "http://localhost:8080" - "http://localhost:3000" FACE_RECOGNIZER: TYPE: "face_recognition" CONFIDENCE_THRESHOLD: "0.45"Save the changes made to the
docker-compose.ymlfile.Open a terminal window and navigate to the directory where you extracted the files.
In the terminal window, run the following command to start the Exadel CompreFace server:
docker-compose up -dWait for the installation process to complete. You can verify if the installation was successful by navigating to http://localhost:8080/api/info in your web browser. You should be able to see the server information displayed on your screen.
You can now start using Exadel CompreFace by making API calls to the http://localhost:8080/api/ endpoints.
Conclusion
Exadel CompreFace is a powerful facial recognition software that can help you implement facial recognition features into your applications quickly and easily. By following the steps in this tutorial, you should be able to install Exadel CompreFace on Windows 11 without any issues.