Appearance
python predict.py google.com
Start the server:
python api.py
Query the API:
curl -X POST http://localhost:5000/predict -d '{"fqdn":"example.com"}' -H "Content-Type: application/json"