sharmalab / tensorflow-gui

GUI for tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
    

About

GUI for tensorflow

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 95.9%Language:HTML 2.9%Language:CSS 1.0%Language:Shell 0.1%Language:PowerShell 0.1%