CONTENT_DESCRIPTION = """ **SlimFace: Advanced Face Classification with TorchVision Backbones** """ CONTENT_IN_1 = """ SlimFace empowers developers to build high-accuracy face classification models by leveraging TorchVision's powerful pre-trained architectures through a transfer learning approach. 🌟 It provides a flexible, efficient, and scalable solution for facial recognition, supporting training on custom datasets and inference to deliver top-tier performance for custom applications. """ CONTENT_IN_2 = """

For more information, you can follow below:
Source code: GitHub Repo , Author: GitHub Profile , PyTorch Docs: PyTorch Docs

""" CONTENT_OUTTRO = """ ## More Information about SlimFace """ CONTENT_OUT_1 = """

This project leverages code from Built on edgeface by Hatef Otroshi , with our own bug fixes and enhancements available at Edgeface Enhancements .

""" CONTENT_OUT_2 = """ **Supported Architectures:** - **EfficientNet**: B0-B7 and V2 (Small, Medium, Large) for balanced performance and efficiency. 📸 - **RegNet**: X/Y series (400MF to 128GF) for optimized computation across diverse hardware. 💻 - **Vision Transformers (ViT)**: B_16, B_32, H_14, L_16, L_32 for cutting-edge feature extraction. 🚀 """