Browse Source

updated README

Dimitri Korsch 1 year ago
parent
commit
1e021e5ab9
1 changed files with 13 additions and 0 deletions
  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
+```