$ pip install -r requirements.txt
To compile the protocol buffers, run the build script:
$ ./build.sh
To build and run the Docker container, run the following commands:
$ docker build -t leads-ai .
$ docker run -d -p 127.0.0.1:50051:50051 --name leads-ai leads-ai