From 4189458b848bd699670665f90f7aacab34e06242 Mon Sep 17 00:00:00 2001
From: AMet <109765625+AMetIR@users.noreply.github.com>
Date: Thu, 21 Jul 2022 16:30:07 -0700
Subject: [PATCH] Fixed spelling and grammar errors in README.md
---
README.md | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index 101ee2a..b5150f8 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
* Official research page: [https://uizard.io/research#pix2code](https://uizard.io/research#pix2code)
## Abstract
-Transforming a graphical user interface screenshot created by a designer into computer code is a typical task conducted by a developer in order to build customized software, websites, and mobile applications. In this paper, we show that deep learning methods can be leveraged to train a model end-to-end to automatically generate code from a single input image with over 77% of accuracy for three different platforms (i.e. iOS, Android and web-based technologies).
+Transforming a graphical user interface screenshot created by a designer into computer code is a typical task conducted by a developer in order to build customized software, websites, and mobile applications. In this paper, we show that deep learning methods can be leveraged to train a model end-to-end to automatically generate code from a single input image with over 77% of accuracy for three different platforms (i.e. iOS, Android, and web-based technologies).
## Citation
@@ -59,7 +59,7 @@ cd ../model
./build_datasets.py ../datasets/android/all_data
./build_datasets.py ../datasets/web/all_data
-# transform images (normalized pixel values and resized pictures) in training dataset to numpy arrays (smaller files if you need to upload the set to train your model in the cloud)
+# transform images (normalized pixel values and resized pictures) in training dataset to NumPy arrays (smaller files if you need to upload the set to train your model in the cloud)
# usage: convert_imgs_to_arrays.py