Instructions to use beingamit99/car_damage_detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use beingamit99/car_damage_detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="beingamit99/car_damage_detection") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("beingamit99/car_damage_detection") model = AutoModelForImageClassification.from_pretrained("beingamit99/car_damage_detection") - Notebooks
- Google Colab
- Kaggle
Can I get your model ? I wanna train it more and make is usable with a mobile application
I wanna train it more and make is usable with a mobile application and detect car damage in real time with the help of camera.. will integrate YOLO model with that and see what it takes
I wanna train it more and make is usable with a mobile application and detect car damage in real time with the help of camera.. will integrate YOLO model with that and see what it takes
Are there any results? I have the same idea. We can talk
You're more than welcome to use my model for your project! I hope it serves you well in detecting car damage with real-time camera integration. If you need any assistance or have questions during the process, feel free to reach out.
I wanna train it more and make is usable with a mobile application and detect car damage in real time with the help of camera.. will integrate YOLO model with that and see what it takes
I wanna train it more and make is usable with a mobile application and detect car damage in real time with the help of camera.. will integrate YOLO model with that and see what it takes
Are there any results? I have the same idea. We can talk
You're more than welcome to use my model for your project! I hope it serves you well in detecting car damage with real-time camera integration. If you need any assistance or have questions during the process, feel free to reach out.