https://github.com/thanhvie/face_recognition_webapp
An machine learning application to classify male/female gender
https://github.com/thanhvie/face_recognition_webapp
face-recognition machine-learning opencv
Last synced: about 2 months ago
JSON representation
An machine learning application to classify male/female gender
- Host: GitHub
- URL: https://github.com/thanhvie/face_recognition_webapp
- Owner: thanhvie
- Created: 2022-02-21T14:45:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-23T14:20:01.000Z (over 3 years ago)
- Last Synced: 2025-03-04T01:34:01.077Z (over 1 year ago)
- Topics: face-recognition, machine-learning, opencv
- Language: Python
- Homepage:
- Size: 5.66 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to run face_recognition_webapp
## Build and run image
### Build the Docker image
```
docker image build -t .
```
### Run the container
```
docker run -p 5000:5000 -d
```
## Run docker-compose
```
docker-compose up
```