Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.06 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.06 KB

animation_classifier

A Voila web-app to classify the user-provided image into one of these classes:

  • anime
  • Disney animation
  • soviet animation

The app is powered by fastai / PyTorch.

Click this link to render it as a web-app:

Binder

Optionally: create any image classifier from it

One can easily modify the code to make it work with other classes too. See the Jupyter notebook for details. In short, you just need to:

  • replace the classes names with your own (e.g. "cats", "dogs")
  • replace the Bing image search API key (you can get a 7-days demo for free)
  • uncomment a few lines of code:
    • the get_new_model
    • the lines about additional dependencies, as indicated in the notebeook
  • run all cells in the notebook to generate the new trained model

Alt text