---
title: Image recognition
slug: image-recognition
author: Charis Nikolaidis
year: 2024
type: Learning project
tech: [Python, Flask, OpenCV]
url: https://charisnikolaidis.com/projects/#image-recognition
---

# Image recognition

A small Flask app that recognises objects in uploaded images using OpenCV and a
pretrained model. Nothing clever. I built it to learn the shape of a vision
pipeline, upload then infer then return a label, rather than to chase a
benchmark.

**Type:** Learning project · **Year:** 2024
**Stack:** Python, Flask, OpenCV

## What's inside

- Upload an image, get classified objects back.
- Uses a pretrained model through transfer learning.
- A simple Flask interface.
- Built to learn the pipeline, kept small on purpose.

## Links

- GitHub: <https://github.com/Charisn/Image_recognition>

## Related

- Profile: <https://charisnikolaidis.com/llms.txt>
- All projects: <https://charisnikolaidis.com/projects/>
