You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

🧴 Skin-Care Classification Model

This model was trained to classify different skin conditions using deep learning.

πŸ”Ž Model Details

  • Framework: TensorFlow / PyTorch (choose one)
  • Input: Skin images
  • Output: Predicted class (e.g., acne, normal, eczema, etc.)
  • Author: BARATHVISWARAJ

πŸ“Š Training

  • Dataset: Custom skin-care dataset
  • Image size: 224x224
  • Optimizer: Adam
  • Loss: CrossEntropy
  • Epochs: (fill in your training details)

πŸ’‘ Usage

from transformers import AutoModel, AutoTokenizer
from PIL import Image
import torch

model = AutoModel.from_pretrained("BARATHVISWARAJ/Skin-Care")

# Example: loading image and running prediction
# (replace with actual preprocessing code)
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support