mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
Added machine learning microservice and object detection (#76)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
extension StringExtension on String {
|
||||
String capitalizeFirstLetter() {
|
||||
return "${this[0].toUpperCase()}${substring(1).toLowerCase()}";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user