Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 507 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 507 Bytes

GAL-iD

Galaxy's shape identification with the help of AI

Start the project

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/

GPU Support

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