forked from pleonard212/pix-plot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.ini
45 lines (40 loc) · 1.35 KB
/
settings.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[DEFAULT]
# All sections below are required unless otherwise specified.
# See https://github.com/fastai/nbdev/blob/master/settings.ini for examples.
### Python library ###
repo = clip-plot
lib_name = %(repo)s
version = 0.0.1
min_python = 3.8
license = MIT
### nbdev ###
doc_path = _docs
lib_path = clip_plot
nbs_path = nbs
recursive = True
tst_flags = notest
put_version_in_init = True
### Docs ###
branch = main
custom_sidebar = False
doc_host = https://%(user)s.github.io
doc_baseurl = /%(repo)s
git_url = https://github.com/%(user)s/%(repo)s
title = %(lib_name)s
### PyPI ###
audience = Developers
author = Will Sanger
author_email = [email protected]
copyright = 2022 onwards, %(author)s
description = Interactively explore image embeddings. Based on PixPlot. Also leverages timm to create embeddings.
keywords = nbdev jupyter notebook python
language = English
status = 1
user = fr1ll
### Optional ###
requirements = pandas pyarrow pillow umap-learn fastcore hdbscan scikit-learn timm accelerate matplotlib pointgrid
pip_requirements = pointgrid iiif_downloader
conda_requirements = pandas pyarrow pillow umap-learn fastcore hdbscan timm accelerate matplotlib
dev_requirements = nbdev datasets
console_scripts = clipplot_from_images=clip_plot.clip_plot:project_images
clipplot_embed_images=clip_plot.clip_plot:embed_images