Skip to content

Image Classification webapp fastai v3 model deployment on Render

Notifications You must be signed in to change notification settings

yoke2/dimsum_classifier_fastai

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dim Sum Image Classification App with fast.ai models on Render

This repo contains a web app for classifying dim sum. It supports 5 dim sum types currently.


Docker Installation

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

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

Local Installation

  • Install dependencies
$ pip install -r requirements.txt

Run app

$ python app/server.py serve

Reference

About

Image Classification webapp fastai v3 model deployment on Render

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 40.2%
  • HTML 22.0%
  • JavaScript 18.4%
  • CSS 14.6%
  • Dockerfile 4.8%