hoangsonww/AI-ML-Classifiers
🤖 This repository houses a collection of image classification models for various purposes, including vehicle, object, animal, and flower classification. Each classifier is built using deep learning techniques and pre-trained models to accurately identify and categorize images based on their respective classes. Also includes a sample Flask backend!
This project offers a collection of tools to automatically identify and categorize various elements in your visual and audio data. You can input images, video files, or even live webcam feeds, and it will output classifications like the type of vehicle, object, animal, or flower, detect human faces or moods, recognize characters, or analyze speech and sentiment. It's designed for anyone who needs to quickly sort, label, or understand the content within a large volume of media.
Use this if you need to automate the task of categorizing images, videos, or audio recordings based on their content, like identifying objects, faces, or even emotions.
Not ideal if you need to train custom classification models from scratch or require highly specialized recognition beyond the predefined categories.
Stars
23
Forks
7
Language
Python
License
MIT
Category
Last pushed
Mar 13, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/hoangsonww/AI-ML-Classifiers"
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...