Developer journal
Developer Journal - March 2020
A reviewed monthly digest generated from public GitHub activity.
This developer-journal entry was generated with a local AI model from my public GitHub activity, then reviewed before publication.
Digest
March focused on containerizing the FaceSwap application, adding Docker configuration, and refining image path handling through multiple commits and merged PRs.
Containerization and Image Handling Refinements
March work centered on containerizing the FaceSwap application using Docker. Key changes included adding Dockerfile, docker-compose.yml, and pre-commit hooks. The app was refactored to handle image paths via URL or file system, with modifications to app.py addressing image source logic. Merged PRs introduced URL-based image sources and resolved return value issues in the snowball initiative.
Notable sources
- https://github.com/dafrenchyman/FaceSwap/commit/2cfd87ad67e7887a5ad3fc76635a456a4d5936de
- https://github.com/dafrenchyman/FaceSwap/pull/2