-
First we have to clone the darknet repository by using the command below command
git clone https://github.com/AlexeyAB/darknet.git
-
Then move the dataset folder into the cloned darknet folder
- move the yolo-voc.2.0.cfg file into darknet/cfg folder
- move the train_test.py file into darknet folder and the run the python file
- move the obj.data and obj.names files into darknet/cfg folder
- After moving alll the files into the respective darknet folders run the jupyter file and get the desired output
Run the disease.ipynb
to get the desired output
This is the Working mechanism ![My Image](Working mech.png)
AI worflow ![My Image](AI model.png)