snacksbro / distributed-labeling

Repository for Image Processing project
GNU General Public License v3.0
0 stars 0 forks source link

Pre-Requisites

Installing Dependencies

Frontend Dependencies

  1. Navigate to frontend/ and run npm install

Backend Dependencies

  1. Navigate to backend/ and run virtualenv .
  2. Enter your virtualenv with source bin/activate
  3. Run pip install -r requirements.txt

Running

Starting the Frontend

  1. Execute npm run dev

Starting the Backend

  1. Start the virtualenv with source bin/activate
  2. Execute python3 app.py