Make sure you are in the project path where docker-compose.yml is
$ docker-compose build . $ docker-compose upIf you want user input (run test script in test.py):
$ python test.pyAccording to a probability threshold of 0.5, real names with high confidence were classified as Real names, if the probability was 0.5 or more, otherwise they would be classified as Fake names (real names with low confidence).
$ docker-compose down