BaseMax/ImageRecognitionAI
Recognition of the images with artificial intelligence includes train and tests based on Python.
This project helps computer science students recognize objects within images using artificial intelligence. It takes a collection of images and, after a training phase, can identify and classify elements within new images. It's designed for students working on their final university projects in image processing.
No commits in the last 6 months.
Use this if you are a computer science student needing a foundational image recognition project for your degree, particularly one involving training and testing AI models.
Not ideal if you're looking for a production-ready, robust image recognition system or if you don't have a powerful computer, as it requires significant resources.
Stars
16
Forks
7
Language
Python
License
GPL-3.0
Category
Last pushed
Aug 31, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/BaseMax/ImageRecognitionAI"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
qubvel/efficientnet
Implementation of EfficientNet model. Keras and TensorFlow Keras.
KichangKim/DeepDanbooru
AI based multi-label girl image classification system, implemented by using TensorFlow.
matlab-deep-learning/Image-Classification-in-MATLAB-Using-TensorFlow
This example shows how to call a TensorFlow model from MATLAB using co-execution with Python.
harvitronix/five-video-classification-methods
Code that accompanies my blog post outlining five video classification methods in Keras and TensorFlow
AFAgarap/cnn-svm
An Architecture Combining Convolutional Neural Network (CNN) and Linear Support Vector Machine...