Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 808 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 808 Bytes

Mime

Mime is a simple, easy-to-use wireframing tool. It uses a drawing assistant AI to transform your hand-drawn sketches into clean lines, rectangles, and circles in real-time.

Our application is powered by a TensorFlow.js (TF) model that we trained to recognize basic shapes using strokes drawn on an HTML canvas. The front-end workspace relies on React-Konva.js to create moveable, transformable shapes, Socket.io to communicate with the TF model, and React/Redux to manage wireframe rendering and updates.

Each wireframe is automatically saved to a PostgreSQL database and accessible through a unique URL. Touch support is beta.

Mime is built by Ivan Felix, Chiara Marcial Martínez, and Lizz Thabet.