| """ | |
| Deprecated entry point. | |
| `recognize_face.py` is the canonical implementation. | |
| Run: python recognize_face.py | |
| """ | |
| from recognize_face import ( # noqa: F401 | |
| cosine_similarity, | |
| get_next_unknown_id, | |
| load_database, | |
| main, | |
| save_all, | |
| ) | |
| """ | |
| Deprecated entry point. | |
| `recognize_face.py` is the canonical implementation. | |
| Run: python recognize_face.py | |
| """ | |
| from recognize_face import ( # noqa: F401 | |
| cosine_similarity, | |
| get_next_unknown_id, | |
| load_database, | |
| main, | |
| save_all, | |
| ) | |