This project helps people submit the simplest way for the Zalo AI landmark identification challenge.
- Jupyter Notebook (Anaconda 3)
- Keras
- Tensorflow
- Python 2 and 3
- cuDNN (gpu version)
- Open a terminal
- Install docker
$ sudo apt-get install docker.io
- Clone file from repository
$ git clone https://github.com/dukn/zaloai_landmark.git
- Build the docker With CPU only
$ cd zaloai_landmark
$ sudo docker build -t zaloai/landmark -f Dockerfile.cpu .
With GPU version
- install nvidia docker in here
$ cd zaloai_landmark
$ sudo docker build -t zaloai/landmark -f Dockerfile.gpu .
With CPU version
$ sudo docker -it -p 8888:8888 zaloai/landmark
With GPU version
$ sudo docker --runtime=nvidia -it -p 8888:8888 zaloai/landmark