Signed-off-by: András Schmelczer <andras@schmelczer.dev>
This commit is contained in:
Andras Schmelczer 2022-04-10 14:36:57 +02:00
parent 8b810c4000
commit 91554384f2
19 changed files with 205 additions and 165 deletions

7
example/main_service.py Normal file → Executable file
View file

@ -1,10 +1,9 @@
import json
from random import shuffle
#!/usr/bin/env python3
from devtools import debug
from predict_domain import predict_domain
from good_ai import process_batch, serve
from good_ai import serve
if __name__ == "__main__":
serve(predict_domain)