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)
Progress and features of the Tensorflow-GUI can be checked here.
- (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
- 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
- Change the directory
cd tensorflow-gui/scripts/
- Start the TensorFlow-GUI
For Ubuntu ./run.sh For Windows .\run.ps1