An open API service indexing awesome lists of open source software.

https://github.com/yedhink/webpage-from-sketch

Generate a webpage based on a hand drawn wireframe
https://github.com/yedhink/webpage-from-sketch

Last synced: about 2 months ago
JSON representation

Generate a webpage based on a hand drawn wireframe

Awesome Lists containing this project

README

        

# Webpage From Sketch

Special kinda cooked ramen codebase. Use at your own discretion, because neither me nor mere mortals can figure out what's going on in this codebase after a while! I am kidding. It's not that badly written compared to my other projects :D

This was my final year project in college for anyone wondering. Sigh.

## Authors
* @yedhink
* @ranjith

# Usage

```bash
pipenv shell # install the reqs
cd src
python train.py --training_dataset "dataset-path" --m_op_path "output-dir"
python3 sample.py --m_json "model" --op_dir "output-dir" --input_img "input-image" --m_weight "weights"
```