Skip to content

IlliaShyn/Image-recogniser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Image-recognition

Image Recognition API

API Purpose: Build an API that can recognize and classify images (e.g., animals, objects, or text).

Key Learning Points:

Use a Java machine learning library like Deep Java Library (DJL) or integrate with TensorFlow for Java. Train a convolutional neural network (CNN) to classify images using a pre-trained model (e.g., ResNet, Inception). Implement RESTful endpoints that accept image uploads and return classification results (e.g., object labels and confidence scores). Additional Features: Add support for multiple image formats and batch processing. You could also integrate it with an image processing library like OpenCV to handle image pre-processing (e.g., resizing, normalization).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors