COMPUTER SCIENCE PROJECT
Lightweight multimodal AI system that integrates DenseNet for visual feature extraction and a fine-tuned LLaMA 3.2 3B language model to provide image-aware dermatological guidance in a structured conversational manner.
Try it out →The Skin Care Assistant combines image analysis and conversational reasoning into a single multimodal pipeline. Instead of predicting a single class label, we use a fine-tuned DenseNet-121 to extract visual features that are projected into the embedding space of the language model via a light MLP connector. This enables the system to make joint reasoning about morphological cues - texture, scaling, erythema - along with patient reported symptoms.
The assistant is now focusing on three dermatological categories: acne, eczema and psoriasis. All responses are formulated as a provisional decision support with explicit disclaimers and advice to consult a dermatologist.
THE TEAM