Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.24 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.24 KB

Meant4 Face Detector

This project implements a recruitment process task.

Getting Started

Prerequisites

Ensure Docker is installed on your local system. For installation instructions, visit: https://www.docker.com/get-started/.

Running locally using Docker

  1. Clone this repository to your local system.
  2. Open your terminal and navigate to the root folder of the project (the folder containing this README file).
  3. Build the Docker image by running:
    docker build -t meant4 .
  4. Run the Docker container:
    docker run -d -p 8000:8282 meant4
  5. Open your browser and navigate to http://localhost:8000. This page will display recognized images for testing purposes.
  6. To test the API:

Design Considerations

The general design principles and detailed justifications for the decisions made in this project are outlined in design_considerations.md.