Skip to content

Commit 790d445

Browse files
authored
Update README.md
1 parent 03b3d0f commit 790d445

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
**AI reliability & observability toolkit** — monitor, evaluate, explain, and protect machine-learning models with a single, consistent Python API.
44

5-
[![CI](https://github.com/sowaiba/modelsentinel/actions/workflows/ci.yml/badge.svg)](https://github.com/sowaiba/modelsentinel/actions/workflows/ci.yml)
6-
![Python](https://img.shields.io/badge/python-3.9%2B-blue)
7-
![License](https://img.shields.io/badge/license-MIT-green)
8-
![Status](https://img.shields.io/badge/status-beta-orange)
9-
105
Shipping a model is easy. Knowing whether it is still trustworthy in production is not. ModelSentinel answers the questions that come *after* `model.predict()`:
116

127
- Is my model still accurate, or is performance quietly degrading?
@@ -133,9 +128,6 @@ The detector stays above 99% accuracy on **both** a held-out test split and a se
133128
with a different swap method (`inswapper_128`) — evidence it generalizes across
134129
generation techniques, not just to its training distribution.
135130

136-
## Contributing
137-
138-
Contributions are welcome — see [CONTRIBUTING.md](CONTRIBUTING.md) and our [Code of Conduct](CODE_OF_CONDUCT.md). Security issues: see [SECURITY.md](SECURITY.md).
139131

140132
## License
141133

0 commit comments

Comments
 (0)