Skip to content

Starter app for fastai v3 model deployment of nudibranch classifier

Notifications You must be signed in to change notification settings

ink-pot-monkey/fastai-v3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starter for deploying fast.ai models

This repo has been modified to run a test application to classify nudibranchs

Nudibranchs also known as nudi are a group of soft-bodied, marine gastropod molluscs which shed their shells after their larval stage. They are noted for their often extraordinary colours and striking forms, and they have been given colourful nicknames to match, such as "clown," "marigold," "splendid," "dancer," "dragon," or "sea rabbit." Currently, about 3,000 valid species of nudibranchs are known.

The word "nudibranch" comes from the Latin nudus "naked" and the Ancient Greek βράγχια (bránkhia) "gills".

The current 4 species it can classify are:

chromodoris lochi,
hermissenda crassicornis,
hexabranchus sanguineus,
nembrotha kubaryana


You can test your changes locally by installing Docker and using the following command:

docker build -t fastai-v3 . && docker run --rm -it -p 5000:5000 fastai-v3

Other means of deployment are being tested...

About

Starter app for fastai v3 model deployment of nudibranch classifier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 37.1%
  • HTML 27.2%
  • JavaScript 17.4%
  • CSS 13.8%
  • Dockerfile 4.5%