Update README.md
Browse files
README.md
CHANGED
@@ -39,3 +39,14 @@ ner = pipeline(
|
|
39 |
ner_output = ner("My name is John Doe.")
|
40 |
print(ner_output)
|
41 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
ner_output = ner("My name is John Doe.")
|
40 |
print(ner_output)
|
41 |
```
|
42 |
+
|
43 |
+
### LLM Guard
|
44 |
+
|
45 |
+
[Anonymize scanner](https://llm-guard.com/input_scanners/anonymize/)
|
46 |
+
|
47 |
+
## Community
|
48 |
+
|
49 |
+
Join our Slack to give us feedback, connect with the maintainers and fellow users, ask questions,
|
50 |
+
or engage in discussions about LLM security!
|
51 |
+
|
52 |
+
<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>
|