Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neural-loop committed Nov 14, 2022
1 parent 5e4d5d7 commit e46d1b7
Showing 1 changed file with 29 additions and 5 deletions.
34 changes: 29 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,37 @@
# `πŸ€– Aimm (AI Model Manager)`
## **A CLI App to manage your machine learning models**

<p align="center">
<img width=40% height=40% src="" alt="logo">
</p>
</div>

***badge_goes_here***
```
Usage: aimm [command] [options]
Current Dir:
init Initialize aimodels.json.
add <model_name>:[version] Add a model to aimodels.json.
remove <model_name>:[version] Remove a model from aimodels.json.
System Wide:
list List all models.
info <model_name>:[version] Get info about a model.
install <model_name>:[version] Install a model.
uninstall <model_name>:[version] Uninstall a model.
credentials <user>@<domain> Set credentials.
Search:
search <query> Search for a model.
search <query> --include-adult Search for a model and include adult results.
search <query> --only-adult Search for a model and only include adult results.
Options:
--install-completion Install completion for the current shell.
--show-completion Show completion for the current shell, to copy it or customize
the installation.
--help Show this message and exit.
Run 'aimm help [command]' for more information on a command.
```

</div>

## πŸ“– Table of Contents

Expand Down

0 comments on commit e46d1b7

Please sign in to comment.