Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Domain Aware Style Transfer API project #9

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

alexandergg
Copy link

Principal features:

  1. Add a Domain Aware Style Transfer API scaffolding project using the FastAPI library.
  2. Add API endpoints to support the developed models (vanilla, adversarial loss) and the interpolation case.
  3. Create configurations files (.json) for each model inference and baseline process.
  4. Refactor and re-structure the code. Remove unnecessary dependencies, clean the code and modify the code to avoid GPU out of memory during inference process.
  5. Add a Docker configuration (Dockerfile) and environment.yml to execute locally (cmd or Docker) or execute the project in the cloud using Container Instances with GPU.
  6. Add README.md as a user guide to install dependencies locally or deploy the API in an Azure Container Instance using Azure Portal.

Alexander González and others added 2 commits November 15, 2021 19:57
…sarial loss and interpolate). Add Docker configuration and environment.yml. Add README.md as user guide
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant