Skip to content

Commit 5d79811

Browse files
authored
added progress and shields
1 parent 07cc23c commit 5d79811

File tree

1 file changed

+26
-22
lines changed

1 file changed

+26
-22
lines changed

README.md

Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,43 @@
1-
<a href="url"><img src="https://1.bp.blogspot.com/-T-jEcKc3EIc/XJVXUldWEJI/AAAAAAAAB4U/Mqk1-XPQ0LEuemA16SXUQ4gbeXwjiDFDwCLcBGAs/s1600/GSoC%2B-%2BVertical%2BWide%2B-%2BGray%2BText%2B-%2BWhite%2BBG.png" align="left" height="200" width="300" ></a>
2-
31

42
# TensorFlow-GUI
3+
4+
![GSoC Icon](https://developers.google.com/open-source/gsoc/resources/downloads/GSoC-logo-horizontal-200.png)
5+
[![GitHub stars](https://img.shields.io/github/stars/sharmalab/tensorflow-gui)](https://github.com/sharmalab/tensorflow-gui/stargazers)
6+
[![GitHub issues](https://img.shields.io/github/issues/sharmalab/tensorflow-gui)](https://github.com/sharmalab/tensorflow-gui/issues)
7+
[![GitHub forks](https://img.shields.io/github/forks/sharmalab/tensorflow-gui)](https://github.com/sharmalab/tensorflow-gui/network)
8+
![GitHub License](https://img.shields.io/github/license/sharmalab/tensorflow-gui)
9+
510
This project aims to develop a TensorFlow compatible GUI to perform all the operations done by TensorFlow.
611

712
Student: **Vikas Gola**
813

9-
Mentors: **Monjoy Saha** (monjoy.saha -at- emory.edu) and **Pooya Mobadersany** (pooya.mobadersany -at- emory.edu)
14+
Mentors: **Monjoy Saha** (monjoy.saha@emory.edu) and **Pooya Mobadersany** (pooya.mobadersany@emory.edu)
1015

1116
![Gui Demo Video](screenshots/shots.gif)
1217

13-
## Features
14-
1. At present Conv1D, Conv2D, Conv3D, RNN, LSTM, GRU, ConvLSTM2D, CuDNNLSTM, CuDNNGRU, MaxPool1D, MaxPool2D, MaxPool3D, Dropout, AveragePooling1D, AveragePooling2D, AveragePooling3D, ReLU, LeakyReLU, Softmax, Activation, Input, Output, Reshape, RepeatVector, Dense, Flatten, and Embedding layers have been included in the GUI.
15-
16-
2. Input data (image and csv) pipeline (png to tfrecords) has been developed.
17-
18-
3. Training and testing pipeline along with result visualization and analysis part is in progress.
18+
## 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).
1920

2021
## Installation & Setup
2122
- Clone the repo from GitHub
22-
23-
`git clone https://github.com/sharmalab/tensorflow-gui`
23+
```
24+
git clone https://github.com/sharmalab/tensorflow-gui
25+
```
2426
- Give permission to scripts to install the required libraries
25-
26-
`cd tensorflow-gui/scripts/`
27-
28-
`chmod +x setup.sh run.sh`
27+
```
28+
cd tensorflow-gui/scripts/
29+
chmod +x setup.sh run.sh
30+
```
2931
- Run the script to setup and install required libraries
30-
31-
`./setup.sh`
32-
32+
```
33+
./setup.sh
34+
```
3335
## How to Run
3436
- Change the directory
35-
36-
`cd tensorflow-gui/scripts/`
37+
```
38+
cd tensorflow-gui/scripts/
39+
```
3740
- Start the TensorFlow-GUI
38-
39-
`./run.sh`
41+
```
42+
./run.sh
43+
```

0 commit comments

Comments
 (0)