Skip to content

Commit

Permalink
Merge pull request #16 from vicrep/master
Browse files Browse the repository at this point in the history
Add pip requirements
  • Loading branch information
tonybeltramelli committed Dec 13, 2017
2 parents 64bc3b3 + 2045ed6 commit 94f651f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,10 @@ com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties

# Generated dataset files
datasets/*
!datasets/pix2code_datasets.z*

# Training output
bin/
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,18 @@ The current implementation is not, in any way, intended, nor able to generate co
We could not emphasize enough that this project is experimental and shared for educational purposes only.
Both the source code and the datasets are provided to foster future research in machine intelligence and are not designed for end users.

## Setup
### Prerequisites

- Python 2 or 3
- pip

### Install dependencies

```sh
pip install -r requirements.txt
```

## Usage

Prepare the data:
Expand Down
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Keras==2.1.2
numpy==1.13.3
opencv-python==3.3.0.10
h5py==2.7.1
tensorflow==1.4.0

0 comments on commit 94f651f

Please sign in to comment.