- Convert your hand drawn sketch to HTML wireframe.
- Currently have handled only Text Field, Checkbox and Select Option
- Clone the repository:
$ git clone https://github.com/nagvekarshankar/sketch2web.git
$ cd sketch2web
- Install dependencies:
$ pip install -r requirements.txt
- Start the application:
streamlit run app.py
-
Upload Hand drawn image.
-
View the o/p of the HTML wireframe at bottom
That's it your new app is added to your application and is live in default browser.