AI-Checker / README.md
Pujan-Dev's picture
Updated: updated major parts and ready for prod
02706b2
---
title: Ai-Checker
emoji: πŸš€
colorFrom: yellow
colorTo: blue
sdk: docker
pinned: false
---
# Testing AI Contain
This Hugging Face Space uses **Docker** to run a custom environment for AI content detection.
## How to run locally
```bash
docker build -t testing-ai-contain .
docker run -p 7860:7860 testing-ai-contain
```