Skip to content

snacksbro/distributed-labeling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pre-Requisites

  • Node.js v21.5.x
  • NPM v10.2.x
  • Python v3.10.x
  • Virtualenv

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

About

Repository for Image Processing project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published