JacobARose / image-utils

Refined collection of various image file utilities I've written and re-written at various points during my graduate studies performing research in computer vision.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python-boilerplate

TODO: short introduction of this project. The objective or the motivation behind this project.

Getting Started

  1. Installation process
  2. Software dependencies
  3. Latest releases
  4. API references

Documentation

1. Rebuild html api docs

export PORT=9797 # Optionally override 
make docs PORT=PORT

2. Host api docs on local server

export PORT=9797 # Optionally override default port of 9797
make docs-server PORT=$PORT

then, on local shell, build an ssh tunnel

# e.g.
export SERVER_IP="serrep3.services.brown.edu"

ssh -N -L PORT:localhost:PORT $(USER)@$(SERVER_IP)

Changelog

Please read the changelog to check any notable changes of this project.

Contributing

Please read the contribution guidelines before starting work on a pull request.

About

Refined collection of various image file utilities I've written and re-written at various points during my graduate studies performing research in computer vision.

License:MIT License


Languages

Language:Jupyter Notebook 99.2%Language:Python 0.8%Language:Shell 0.0%Language:Makefile 0.0%