# MakeML-Nails
**Repository Path**: mnbfrerx/MakeML-Nails
## Basic Information
- **Project Name**: MakeML-Nails
- **Description**: MakeML nails is an app example that shows how users can try on different nail polish colors.
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2021-01-18
- **Last Updated**: 2025-11-15
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
[MakeML](https://makeml.app?from=github_nails_project) is a Developer Tool for Creating Object Detection and Segmentation Neural Networks without a Line of Code. It's built to make the training process easy to setup. It is designed to handle data sets, training configurations, markup and training processes — all in one place.
## MakeML Nails
Is an iOS app example that shows how users can try on different nail polish colors with semantic segmentation. The machine learning model was trained for 3 hours with 50 photos. Have used tensorflow for training model and their SDK for iOS.
## Train Objects Segmentation .tflite model
[](https://makeml.app)
See the [Tutorial](https://makeml.app/docs/nails_tutorial_intro?from=github_nails_project) for the training object segmentation model without a line of code with macOS desktop application.
## Using another .tflite model in iOS application
[](https://makeml.app) [](https://makeml.app)
For using MakeML Nails project with another .tflite file, add it to the project and change this line with your name of the model.
```
NSString *modelPath = FilePathForResourceName(@"result_model", @"tflite");
```
Change the number of classes and add colors to the array:
```
int class_count = 2;
unsigned int colors[class_count] = { 0000000000, additionalColor };
```
## Links
[More Tutorials](https://makeml.app/tutorials?from=github_nails_project) | [MakeML in App Store](https://apps.apple.com/us/app/makeml/id1469520792?mt=12) | [Full Documentation](https://makeml.app/docs/doc1?from=github_nails_project) | [MakeML Chat](https://discordapp.com/invite/vgcG3Su) | [Support page](https://makeml.app/support?from=github_nails_project)