Back-End and Deep Learning Component
A Final Year Project by Randika Rodrigo
- Execute
generator_trainer.py
to train pre-train the generator network. - Execute
gan_trainer.py to train
GAN with the Capsule Network Discriminator.
To run the API, execute the command
uvicorn fastAPI:app --reload
- Build Docker Image
docker build -t fyp_api_amd -f .\AMD_Dockerfile .
- Run the Docker Image
docker run -d -p 8000:8000 --name FYP_API_AMD fyp_api_amd