浏览代码

updated README

Dimitri Korsch 1 年之前
父节点
当前提交
1e021e5ab9
共有 1 个文件被更改,包括 13 次插入0 次删除
  1. 13 0
      README.md

+ 13 - 0
README.md

@@ -1,3 +1,16 @@
 # cvmodelz
 
 *"Why is it written with 'z'? Because 'cvmodels' already exists ¯\\\_(ツ)\_/¯"*
+
+## Installation
+```bash
+pip install cvmodelz
+```
+
+## Built-in scripts
+
+```bash
+python -m cvmodelz.model_info cvmodelz.InceptionV3
+python -m cvmodelz.model_info cvmodelz.InceptionV3 -size 427 --device 0
+python -m cvmodelz.model_info cvmodelz.ResNet50 -size 448 --device 0
+```