- Clone the repository and download the necessary packages using the following commands:
git clone https://github.com/Gokulnath31/Smoke_and_Fire_Detection.git
cd Smoke_and_Fire_Detection
pip install -r requirements.txt
- Start your server
uvicorn api:app --reload
3.Now go to http://127.0.0.1:8000/docs. You will see the automatic interactive API documentation (provided by Swagger UI).Try the post method or use curl command