Pujan-Dev's picture
push to testing branch
b8aa51a

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

🔙 Back to Main README