An open API service indexing awesome lists of open source software.

https://github.com/tonimelisma/imagefeed

AI image classifier for funny cat pictures
https://github.com/tonimelisma/imagefeed

Last synced: 3 months ago
JSON representation

AI image classifier for funny cat pictures

Awesome Lists containing this project

README

        

# imagefeed - an algorithmic feed of funny images

Imagefeed takes the popular image sharing site imgur where entertaining pictures
are shown in a random order, classifies the pictures (based on text contained
in them as well what's in the image), clusters images based on content and shows
the user images tailored to their liking.

Tools used:
- Python
- imgur-scraper for scraping images
- tinydb for JSON database
- Tesseract for OCR
- Keras and Tensorflow for image classification