Update README.md
Browse files
README.md
CHANGED
@@ -71,3 +71,14 @@ ner = pipeline(
|
|
71 |
ner_output = ner("My name is John Doe.")
|
72 |
print(ner_output)
|
73 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
ner_output = ner("My name is John Doe.")
|
72 |
print(ner_output)
|
73 |
```
|
74 |
+
|
75 |
+
### LLM Guard
|
76 |
+
|
77 |
+
[Anonymize scanner](https://llm-guard.com/input_scanners/anonymize/)
|
78 |
+
|
79 |
+
## Community
|
80 |
+
|
81 |
+
Join our Slack to give us feedback, connect with the maintainers and fellow users, ask questions,
|
82 |
+
or engage in discussions about LLM security!
|
83 |
+
|
84 |
+
<a href="https://join.slack.com/t/laiyerai/shared_invite/zt-28jv3ci39-sVxXrLs3rQdaN3mIl9IT~w"><img src="https://github.com/laiyer-ai/llm-guard/blob/main/docs/assets/join-our-slack-community.png?raw=true" width="200"></a>
|