A system for conducting experimenting Deep learning experiments as a black box.
This project is made by The Anh Tran. This project contains 2 parts:
- Server: Where experiments are actually running on.
- Client: Interface for users to interacting with system.
In case you want a quick deployment, I've built images previously. All you need to do is run the following command to pull the prebuilt image from my Docker Hub and execute it.
docker compose up
After successfully running, the app will be available at localhost:80
.
There are 2 serperate configuration guidances.
- Server: Here is the link to Server Guidance
- Client: Here is the link to Client Guidance