Skip to content

Latest commit

 

History

History

server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Server

This server is using flask to provide a simple interface to upload files and train the network.

Once the dependencies are installed and the server is running, you will be able to access the website at:

localhost:8080/

Tools Used

To install all of the dependencies needed to run the python application, simply use pip with:

pip install -r requirements.txt

Known Problems

Fix Cuda Problem (Linux)

Type in terminal before executing the program

export PATH=/usr/local/cuda/bin${PATH:+:${PATH}}
export LD_LIBRARY_PATH=/usr/local/cuda/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}

If you have trouble finding the correct versions, see here.
For example: tensorflow-gpu-1.4.1 uses CUDA-8.0 and CUDNN-6.0


Useful Links


The main page will look similar to this image:

Image of website main page


The training page will look similar to this image:

Image of website training page