A proof-of-concept application that uses computer vision to analyze car images for potential damages or issues.
- Backend: Python
- Frontend: Next.js (connected via API)
- 🚗 Upload car images for diagnostic analysis
- 🔍 Specialized TensorFlow model for damage detection
- 📊 Visual annotations highlighting detected issues
- 🗃️ Database integration for car make/model tracking
- 📁 CSV upload capability for bulk car data
- Backend: Flask (Python)
- Frontend: Next.js (connected via API)
- Computer Vision: Roboflow, TensorFlow, OpenCV
- Database: SQLite (with SQLAlchemy ORM)
- Image Processing: Supervision library
- API: RESTful endpoints for frontend communication
- Python 3.11+
- Node.js (for frontend)
- Roboflow API key (store in
.env
file)