Created using Google's Inception model and the Codelab guide, this image classifier has a test accuracy of 86% in categorising your pepe into one of the following market categories : Laughing Pepe, Sad Pepe, Rare Pepe
Docker
Transfer learning allows you to apply the learning of a fully trained model for a new set of categories. The results are impressive for most applications, and the task does not require them GPUs.
- Download Pepe images to train the network (I used about ~1000 images from google & rare-pepe dot com).
- Create distinct categories (eg laughing pepe, crying pepe)
- Retrain the network on these images
- Test it against the new Pepes on the market
- https://www.tensorflow.org/versions/r0.9/how_tos/image_retraining/index.html
- https://github.com/xblaster
Stay cautious, brothers.