Skip to content

Classifies artworks based on style. Uses Render and the fastai library.

Notifications You must be signed in to change notification settings

20ChaituR/art-classifier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Art Classifier

This repo can be used as a starting point to deploy fast.ai models on Render.

The sample app described here is up at https://art-style-finder.onrender.com. Test it out by uploading paintings and finding out what movement they are from!

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

The guide for production deployment to Render is at https://course.fast.ai/deployment_render.html.

Please use Render's fast.ai forum thread for questions and support.

About

Classifies artworks based on style. Uses Render and the fastai library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 42.1%
  • HTML 19.4%
  • JavaScript 18.7%
  • CSS 14.9%
  • Dockerfile 4.9%