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