Skip to content

Commit 7efe69f

Browse files
committed
update README.md
1 parent b53cfba commit 7efe69f

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

README.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,12 @@ Mentors: **Monjoy Saha** (monjoy.saha@emory.edu) and **Pooya Mobadersany** (pooy
1616
![Gui Demo Video](screenshots/shots.gif)
1717

1818
## Progress and Features
19-
Progress of the project and features of the tensorflow-gui can be checked [here](https://github.com/sharmalab/tensorflow-gui/wiki/Progress-and-Features).
19+
Progress and features of the Tensorflow-GUI can be checked [here](https://github.com/sharmalab/tensorflow-gui/wiki/Progress-and-Features).
2020

2121
## Installation & Setup
22+
23+
#### For Ubuntu
24+
- (Optional but recommended) Install the Anaconda from [here](https://www.anaconda.com/).
2225
- Clone the repo from GitHub
2326
```
2427
git clone https://github.com/sharmalab/tensorflow-gui
@@ -32,12 +35,37 @@ Progress of the project and features of the tensorflow-gui can be checked [here]
3235
```
3336
./setup.sh
3437
```
38+
39+
#### For Windows 10
40+
- Download and Install Anaconda from [here](https://www.anaconda.com/) for the current user.
41+
- Download and Install NodeJs from [here](https://nodejs.org/en/).
42+
- Download and Install git from [here](https://git-scm.com/).
43+
- Open powershell and follow next instructions.
44+
- Clone the repo from GitHub
45+
```
46+
git clone https://github.com/sharmalab/tensorflow-gui
47+
```
48+
- Give permission to scripts to install the required libraries
49+
```
50+
cd tensorflow-gui\scripts\
51+
```
52+
- Run the script to setup and install required libraries
53+
```
54+
.\setup.ps1
55+
```
56+
57+
***Note***: Make sure NodeJs, Anaconda, and git are available from powershell
58+
3559
## How to Run
60+
3661
- Change the directory
3762
```
3863
cd tensorflow-gui/scripts/
3964
```
4065
- Start the TensorFlow-GUI
4166
```
67+
For Ubuntu
4268
./run.sh
43-
```
69+
For Windows
70+
.\run.ps1
71+
```

0 commit comments

Comments
 (0)