# Keras-image-classifer-framework **Repository Path**: baoyu.sun/Keras-image-classifer-framework ## Basic Information - **Project Name**: Keras-image-classifer-framework - **Description**: a general image classifer framework written by Keras - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 2 - **Created**: 2019-02-21 - **Last Updated**: 2023-02-17 ## Categories & Tags **Categories**: ai **Tags**: None ## README # Keras-image-classifer-framework a general image classifer framework written by Keras This is a general image classifer framework base on LeNet written by Keras. We can use it to deal with some classification tasks. In addition, we can use some deeper network base on this calssifier framework to handle more complex tasks. This repo includes two examples on image classification using deep learing method. One is traffic-sign task, the other is invoice task. We use the same framework to handle these task successfully. Here is the plot(acc and loss) for the these two classification tasks. ![](traffic-sign-code/plot.png) ![](invoice-code/plot.png) Please visit my blog for more details. http://www.cnblogs.com/skyfsm/p/8051705.html