Skip to content

sharmalab/tensorflow-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TensorFlow-GUI

GitHub stars GitHub issues GitHub forks GitHub License

GSoC Icon

This project aims to develop a TensorFlow compatible GUI to perform all the operations done by TensorFlow.

Student: Vikas Gola

Mentors: Monjoy Saha (monjoy.saha@emory.edu) and Pooya Mobadersany (pooya.mobadersany@emory.edu)

Gui Demo Video

Progress and Features

Progress and features of the Tensorflow-GUI can be checked here.

Installation & Setup

For Ubuntu

  • (Optional but recommended) Install the Anaconda from here.
  • Clone the repo from GitHub
    git clone https://github.com/sharmalab/tensorflow-gui
    
  • Give permission to scripts to install the required libraries
    cd tensorflow-gui/scripts/
    chmod +x setup.sh run.sh
    
  • Run the script to setup and install required libraries
    ./setup.sh
    

For Windows 10

  • Download and Install Anaconda from here for the current user.
  • Download and Install NodeJs from here.
  • Download and Install git from here.
  • Open powershell and follow next instructions.
  • Clone the repo from GitHub
    git clone https://github.com/sharmalab/tensorflow-gui
    
  • change the directory
    cd tensorflow-gui\scripts\
    
  • Run the script to setup and install required libraries
    .\setup.ps1
    

Note: Make sure NodeJs, Anaconda, and git are available from powershell

How to Run

  • Change the directory
    cd tensorflow-gui/scripts/
    
  • Start the TensorFlow-GUI
    For Ubuntu
    ./run.sh
    For Windows
    .\run.ps1