CONTRIBUTING.md
LICENSE.txt
MANIFEST.in
README.md
VERSION
setup.cfg
setup.py
etc/smqtk/proxymanager.config
etc/smqtk/postgres/example_pgbouncer.ini
etc/smqtk/postgres/classification_element/example_table_init.sql
etc/smqtk/postgres/descriptor_element/example_table_init.sql
etc/smqtk/postgres/descriptor_set/example_table_init.sql
python/smqtk/__init__.py
python/smqtk/compute_functions.py
python/smqtk.egg-info/PKG-INFO
python/smqtk.egg-info/SOURCES.txt
python/smqtk.egg-info/dependency_links.txt
python/smqtk.egg-info/entry_points.txt
python/smqtk.egg-info/requires.txt
python/smqtk.egg-info/top_level.txt
python/smqtk/algorithms/__init__.py
python/smqtk/algorithms/_interface.py
python/smqtk/algorithms/classifier/__init__.py
python/smqtk/algorithms/classifier/_classifier_collection.py
python/smqtk/algorithms/classifier/_defaults.py
python/smqtk/algorithms/classifier/_interface_classifier.py
python/smqtk/algorithms/classifier/_interface_supervised.py
python/smqtk/algorithms/classifier/index_label.py
python/smqtk/algorithms/classifier/libsvm.py
python/smqtk/algorithms/classifier/sklearn_logistic_regression.py
python/smqtk/algorithms/descriptor_generator/__init__.py
python/smqtk/algorithms/descriptor_generator/_interface.py
python/smqtk/algorithms/descriptor_generator/caffe_descriptor.py
python/smqtk/algorithms/descriptor_generator/colordescriptor/INSTALL.md
python/smqtk/algorithms/descriptor_generator/colordescriptor/__init__.py
python/smqtk/algorithms/descriptor_generator/colordescriptor/colordescriptor.py
python/smqtk/algorithms/descriptor_generator/colordescriptor/encode_FLANN.py
python/smqtk/algorithms/descriptor_generator/colordescriptor/utils.py
python/smqtk/algorithms/descriptor_generator/kwcnndescriptor/LICENSE
python/smqtk/algorithms/descriptor_generator/kwcnndescriptor/__init__.py
python/smqtk/algorithms/descriptor_generator/kwcnndescriptor/autoencoder_model_def.py
python/smqtk/algorithms/descriptor_generator/kwcnndescriptor/kwcnndescriptor.py
python/smqtk/algorithms/descriptor_generator/kwcnndescriptor/kwcnnmodel.npy
python/smqtk/algorithms/image_io/__init__.py
python/smqtk/algorithms/image_io/_interface.py
python/smqtk/algorithms/image_io/gdal_io.py
python/smqtk/algorithms/image_io/pil_io.py
python/smqtk/algorithms/nn_index/__init__.py
python/smqtk/algorithms/nn_index/_interface_nn_index.py
python/smqtk/algorithms/nn_index/faiss.py
python/smqtk/algorithms/nn_index/flann.py
python/smqtk/algorithms/nn_index/mrpt.py
python/smqtk/algorithms/nn_index/hash_index/__init__.py
python/smqtk/algorithms/nn_index/hash_index/_interface_hash_index.py
python/smqtk/algorithms/nn_index/hash_index/linear.py
python/smqtk/algorithms/nn_index/hash_index/sklearn_balltree.py
python/smqtk/algorithms/nn_index/lsh/__init__.py
python/smqtk/algorithms/nn_index/lsh/functors/__init__.py
python/smqtk/algorithms/nn_index/lsh/functors/itq.py
python/smqtk/algorithms/nn_index/lsh/functors/simple_rp.py
python/smqtk/algorithms/object_detection/__init__.py
python/smqtk/algorithms/object_detection/_defaults.py
python/smqtk/algorithms/object_detection/_interface.py
python/smqtk/algorithms/relevancy_index/__init__.py
python/smqtk/algorithms/relevancy_index/classifier_wrapper.py
python/smqtk/algorithms/relevancy_index/libsvm_hik.py
python/smqtk/bin/__init__.py
python/smqtk/bin/check_images.py
python/smqtk/bin/classifier_kfold_validation.py
python/smqtk/bin/classifier_model_validation.py
python/smqtk/bin/classifyFiles.py
python/smqtk/bin/computeDescriptor.py
python/smqtk/bin/compute_classifications.py
python/smqtk/bin/compute_hash_codes.py
python/smqtk/bin/compute_many_descriptors.py
python/smqtk/bin/createFileIngest.py
python/smqtk/bin/createGirderIngest.py
python/smqtk/bin/descriptors_to_svmtrainfile.py
python/smqtk/bin/generate_image_transform.py
python/smqtk/bin/iqrTrainClassifier.py
python/smqtk/bin/iqr_app_model_generation.py
python/smqtk/bin/make_balltree.py
python/smqtk/bin/make_train_test_sets.py
python/smqtk/bin/minibatch_kmeans_clusters.py
python/smqtk/bin/nearest_neighbors.py
python/smqtk/bin/proxyManagerServer.py
python/smqtk/bin/removeOldFiles.py
python/smqtk/bin/runApplication.py
python/smqtk/bin/summarizePlugins.py
python/smqtk/bin/train_itq.py
python/smqtk/exceptions/__init__.py
python/smqtk/iqr/__init__.py
python/smqtk/iqr/iqr_controller.py
python/smqtk/iqr/iqr_session.py
python/smqtk/representation/__init__.py
python/smqtk/representation/_interface.py
python/smqtk/representation/bbox.py
python/smqtk/representation/classification_element_factory.py
python/smqtk/representation/descriptor_element_factory.py
python/smqtk/representation/detection_element_factory.py
python/smqtk/representation/classification_element/__init__.py
python/smqtk/representation/classification_element/file.py
python/smqtk/representation/classification_element/memory.py
python/smqtk/representation/classification_element/postgres.py
python/smqtk/representation/data_element/__init__.py
python/smqtk/representation/data_element/file_element.py
python/smqtk/representation/data_element/girder.py
python/smqtk/representation/data_element/hbase_element.py
python/smqtk/representation/data_element/matrix.py
python/smqtk/representation/data_element/memory_element.py
python/smqtk/representation/data_element/psql.py
python/smqtk/representation/data_element/url_element.py
python/smqtk/representation/data_set/__init__.py
python/smqtk/representation/data_set/file_set.py
python/smqtk/representation/data_set/kvstore_backed.py
python/smqtk/representation/data_set/memory_set.py
python/smqtk/representation/data_set/psql.py
python/smqtk/representation/descriptor_element/__init__.py
python/smqtk/representation/descriptor_element/_io.py
python/smqtk/representation/descriptor_element/cached_element_wrapper.py
python/smqtk/representation/descriptor_element/local_elements.py
python/smqtk/representation/descriptor_element/postgres.py
python/smqtk/representation/descriptor_element/solr_element.py
python/smqtk/representation/descriptor_set/__init__.py
python/smqtk/representation/descriptor_set/memory.py
python/smqtk/representation/descriptor_set/postgres.py
python/smqtk/representation/descriptor_set/solr_index.py
python/smqtk/representation/detection_element/__init__.py
python/smqtk/representation/detection_element/_interface.py
python/smqtk/representation/detection_element/memory.py
python/smqtk/representation/key_value/__init__.py
python/smqtk/representation/key_value/memory.py
python/smqtk/representation/key_value/postgres.py
python/smqtk/utils/__init__.py
python/smqtk/utils/base_object.py
python/smqtk/utils/bits.py
python/smqtk/utils/cli.py
python/smqtk/utils/combinatorics.py
python/smqtk/utils/configuration.py
python/smqtk/utils/content_type_validator.py
python/smqtk/utils/database_info.py
python/smqtk/utils/dict.py
python/smqtk/utils/distance_kernel.py
python/smqtk/utils/factors.py
python/smqtk/utils/feature_memory.py
python/smqtk/utils/file.py
python/smqtk/utils/girder.py
python/smqtk/utils/image.py
python/smqtk/utils/iter_validation.py
python/smqtk/utils/metrics.py
python/smqtk/utils/mimetype.py
python/smqtk/utils/mongo_sessions.py
python/smqtk/utils/parallel.py
python/smqtk/utils/plugin.py
python/smqtk/utils/postgres.py
python/smqtk/utils/preview_cache.py
python/smqtk/utils/probability.py
python/smqtk/utils/proxy_manager.py
python/smqtk/utils/read_write_lock.py
python/smqtk/utils/safe_config_comment_parser.py
python/smqtk/utils/signal_handler.py
python/smqtk/utils/simple_timer.py
python/smqtk/utils/string.py
python/smqtk/utils/timed_cache.py
python/smqtk/utils/url.py
python/smqtk/utils/video.py
python/smqtk/utils/web.py
python/smqtk/web/__init__.py
python/smqtk/web/classifier_service/README.rst
python/smqtk/web/classifier_service/__init__.py
python/smqtk/web/classifier_service/api.rst
python/smqtk/web/classifier_service/classifier_server.py
python/smqtk/web/classifier_service/example/.gitignore
python/smqtk/web/classifier_service/example/README.md
python/smqtk/web/classifier_service/example/classifier_test.ipynb
python/smqtk/web/classifier_service/example/dummy_classifier.pkl.b64
python/smqtk/web/classifier_service/example/fish-bike.jpg.b64
python/smqtk/web/classifier_service/example/test_classifier_responses.txt
python/smqtk/web/classifier_service/example/test_classifier_server_curl.sh
python/smqtk/web/descriptor_service/__init__.py
python/smqtk/web/descriptor_service/example_config.json
python/smqtk/web/iqr_service/__init__.py
python/smqtk/web/iqr_service/api.rst
python/smqtk/web/iqr_service/iqr_server.py
python/smqtk/web/iqr_service/use_case_example.rst
python/smqtk/web/nearestneighbor_service/__init__.py
python/smqtk/web/nearestneighbor_service/example_config.json
python/smqtk/web/nearestneighbor_service/service.py
python/smqtk/web/search_app/README.rst
python/smqtk/web/search_app/__init__.py
python/smqtk/web/search_app/modules/__init__.py
python/smqtk/web/search_app/modules/static_host.py
python/smqtk/web/search_app/modules/file_upload/FileUploadMod.py
python/smqtk/web/search_app/modules/file_upload/__init__.py
python/smqtk/web/search_app/modules/file_upload/static/css/smqtk_upload.css
python/smqtk/web/search_app/modules/file_upload/static/js/flow.js
python/smqtk/web/search_app/modules/file_upload/static/js/flow.min.js
python/smqtk/web/search_app/modules/file_upload/static/js/smqtk_upload.js
python/smqtk/web/search_app/modules/iqr/__init__.py
python/smqtk/web/search_app/modules/iqr/iqr_search.py
python/smqtk/web/search_app/modules/iqr/static/css/smqtk.iqr.css
python/smqtk/web/search_app/modules/iqr/static/img/carbon-rejected.png
python/smqtk/web/search_app/modules/iqr/static/img/carbon-rejected_on.png
python/smqtk/web/search_app/modules/iqr/static/img/carbon-verified.png
python/smqtk/web/search_app/modules/iqr/static/img/carbon-verified_on.png
python/smqtk/web/search_app/modules/iqr/static/img/explicit_marker_off.png
python/smqtk/web/search_app/modules/iqr/static/img/explicit_marker_on.png
python/smqtk/web/search_app/modules/iqr/static/img/explicit_overlay.png
python/smqtk/web/search_app/modules/iqr/static/img/loading.gif
python/smqtk/web/search_app/modules/iqr/static/js/FileSaver.LICENSE.md
python/smqtk/web/search_app/modules/iqr/static/js/FileSaver.js
python/smqtk/web/search_app/modules/iqr/static/js/FileSaver.min.js
python/smqtk/web/search_app/modules/iqr/static/js/smqtk.data_view.js
python/smqtk/web/search_app/modules/iqr/static/js/smqtk.iqr_refine_view.js
python/smqtk/web/search_app/modules/iqr/static/js/smqtk.iqr_status_view.js
python/smqtk/web/search_app/modules/iqr/static/js/smqtk.iqr_view.js
python/smqtk/web/search_app/modules/iqr/static/js/smqtk.progress_bars.js
python/smqtk/web/search_app/modules/iqr/templates/base.html
python/smqtk/web/search_app/modules/iqr/templates/iqr_search_index.html
python/smqtk/web/search_app/modules/login/LoginMod.py
python/smqtk/web/search_app/modules/login/__init__.py
python/smqtk/web/search_app/modules/login/users.json
python/smqtk/web/search_app/modules/login/templates/login.html
python/smqtk/web/search_app/sample_configs/config.IqrRestService.json
python/smqtk/web/search_app/sample_configs/config.IqrSearchApp.json
python/smqtk/web/search_app/sample_configs/config.classifyFiles.json
python/smqtk/web/search_app/sample_configs/config.iqrTrainClassifier.json
python/smqtk/web/search_app/static/css/bootstrap-theme.css
python/smqtk/web/search_app/static/css/bootstrap-theme.min.css
python/smqtk/web/search_app/static/css/bootstrap.css
python/smqtk/web/search_app/static/css/bootstrap.min.css
python/smqtk/web/search_app/static/css/clip.view.css
python/smqtk/web/search_app/static/css/jquery-ui.css
python/smqtk/web/search_app/static/css/jquery-ui.min.css
python/smqtk/web/search_app/static/css/jquery-ui.structure.css
python/smqtk/web/search_app/static/css/jquery-ui.structure.min.css
python/smqtk/web/search_app/static/css/jquery-ui.theme.css
python/smqtk/web/search_app/static/css/jquery-ui.theme.min.css
python/smqtk/web/search_app/static/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png
python/smqtk/web/search_app/static/css/images/ui-bg_diagonals-thick_20_666666_40x40.png
python/smqtk/web/search_app/static/css/images/ui-bg_flat_10_000000_40x100.png
python/smqtk/web/search_app/static/css/images/ui-bg_glass_100_f6f6f6_1x400.png
python/smqtk/web/search_app/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png
python/smqtk/web/search_app/static/css/images/ui-bg_glass_65_ffffff_1x400.png
python/smqtk/web/search_app/static/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png
python/smqtk/web/search_app/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
python/smqtk/web/search_app/static/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
python/smqtk/web/search_app/static/css/images/ui-icons_222222_256x240.png
python/smqtk/web/search_app/static/css/images/ui-icons_228ef1_256x240.png
python/smqtk/web/search_app/static/css/images/ui-icons_ef8c08_256x240.png
python/smqtk/web/search_app/static/css/images/ui-icons_ffd27a_256x240.png
python/smqtk/web/search_app/static/css/images/ui-icons_ffffff_256x240.png
python/smqtk/web/search_app/static/img/Kitwarelogo-gradation.png
python/smqtk/web/search_app/static/img/cancel.png
python/smqtk/web/search_app/static/img/done.png
python/smqtk/web/search_app/static/img/pause.png
python/smqtk/web/search_app/static/img/resume.png
python/smqtk/web/search_app/static/js/bootbox.js
python/smqtk/web/search_app/static/js/bootbox.min.js
python/smqtk/web/search_app/static/js/bootstrap.js
python/smqtk/web/search_app/static/js/bootstrap.min.js
python/smqtk/web/search_app/static/js/jquery-1.11.1.js
python/smqtk/web/search_app/static/js/jquery-1.11.1.min.js
python/smqtk/web/search_app/static/js/jquery-ui.js
python/smqtk/web/search_app/static/js/jquery-ui.min.js
python/smqtk/web/search_app/static/js/jquery.timer.js
python/smqtk/web/search_app/static/js/setZeroTimeout.js
python/smqtk/web/search_app/static/js/smqtk.alerts.js
python/smqtk/web/search_app/static/js/smqtk.vars.js
python/smqtk/web/search_app/templates/base.html
python/smqtk/web/search_app/templates/index.html