# image recognition

Image recognition is a computer vision and machine learning technique for identifying and classifying objects, scenes, or patterns in digital images or video.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Using a Neural Network for sending memes to my girlfriend

DevFeed: [Using a Neural Network for sending memes to my girlfriend](<https://devfeed.tech/articles/using-a-neural-network-for-sending-memes-to-my-girlfriend-40826.md>)

Original publisher: [Read original article](<https://mutto.fyi/posts/2021/05/nn-sending-memes/>)

Published: 2021-05-20T00:00:00Z

Content type: tutorial

Language: en

Sources: [Mutt0-ds Notes](<https://devfeed.tech/sources/mutt0-ds-notes.md>)

Topics: [Neural Network](<https://devfeed.tech/topics/neural-network.md>), [image recognition](<https://devfeed.tech/topics/image-recognition.md>), [ImageNet](<https://devfeed.tech/topics/imagenet.md>), [Reddit](<https://devfeed.tech/topics/reddit.md>), [API](<https://devfeed.tech/topics/api.md>), [Library](<https://devfeed.tech/topics/library.md>), [email](<https://devfeed.tech/topics/email.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [cats](<https://devfeed.tech/tags/cats.md>), [email](<https://devfeed.tech/tags/email.md>), [image-recognition](<https://devfeed.tech/tags/image-recognition.md>), [images](<https://devfeed.tech/tags/images.md>), [library](<https://devfeed.tech/tags/library.md>), [model](<https://devfeed.tech/tags/model.md>), [neural](<https://devfeed.tech/tags/neural.md>), [neural-network](<https://devfeed.tech/tags/neural-network.md>), [password](<https://devfeed.tech/tags/password.md>), [reddit](<https://devfeed.tech/tags/reddit.md>)

### AI overview

This tutorial describes a project that uses Reddit's API and the praw library to download wholesome memes, applies a ResNet50 image-recognition model to identify animal content, and emails selected memes to a recipient.

### Source excerpt

Well, my GF's tastes in memes are simple: she loves wholesome memes and, most importantly, she loves animals. That's why I created a fun...