上传者: 42131541
|
上传时间: 2021-10-31 11:56:31
|
文件大小: 66.65MB
|
文件类型: -
狗的品种分类
该项目从150种不同的犬种中预测了犬种。
电脑预览:
移动预览:
设置
Ubuntu 16 LTS
首先在操作系统上安装python3.7和python3.7-venv 。
查看:
通过输入python3.7并按Enter,将显示python shell(版本3.7)。
离开python shell并运行以下命令:
命令:
$ git clone https://github.com/amirdy/dog-breed-classification.git
$ cd dog-breed-classification/Web_App
$ python3.7 -m venv env
$ source ./env/bin/activate
(env)$ pip install -r requirements.txt
(env)$ pip install torc