Nagel is a medical mobile application that helps users check their nail health status using artificial intelligence. The app integrates a machine learning model capable of analyzing uploaded nail images and detecting potential nail-related health issues.
The back-end of the application is built using the Laravel framework, and it handles tasks such as:
-JWT user authentication and management
-Image upload and storage
-Communication with the machine learning model
-API endpoints for mobile app integration
Note: The attached link contains the back-end source code only for the Nagel application.