XGBoost model for prediction of tear strength of fabric using fabric paramters
- Download anaconda and python
- Download "APP File" folder
- Go inside the folder via anaconda prompt
- Write "pip install -r requirements.txt". and hit Enter
- This will install all necessary module required
- Write "python Input_file.py", hit Enter
- GUI will open, input fabric parameters and Test it
- It will output the predicted tear strength for both directions.
- Input parameters need for prediction is
a. thread count(expected) { if this is not available you can use actual thread count}
b. weave of fabric (1 for plain, 2 for satin)
c. finishing sequence of fabric {in our input data we have 5 finishing sequences which are, dyed, white dyed, pigment print, r. dyed and dyed over print}
d. blend % { we used % of cotton in the blend as a parameter}
e. warp and weft count
f. EPI and PPI
g. Actual thread count{value thread count expected can be use if this is not available}
f. GSM of fabric