Skip to main content

A labelling tool for satellite imagery

Project description

scan

This repo contains the code for SCAN

  • scaneo: includes the cli, lib and api
  • ui: includes the web ui

The CLI runs the API, which in turns servers the static files for the UI.

The library can be installed with

pip install scaneo

Instructions

Developement

Run the api with the cli

cd scaneo
python main.py run --reload --data <<folder>>

Then, run the ui

cd ui
yarn dev

Production

Build the ui, copy the build inside scaneo and build the python package

make build v=<version>
make publish

Notes

Do not add scaneo/ui to gitignore since the build process will fail (missing entry folder)

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

scaneo-2023.11.3.post3.tar.gz (20.6 MB view hashes)

Uploaded Source

Built Distribution

scaneo-2023.11.3.post3-py3-none-any.whl (20.7 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page