image-classification-layout-customization and image-classification-mnist
These two applications are competitors, as both are full-stack image classification apps, with the first specializing in Inception-ResNet-v2 classification for user-selected images, and the second focusing on MNIST classification.
About image-classification-layout-customization
BobsProgrammingAcademy/image-classification-layout-customization
An image classification app built using Django 4, Django REST Framework 3, Next.js 12, and Material UI 5. The app uses Inception-ResNet-v2 to classify images selected by the user.
This is an example image classification application. It takes an image you select as input and tells you what it "sees" in the image. This tool is for developers who want to learn how to build a web application that includes an image classification feature and integrate machine learning models.
About image-classification-mnist
BobsProgrammingAcademy/image-classification-mnist
An image classification app built using TensorFlow 2, Django 3, Django REST Framework 3, React 17, and Material UI 5.
This is a basic template for building web applications that classify handwritten digits. You input a drawn digit, and the application identifies which number it is. It's designed for developers who want a full-stack example of an image classification app.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work