BisariaUtkarsh / 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 of the project and features of the tensorflow-gui can be checked here.

Installation & Setup

  • 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
    

How to Run

  • Change the directory
    cd tensorflow-gui/scripts/
    
  • Start the TensorFlow-GUI
    ./run.sh
    

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%