This paper presents a study on the development of a deep learning-based mobile application for diagnosing anemia in infants and young children in a low-resource environment. To overcome the limitations of existing anemia diagnosis methods, we present a deep learning model that detects anemia using conjunctival pallor images. We trained a MobileNet architecture-based model using the CP-AnemiC dataset (710 images), and achieved high accuracy (0.9313), precision (0.9374), and F1 score (0.9773) by applying data augmentation and cross-validation techniques. To reduce the weight of the model, we experimented with quantization of various bit widths (FP32, FP16, INT8, INT4), and confirmed that FP16 quantization was effective in reducing the model size without performance degradation. In future studies, we aim to develop a model suitable for a mobile medical environment through more efficient quantization techniques and hardware optimization.