소스 검색

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
+```