Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 582 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 582 Bytes

sketch2web

  1. Convert your hand drawn sketch to HTML wireframe.
  2. Currently have handled only Text Field, Checkbox and Select Option

How to Run

  1. Clone the repository:
$ git clone https://github.com/nagvekarshankar/sketch2web.git
$ cd sketch2web
  1. Install dependencies:
$ pip install -r requirements.txt
  1. Start the application:
streamlit run app.py

How to fetch HTML wireframe

  1. Upload Hand drawn image.

  2. 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.