Views
No views yet
.mlmodelc) for detecting cracks in surfaces, built for Apple platforms (iOS, visionOS).sharp.mlmodelc.zip from the Files tab above, then unzip it:unzip sharp.mlmodelc.zip1pip install huggingface_hub
2huggingface-cli download LucaLangella/Sharp sharp.mlmodelc.zip
3unzip sharp.mlmodelc.zip1from huggingface_hub import hf_hub_download
2
3path = hf_hub_download(repo_id="LucaLangella/Sharp", filename="sharp.mlmodelc.zip")sharp.mlmodelc folder to your Xcode project and load it with Core ML:let model = try sharp(configuration: MLModelConfiguration())