A frontend for text/non-text image crawler & classifier service. Part of software course project.
Root repo: https://github.com/KSkun/Image-Text-Nontext-Classifier-Service
The frontend is developed with Vue 3 and Element Plus. It contains 2 pages and 4 sub-pages, use a frontend router by vue-router.
The frontend provides a simple and intuition interface for user to operate with the image classifier.
- Run
npm install
. - Run
npm run serve
, a development server will be up.
- Run
npm install
. - Run
npm run build
, and get the build atdist
folder.