Run the IPYNB file EDA-GUI-Autoplotter_SK.ipynb. At the end it will generate the link for Auomation GUI of EDA.
Steps implemented in Notebook.
- Install Autoplotter
- Import GUI Libraries Like Jupier_Dash, Dash
- Install "dash-bootstrap-components<1"
- Import Run_app from Autoplotter
- Manipulate the Data for giving input for Autoplotter
- Click the link Generated by Autoplotter app
- Execute the file tkinter_test.py
- In Folder text box enter name of folder containing training images.
- Press PreProcessYolov3 button
- Press Train after Input Preprocessing Complete is shown in result box
- Training output can found in same directory myoutput_a.txt file
-
Install all the requirements to run Flask based web server pip3 install -r requirements.txt
-
Start the Flask web server by running python3 detect-flask.py
Go to the URL : http://localhost:8090
-
From the screenshot press Choose file and select any image from test folder For images selected from test folder its class will be displayed but for new images class will be shown as N/A Press Predict when image is selected
Below is the result of predicted image . Predicted output consists of
- Image with bounding box
- Predicted class
- Confidence Score