Image recognition · research study
Recognising chinchillas in photos
A study of whether an image model could reliably distinguish chinchillas from visually similar animals such as hamsters, guinea pigs and rats, as well as unrelated images.
After balancing the uneven training data and adapting a model that had already learned from a large image library, the final system reached 98.6% test accuracy and misclassified 1 of 301 test images at the chosen confidence setting.
- Computer vision
- EfficientNet
- Transfer learning
- Model evaluation
Customer experience · hackathon
What makes Shinkansen passengers satisfied?
A team project that predicted whether passengers were satisfied with their bullet-train journey by combining travel details with post-journey survey responses.
Our combined machine-learning approach placed second in the hackathon. The analysis also showed which parts of the journey were most closely linked to a positive experience.
- XGBoost
- Customer surveys
- Team project
- Hackathon - 2nd place
Image recognition · model comparison
Recognising four facial expressions
An educational project that classified face images as happy, sad, neutral or surprised. I compared four models built from scratch with three established models that had already learned from a large image library.
The best custom model matched the larger alternatives at about 71% test accuracy. The comparison supported choosing the smaller, easier-to-retrain option and clearly exposed the need for cleaner, broader training data.
- Computer vision
- CNN
- Transfer learning
- TensorFlow / Keras
Food delivery · data analysis
Turning FoodHub order data into business actions
An end-to-end analysis of a food-delivery service: what customers ordered, when they ordered, how long preparation and delivery took, which restaurants generated revenue and where ratings were missing.
The analysis led to practical recommendations for promotional offers, delivery-time targets, customer ratings and campaigns aimed at one-time customers.
- Python
- pandas
- Business analysis
- Data visualisation
Travel planning · generative AI
HealthyTravel - lower-impact, health-aware trip planning
A web app created for the Google Gemini Contest. It planned lower-carbon trips, suggested meals around dietary needs and health limitations, and let users provide trip details by voice.
The app brought itinerary planning, meal planning, personal preferences and traveller matching into one experience. It also estimated cost, calories and carbon impact so users could compare practical trade-offs.