creating a construction model to predict how is the construction going on.
No need to do anything with Training_construction_model.ipynb as it is only there to show you how the model was trained and saved. Note : you can play with colab notebook to practice
Instructions to predict the image
- clone the repo in your code editor using git clone https://github.com/anuragsinghbhandari/construction_model.git
- go to Construction_model directory by writing cd Construction_model in terminal
- Install the required modules by writing pip install -r requriements.txt in the terminal
- now copy the path of any image you want to predict
- inside the model.py at line no. 48 paste the image path
- then save the file
- in terminal write python model.py
- See the output
- in case of any error report the issue i will try to solve