jobinkv / django-image-annotation-tool

Repository from Github https://github.comjobinkv/django-image-annotation-toolRepository from Github https://github.comjobinkv/django-image-annotation-tool

django-image-annotation-tool

TODO

  • Refactoring css and js
  • Db Related
    • Migration to MySQL
    • Handlers for Jason dumps
  • Dockerize the repo and client
    • Upload docker dev scripts on GDrive
  • Test workflow Design

Setup

  1. Create your own Python3 virtual env like:
virtualenv -p python3.6 myenv
  1. Activate your env(have to do this step every time you want boot the server)
source myenv/bin/activate
  1. Install dependencies like(do this only once):
pip install -r requirements.txt

Runserver

python manage.py runserver localhost:8080

About


Languages

Language:HTML 92.5%Language:Python 7.5%