Our Project uses Yolo Models to detect car defects like Dents and Scratches.
- Image Input
- Video Input
- Live Camera Feed
- Conda (recommended) or Python >= 3.10
git clone https://https://github.com/KaustubhGhale/Tata_Innovent_2024
cd Tata_Innovent_2024conda create --name yourenvname python=3.10
conda activate yourenvnameYou can rename the conda env name as per your liking
Use the requirements.txt file to install necessary packages:
pip install -r requirements.txt-
Start the App:
flask run
-
Detect Defects:
- You can navigate to Image, Video and Live Inference pages by clicking on the Inference button.
This Project has been developed under TATA INNOVENT 2024 Hackathon, by Team HaxS. All rights reserved by TATA Technologies.