Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

globophobe/mlnagoya-nagoya-castle-or-not

Repository files navigation

Nagoya castle or not

名古屋城なのか

Code for lesson 2 of Fast.ai version 3. Created ML model using Google Colaboratory. Saved all data to Google Drive.

Three classes: Nagoya castle, Osaka castle, and Kumamoto castle. Data was from Google Images. After basic cleaning, model was trained with 80~100 images of each castle.

Server is based on cougar-or-not, but uses responder instead of starlette. Responder is a high-level framework, which is powered by starlette.

It's pretty sweet.

There's a Dockerfile for hosting.

Example

Nagoya castle

{"predictions": [["nagoya", 0.9415864944458008], ["kumamoto", 0.057723693549633026], ["osaka", 0.0006899105501361191]]}

About

名古屋城なのか、code for lesson 2 of fast.ai v3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages