📄️ Overview
A face authentication system built with Rust.
📄️ Exercise 01. Image Processing and Normalization
Overview
📄️ Exercise 02. ConvNeXt Model and Embedding Generation
Overview
📄️ Exercise 03: Cosine Similarity for Face Authentication
Overview
📄️ Exercise 04: Local File Storage for Face Embeddings
Overview
📄️ Exercise 05: Vector Retrieval and Similarity Search
Overview
📄️ Exercise 06: Complete Face Authentication System
This exercise integrates all components from exercises 1-5 into a working face authentication system. The application contains TODO markers where you'll implement the functionality you've learned.
📄️ Third-Party Libraries Cheatsheet for Face Auth Workshop
This cheatsheet covers the essential parts of candle_, image, and serde* libraries used across exercises 01-05.