Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 656 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 656 Bytes

Image Tracing

A basic Python script doing the following:

  1. Training an auto-encoder with the minst dataset.
  2. Saving the trained auto-encoder (.json/.h5 in models directory) for future use.
  3. Making predictions (testing or aka decoding with auto-encoders).
  4. Writing the decoded images in decoded directory.
  5. Converting the png images (decoded) into svg using potrace then writing them in decoded_to_svg directory.

Dependencies

Installing dependencies: pip install -r requirements.txt

requirements.txt compiled through the command: pip-compile requirements.in