Empower Draw
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Ensure that Anaconda, and Git is downloaded.
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)
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.
- Tooawesome15 - Initial work and Backend - Tooawesome15
- J370 - Frontend - J370
See also the list of contributors who participated in this project.