You should make sure that the crawler is able to be run on Windows server manually. And to note that to make sure selenium runs […]
Classification Algorithms in Machine Learning
Decision Trees Naive Bayes Linear Discriminant Analysis k-Nearest Neighbors Logistic Regression Neural Networks Supoort Vector Machines(SVM) K-Nearest Neighbors Multi-class classifier: A classifier that can predict […]
WSS(Secure Websockt) – Fix NET::ERR_CERT_REVOKED using certbot
This is because you do not have a proper certificate as in the case of HTTPS. To quickly solve it you can use the certbot. […]
ssl.SSLError: [SSL] PEM lib (_ssl.c:3824) – Python Websockets SSL Error Solution
The Error Python Secure Web Socket Source Code That’s where the localhost.pem required. Solution I changed the way that I generate the localhost.pem file Original […]
How to server all the mp4 files in a folder
Folder Structure Dependencies The following Python packages are used: flask os References https://stackoverflow.com/questions/3207219/how-do-i-list-all-files-of-a-directory https://fenghe.us/how-to-serve-mp4-video-with-flask/