Skip to content

ripiuk/Allocator

Repository files navigation

Image manual allocator

Description

It's a mapping tool, which will help you to distribute images by their class manually.

How to run

  • Install python:
    make install
  • Create/update virtual environment with all necessary libraries by this commands:
    make venv_init
    make venv_update
  • Activate the virtual environment by command:
    source venv/bin/activate
  • Run server by command:
    make runserver