Skip to content
This repository has been archived by the owner on May 17, 2020. It is now read-only.

yanhwee/empower-draw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Title

Empower Draw

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Ensure that Anaconda, and Git is downloaded.

Installing

A step by step series of examples that tell you how to get a development env running

Clone this repository

git clone https://github.com/Tooawesome15/empower-draw.git

Change into the right directory with cd command.

####Optional Create a conda environment

conda create --name draw tensorflow

When conda asks you to proceed, type y

Activate conda environment

conda activate draw

Install requirements by first changing to root by using the cd command.

conda install --file requirements.txt

If there are any requirement errors when running, you can install the required requirement individually.

conda install (requirement)

Running

Use the command

python server\run.py

to run the programme.

Current working directory is root.

Refer to above should you face any requirement errors.

Built With

  • Anaconda - Packages used
  • Git - Cloning and managing of this repository

Authors

See also the list of contributors who participated in this project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published