| title: Car View Classifier Frontend | |
| emoji: 🖼️ | |
| colorFrom: purple | |
| colorTo: blue | |
| sdk: docker | |
| app_port: 7860 | |
| pinned: false | |
| # Car View Classifier — Frontend (v2) | |
| Vite + React upload UI for the | |
| [car-view-classifier backend Space](https://huggingface.co/spaces/jayvatliq/car-view-classifier). | |
| Built with `npm run build`, served by nginx on port 7860. Backend URL is | |
| baked in at build time via the `VITE_API_URL` Docker build arg (default | |
| points at the production backend Space). | |
| `BASE_URL` is the host only — code appends `/api/...` and `/files/...`. | |