This api receives an image return the coordinate where a persona, animal or object is located
Each version is a improve from previous versions
- V1. {person, dogs, cats, other}
- V2. {person, dogs, cats, other, objects}
uvicorn backend:app --reload --port 8001