From 6ae01ccf6fa8eae724c9ddbac8eb9bb284ed9d6f Mon Sep 17 00:00:00 2001 From: Marco Date: Sat, 18 Apr 2026 19:58:44 +0200 Subject: [PATCH] Add AICodeSlopMonitor and SynthScan to Tools section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6489b79..8ed0977 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,8 @@ If you find this list helpful, give it a ⭐ on GitHub, share it, and contribute --- ## Tools 🛠️ +- **[AICodeSlopMonitor](https://slopcodemonitor.ai/)**: Detects low-quality and AI-generated code patterns to help developers review and improve codebases. +- **[SynthScan](https://github.com/marcoramilli/SynthScan)**: Scans codebases for AI-generated code patterns. - :heart: **[Pruna](https://docs.pruna.ai/en/latest/)** :heart:: A package to make AI models faster, smaller, faster, greener by combining compression methods (incl. quantization, pruning, caching, compilation, distillation...) on various hardware. - **[TensorRT](https://developer.nvidia.com/tensorrt)**: High-performance deep learning inference library for NVIDIA GPUs. - **[ONNX](https://onnx.ai/)**: Open Neural Network Exchange format for interoperability among deep learning frameworks.