Welcome to the Flask API
Below is a list of available endpoints:
- GET /: Landing page with endpoint directory (this page)
- GET/POST /inference: Upload an image file to get the information of vehicles
- POST /api/inference: Send us an image file at this endpoint to get the information of vehicles - Useful for any code applications.