A deep learning project built for MSc Big Data & Analytics at Griffith College Dublin. Two-part system combining computer vision and NLP to assist with food waste reduction.
| Model | Task | Accuracy |
|---|---|---|
| MobileNetV2 (Transfer Learning) | Food image classification | 84.3% |
| LSTM | News text classification (AG News) | 90.5% |
| DistilBERT | News text classification (AG News) | 92.0% |
- Dataset: Food-11 (11 food categories)
- Model: MobileNetV2 with transfer learning and fine-tuning
- Framework: TensorFlow / Keras
- Dataset: AG News (4 categories)
- Models: LSTM and DistilBERT
- Framework: TensorFlow / Keras / HuggingFace
Python · TensorFlow · Keras · scikit-learn · Pandas · NumPy · Matplotlib · JupyterLab
Transfer learning · CNNs · RNNs · LSTMs · Transformers · Data augmentation · Confusion matrices · Training curves