BaseMax/ImageRecognition
Recognition of the images includes train and tests based on Python.
This helps computer science students complete their bachelor's degree projects involving image recognition. It takes a collection of images as input and processes them for training and testing an image recognition model, providing insights into how such systems are built. Students in computer science or related fields who need to develop an image recognition solution would use this.
No commits in the last 6 months.
Use this if you are a computer science student working on a bachelor's degree project in image processing or artificial intelligence and need a foundational example for image recognition.
Not ideal if you are a practitioner outside of computer science looking for a ready-to-use application to solve a specific business problem with image recognition, as this requires significant technical setup and debugging.
Stars
9
Forks
2
Language
Python
License
GPL-3.0
Category
Last pushed
Jul 09, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/BaseMax/ImageRecognition"
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.
AFAgarap/cnn-svm
An Architecture Combining Convolutional Neural Network (CNN) and Linear Support Vector Machine...
harvitronix/five-video-classification-methods
Code that accompanies my blog post outlining five video classification methods in Keras and TensorFlow