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
- Host: GitHub
- URL: https://github.com/tonimelisma/imagefeed
- Owner: tonimelisma
- Created: 2021-04-18T10:52:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-18T10:54:04.000Z (about 4 years ago)
- Last Synced: 2025-03-20T14:53:49.702Z (3 months ago)
- Language: Python
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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