Galaxy's shape identification with the help of AI
To run the database, the api and the streamlit web application, simply run:
docker-compose up
Then, navigate to http://127.0.0.1:8501/
If you want use your GPU with tensorflow, make sure the NVIDIA Container Toolkit is installed and simply run:
docker-compose -f docker-compose.yml -f docker-compose.gpu.yml up