Skip to content

Real-Time Face Detection and Image Generation Server

Notifications You must be signed in to change notification settings

LukGerman/meant4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Real-Time Face Detection and Image Generation Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published