# VisBIT-doc **Repository Path**: iff0/vis-bit-doc ## Basic Information - **Project Name**: VisBIT-doc - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-16 - **Last Updated**: 2021-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## VisBIT ### 后端部署 + 需要`python3>=3.6.0` + 需要`python`库`tvm==0.7.0`,具体安装方法见[Getting Started With TVM](https://tvm.apache.org/docs/install/from_source.html)、[VS编译安装TVM](https://zhuanlan.zhihu.com/p/137414014) ```bash cd backend pip install -r requirements.txt # win set FLASK_APP=manage.py # linux export FLASK_APP=manage.py flask run ``` `flask`后台运行于`http://localhost:5000` ### 前端部署 + 需要`node.js` ```bash npm install serve -g serve ./frontend -l ``` 在`http://localhost:`中查看`WEB`平台