Currently working on an OpenCV for real time detection and deploying the model on Flask, on local-host.
Main Goal : To integrate the model on a website so that whenever the site is being visited, visitor's live feed from his/her cam can be used and processed through OpenCV and would give output.
Problem : Have completed the part where we are able to run the flask app on local-host ( the feed being displayed on HTML page), but now :
1) How to integrate the model to the main website.[ like currently being local-host, webcam is directly accessible, but what to do in case of website deployment. ]
2) How to put the associated dependencies on the server. [ like required libraries, packages, which were imported for usage in main file. ]
Pointing out the required resources along with tips/directions to start from will be really helpful.
Links that being referred before asking question here:
Thank you