Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/r4255/image_classifier


https://github.com/r4255/image_classifier

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

I've developed an image classifier machine learning application deployed on Flask, a popular Python web framework. This application allows users to upload images and receive predictions about the contents of those images based on a pre-trained machine learning model.

The application's backend utilizes Flask to handle incoming HTTP requests, process uploaded images, and interface with the machine learning model.