Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r4255/image_classifier
https://github.com/r4255/image_classifier
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/r4255/image_classifier
- Owner: R4255
- Created: 2024-02-11T07:44:38.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-11T07:49:45.000Z (9 months ago)
- Last Synced: 2024-02-11T08:30:17.266Z (9 months ago)
- Language: HTML
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.