Update README.md
Browse files
README.md
CHANGED
|
@@ -86,24 +86,22 @@ Follow the official PyTorch installation guide for your platform:
|
|
| 86 |
|
| 87 |
**Quick installation**
|
| 88 |
```sh
|
| 89 |
-
|
| 90 |
```
|
| 91 |
|
| 92 |
### 2. Install VAAS
|
| 93 |
|
| 94 |
```sh
|
| 95 |
-
|
| 96 |
-
```
|
| 97 |
-
You can now safely run:
|
| 98 |
-
```python
|
| 99 |
-
import vaas
|
| 100 |
```
|
| 101 |
|
| 102 |
VAAS will automatically detect PyTorch at runtime and raise a clear error if it is missing.
|
| 103 |
|
|
|
|
|
|
|
| 104 |
## Usage
|
| 105 |
|
| 106 |
-
|
| 107 |
|
| 108 |
### 1. Basic inference on local and online images
|
| 109 |
|
|
@@ -174,6 +172,7 @@ For examples:
|
|
| 174 |

|
| 175 |

|
| 176 |

|
|
|
|
| 177 |
---
|
| 178 |
|
| 179 |
## Model Variant
|
|
|
|
| 86 |
|
| 87 |
**Quick installation**
|
| 88 |
```sh
|
| 89 |
+
pip install torch torchvision
|
| 90 |
```
|
| 91 |
|
| 92 |
### 2. Install VAAS
|
| 93 |
|
| 94 |
```sh
|
| 95 |
+
pip install vaas
|
|
|
|
|
|
|
|
|
|
|
|
|
| 96 |
```
|
| 97 |
|
| 98 |
VAAS will automatically detect PyTorch at runtime and raise a clear error if it is missing.
|
| 99 |
|
| 100 |
+
---
|
| 101 |
+
|
| 102 |
## Usage
|
| 103 |
|
| 104 |
+
|
| 105 |
|
| 106 |
### 1. Basic inference on local and online images
|
| 107 |
|
|
|
|
| 172 |

|
| 173 |

|
| 174 |

|
| 175 |
+
|
| 176 |
---
|
| 177 |
|
| 178 |
## Model Variant
|