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
- Host: GitHub
- URL: https://github.com/yedhink/webpage-from-sketch
- Owner: yedhink
- Created: 2023-02-02T10:15:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-02T10:41:41.000Z (over 2 years ago)
- Last Synced: 2025-02-01T23:28:30.074Z (4 months ago)
- Language: Python
- Homepage:
- Size: 4.36 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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"
```