- Make sure Docker is installed has daemon running on the machine in use.
- Move to the root folder of this application on Terminal and run
docker-compose up. - Open browser to http://localhost:3000 (http://localhost:3000/). The application should be up and ready for image uploads.
The source code for model training and evaluation is included in the notebook server/ml/training.ipynb
- Download and unzip the pill dataset: https://www.mydrive.ch/shares/43421/11a215a5749fcfb75e331ddd5f8e43ee/download/420938129-1629953099/pill.tar.xz
- Move the unzipped pill folder inside the folder
server/ml/dataset. - Make sure the notebook is run on the virtual environment kernel.