Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mime-dream-team/mime-frontend
An easy-to-use, minimalist wireframing app powered by machine learning
https://github.com/mime-dream-team/mime-frontend
developer-tools drawing-app machine-learning reactjs shape-detection socket-io tensorflow
Last synced: 4 months ago
JSON representation
An easy-to-use, minimalist wireframing app powered by machine learning
- Host: GitHub
- URL: https://github.com/mime-dream-team/mime-frontend
- Owner: mime-dream-team
- Created: 2018-06-21T21:52:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-01T21:12:34.000Z (almost 4 years ago)
- Last Synced: 2024-04-13T22:50:37.688Z (10 months ago)
- Topics: developer-tools, drawing-app, machine-learning, reactjs, shape-detection, socket-io, tensorflow
- Language: JavaScript
- Homepage:
- Size: 2.79 MB
- Stars: 16
- Watchers: 1
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/ivanfex), [Chiara Marcial Martínez](https://github.com/cofuente), and [Lizz Thabet](https://github.com/lizzthabet).