AI-Checker / docs /setup.md
Pujan-Dev's picture
feat: updated detector using Ela fft and meta
0b8f50d

Setup & Installation

1. Clone the Repository

git clone https://github.com/cyberalertnepal/aiapi
cd aiapi

2. Install Dependencies

pip install -r requirements.txt

3. Configure Environment

Create a .env file:

SECRET_TOKEN=your_secret_token_here

4. Run the API

uvicorn app:app --host 0.0.0.0 --port 8000