π¨π² Cameroon Meals Classifier
...
A PyTorch image classification model trained to identify 37 traditional Cameroonian meals using a ResNet34 backbone.
π½οΈ Classes (37 meals)
- Pepper Soup
- Kati Kati and Njama Njama
- Koki Beans
- Mbongo Tchobi
- Dodo
- Soya
- Chin-Chin
- Groundnut Soup
- Sese Plantains
- Okra Soup
- Puff Puff
- Beignet Haricot
- Egusi Soup
- Yassa Chicken
- Meat Pie
- Kwacoco Bible
- Kondre
- Roasted Plantain and Plum
- Banga Soup
- Ekwang
- Bobolo
- Black Soup
- Cornchaff
- Accra Banana
- Egusi Pudding
- Poulet DG
- Sangah
- Banane MalaxΓ©e
- Hot Pot Potatoes
- Groundnut Sweet
- Fish Roll
- Garri with Groundnuts
- Eru
- NdolΓ©
- Achu
- Jollof Rice
π§ Model Details
- Backbone: ResNet50
- Framework: PyTorch
- Format:
model_weights.pth
- Custom class:
CameroonMealsModel
(seemodeling.py
)
π Usage
from transformers import AutoModel
import torch
model = AutoModel.from_pretrained("paulinusjua/cameroon-meals", trust_remote_code=True)
model.eval()
# Example forward (x: a batch of image tensors)
logits = model(x)
- Downloads last month
- 29
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
π
Ask for provider support