An open API service indexing awesome lists of open source software.

https://github.com/dermatologist/skinmesh

skinmesh: Machine learning for facial analysis
https://github.com/dermatologist/skinmesh

cosmetics dermatology facial-landmarks react tensorflow

Last synced: 7 months ago
JSON representation

skinmesh: Machine learning for facial analysis

Awesome Lists containing this project

README

          

# skinmesh: Machine learning for facial analysis

![LesionMapper](https://github.com/dermatologist/skinmesh/raw/develop/notes/skinmesh.png)

## About

skinmesh is a simple React component that uses the facemesh model from [Tensorflowjs](https://www.tensorflow.org/js). The goal is to capture the facial landmarks for analyzing the facial symmetry for cosmetic treatments such as botulinum toxin injections and dermal fillers. Checkout [skinhelpdesk.com](https://skinhelpdesk.com) for backend analysis APIs.

## Use
* Checkout this repo
* npm install && npm build in the parent directory
* npm install && npm start in the example directory
* See console for the output
* The model may take some time to load. The output for any images captured during this period will be null.
* I will add more customizations if there is interest.

## Credits
* Thanks [Andrew](https://blog.logrocket.com/responsive-camera-component-react-hooks/) for the nice blog post!
* [Contact Me](https://nuchange.ca)

## Related
* [LesionMapper is a tool and a method for standardized mapping of skin lesions](https://github.com/dermatologist/lesion-mapper)
* [API for skin tone assessment](https://rapidapi.com/eapenbp/api/skinhelpdesk)