Add cookbook link to README (#7)
Browse files- Add cookbook link to README (916b9d6d7425404f58255c9d0da300bc7ed275f8)
Co-authored-by: Robust Dev <[email protected]>
README.md
CHANGED
|
@@ -94,6 +94,7 @@ The following uses are out-of-scope and are neither recommended nor intended use
|
|
| 94 |
## How to Get Started with the Model
|
| 95 |
|
| 96 |
Use the code below to get started with the model.
|
|
|
|
| 97 |
|
| 98 |
```python
|
| 99 |
# Import the required libraries
|
|
|
|
| 94 |
## How to Get Started with the Model
|
| 95 |
|
| 96 |
Use the code below to get started with the model.
|
| 97 |
+
[The cookbook](https://github.com/cisco-foundation-ai/cookbook) provides example use cases, code samples for adoption, and references.
|
| 98 |
|
| 99 |
```python
|
| 100 |
# Import the required libraries
|