https://github.com/genocs/deepface-webapi
Face match with DeepFace phyton WebApi
https://github.com/genocs/deepface-webapi
Last synced: 10 months ago
JSON representation
Face match with DeepFace phyton WebApi
- Host: GitHub
- URL: https://github.com/genocs/deepface-webapi
- Owner: Genocs
- License: mit
- Created: 2023-10-09T17:57:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-28T12:49:43.000Z (over 2 years ago)
- Last Synced: 2025-08-18T16:03:59.159Z (11 months ago)
- Language: Python
- Size: 211 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![License][license-shield]][license-url]
[![Build][build-shield]][build-url]
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![Discord][discord-shield]][discord-url]
[![Gitter][gitter-shield]][gitter-url]
[![Twitter][twitter-shield]][twitter-url]
[![Twitterx][twitterx-shield]][twitterx-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
[license-shield]: https://img.shields.io/github/license/Genocs/deepface-webapi?color=2da44e&style=flat-square
[license-url]: https://github.com/Genocs/deepface-webapi/blob/main/LICENSE
[build-shield]: https://github.com/Genocs/deepface-webapi/actions/workflows/build_and_test.yml/badge.svg?branch=main
[build-url]: https://github.com/Genocs/deepface-webapi/actions/workflows/build_and_test.yml
[contributors-shield]: https://img.shields.io/github/contributors/Genocs/deepface-webapi.svg?style=flat-square
[contributors-url]: https://github.com/Genocs/deepface-webapi/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/Genocs/deepface-webapi?style=flat-square
[forks-url]: https://github.com/Genocs/deepface-webapi/network/members
[stars-shield]: https://img.shields.io/github/stars/Genocs/deepface-webapi.svg?style=flat-square
[stars-url]: https://img.shields.io/github/stars/Genocs/deepface-webapi?style=flat-square
[issues-shield]: https://img.shields.io/github/issues/Genocs/deepface-webapi?style=flat-square
[issues-url]: https://github.com/Genocs/deepface-webapi/issues
[discord-shield]: https://img.shields.io/discord/1106846706512953385?color=%237289da&label=Discord&logo=discord&logoColor=%237289da&style=flat-square
[discord-url]: https://discord.com/invite/fWwArnkV
[gitter-shield]: https://img.shields.io/badge/chat-on%20gitter-blue.svg
[gitter-url]: https://gitter.im/genocs/
[twitter-shield]: https://img.shields.io/twitter/follow/genocs?color=1DA1F2&label=Twitter&logo=Twitter&style=flat-square
[twitter-url]: https://twitter.com/genocs
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/giovanni-emanuele-nocco-b31a5169/
[twitterx-shield]: https://img.shields.io/twitter/url/https/twitter.com/genocs.svg?style=social
[twitterx-url]: https://twitter.com/genocs
# Deep Face Web Api
Face Mach Python WebApi based on DeepFace.
## Goals
## Prerequisites
## Getting Started
Tested with:
> - python 3.9.13
> - pip 23.2.1
```bash
docker build -t genocs/deep_face-webapi .
docker run --name deep_face-webapi-container -p 5400:5400 genocs/genocs/deep_face-webapi
```
## License
This project is licensed with the [MIT license](LICENSE).
## Changelogs
View Complete [Changelogs](https://github.com/Genocs/microservice-template/blob/main/CHANGELOGS.md).
## Community
- Discord [@genocs](https://discord.com/invite/fWwArnkV)
- Facebook Page [@genocs](https://facebook.com/Genocs)
- Youtube Channel [@genocs](https://youtube.com/c/genocs)
## Support
Has this Project helped you learn something New? or Helped you at work?
Here are a few ways by which you can support.
- ⭐ Leave a star!
- 🥇 Recommend this project to your colleagues.
- 🦸 Do consider endorsing me on LinkedIn for ASP.NET Core - [Connect via LinkedIn](https://www.linkedin.com/in/giovanni-emanuele-nocco-b31a5169/)
- ☕ If you want to support this project in the long run, [consider buying me a coffee](https://www.buymeacoffee.com/genocs)!
[](https://www.buymeacoffee.com/genocs)
## Code Contributors
This project exists thanks to all the people who contribute. [Submit your PR and join the team!](CONTRIBUTING.md)
[](https://github.com/genocs/deepface-webapi/graphs/contributors)
## Financial Contributors
Become a financial contributor and help me sustain the project. [Support the Project!](https://opencollective.com/genocs/contribute)
## Acknowledgements
- 🤗[nickmuchi](https://huggingface.co/spaces/nickmuchi/DeepFace)
- [DeepFace](https://github.com/serengil/deepface)