# 垃圾分类-tensorflow-node **Repository Path**: bzsome_admin/waste-sorting-tensorflow ## Basic Information - **Project Name**: 垃圾分类-tensorflow-node - **Description**: No description available - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-06 - **Last Updated**: 2021-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # web 自己训练的一款垃圾分类app,数据加载,模型定义输出,训练出属于自己的模型。 ``` TensorFlow:js进行机器学习开发库 Pipcook:机器学习和前端交互的跨领域工具包 半成品模具 http://ai-sample.oss-cn-hangzhou.aliyuncs.com/pipcook/models/mobilenet/web_model/model.json parcel:构建前端页面 前端框架:react+antd ``` ## Project setup ``` npm install ``` ## http-server的安装 ``` npm i -g http-server ``` ### http-server 禁用缓存启动 ``` http-server -c-1 ``` ### Compiles and hot-reloads for development ``` npm run start ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).