Train your own auto-complete model on the web with Tensorflow.js
- Chrome Web browser
- Download predicts.html
- Upload dataset.txt
# Python 3 | |
# Usage: python3 SimpleHTTPSServer.py | |
from OpenSSL import crypto, SSL | |
from socket import gethostname | |
from pprint import pprint | |
from time import gmtime, mktime | |
from sys import platform | |
import os | |
import http.server, ssl |
Set-StrictMode -Version 2.0 | |
<# | |
.SYNOPSIS | |
Script to change your MAC & IP Address instantly. | |
.DESCRIPTION | |
[Input] Change $NetworkAdapterName to the network adapter that you are using. | |
[Output] MAC Address is randomly assigned from 00-00-00-00-00 to FF-FF-FF-FF-FF | |
[Output] IP Address is randomly assigned from xxx.xxx.xxx.100/24 to xxx.xxx.xxx.250/24 | |
Instead of manually going to https://chromedriver.chromium.org/downloads and download the chromedriver manually.
This code snippet checks for your current chrome version and updates it accordingly.
If chromedriver does not exists, it will download the lastest version.