ShiftDrive is android based application. It’s a development project. The scope of ShiftDrive is very broad since every person interacts with the cars directly or indirectly and thus can be a potential user of this application. The major users of this application will be the car owners and workshop workers as they will get the most benefits and can explore more opportunities out of it.
1. Detect the car using images and extract its Make and Model.2. Detect all damaged parts.
3. Estimate repair costs.
4. Get live biddings from mechanics and vendors.
5. Get best Repair options around.
Dataset - Train images 7000 - Test Images 220---- "Imagenet" is used for getting pre trained weights using Transfer Learning ----- "Softmax" Activation Function -----"Adam" optimizer -----"Categorical crossentropy" Loss Function. $ git clone https://github.com/ultralytics/yolov5 $ cd yolov5 $ pip install -r requirements.txt ''' $ python detect.py --source 0 # webcam file.jpg # image file.mp4 # video path/ # directory path/*.jpg # glob 'https://youtu.be/NUsoVlDFqZg' # YouTube video 'rtsp://example.com/media.mp4' # RTSP, RTMP, HTTP stream ''' 