Image_Classify_WebGUI_CIFAR10

Intelligent Image Classification Web Applcation based on Convolutional Neural Networks and the CIFAR10 Dataset : Image classification visualization interface, image classification front-end web page, image classification Demo display-Pywebio. AI artificial intelligence image classification-Pytorch. CIFAR10 dataset, small model. 100% pure Python code, lightweight, easy to reproduce.

简体中文文档

Personal website: www.bytesc.top includes online project demonstrations.

🔔 If you have any project-related questions, feel free to raise an issue in this project, I will usually reply within 24 hours.

Project Introduction

Network structure used image

Screenshot of the effect

image image image

How to use

Python version 3.9

First install dependencies

pip install -r requirement.txt

modelDemo.py is the project entry point, run this file to start the server

python modelDemo.py

Copy the link to the browser and open it image Click “Demo” to enter the Web interface image

After that, you can also click “Upload File” and select an image file from the example_img folder to upload and test

Project structure

└─Image_Classify_WebGUI_CIFAR10
    ├─data
    │  └─logs_import 
    ├─example_img
    ├─process
    │  └─logs
    └─readme_static