git clone https://github.com/cyberalertnepal/aiapi cd aiapi
pip install -r requirements.txt
Create a .env file:
.env
SECRET_TOKEN=your_secret_token_here
uvicorn app:app --host 0.0.0.0 --port 8000