A web application through which a user can upload an image, select a circular cut-out and generate a string pattern.
The main server was built with Node.js, Express.js, and MongoDB. The pattern generation algorithm was developed in Python. Finally, an API created with Flask allows the pattern instructions to be sent to the server.
The pattern does not match the image very well since algorithm optimization is still in progress. Stay tuned!