You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- rename album.js to album-manager.js for consistency with .py and .css files
- change user message "starting umapping" to "starting mapping" to avoid jargon
- UPDATE REQUIREMENTS TO 3.10-3.13. 3.13 seems to work fine.
- update documentation
Co-authored-by: Lincoln Stein <lstein@gmail.com>
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ PhotoMap's unique feature is its ability to identify thematically similar images
27
27
28
28
In this map, each image in the photo collection is represented as a dot. The colors distinguish different clusters of related images. You can zoom in and out of the map and pan around it. Hover the mouse over a dot in order to see a preview thumbnail of its image, or click on a cluster to view its contents at full resolution.
29
29
30
-
You can move the semantic map around, shrink it down in size, or hide it altogether. As you browser your photo collection, a yellow dot marker will highlight the location of the current image in the map.
30
+
You can move the semantic map around, shrink it down in size, or hide it altogether. As you browse your photo collection, a yellow dot marker will highlight the location of the current image in the map.
31
31
32
32
## Text and Image Similarity Search
33
33
@@ -118,7 +118,7 @@ Follow these instructions if you are comfortable with installing Python packages
118
118
119
119
#### Mac/Linux
120
120
121
-
Make sure that your version of Python is between 3.10 and 3.12. Not all required libraries are available in 3.13.
121
+
Make sure that your version of Python is between 3.10 and 3.13. Other versions are not guaranteed to work.
122
122
123
123
python3 -m venv ~/photomap --prompt photomap
124
124
source ~/photomap/bin/activate
@@ -130,7 +130,7 @@ Then open your web browser and point it to [http://127.0.0.1:8050](http://128.0.
130
130
131
131
#### Windows
132
132
133
-
Make sure that your version of Python is between 3.10 and 3.12. Not all required libraries are available in 3.13. Also make sure that Python is on your PATH.
133
+
Make sure that your version of Python is between 3.10 and 3.13. Other versions are not guaranteed to work. Also make sure that Python is on your PATH.
Copy file name to clipboardExpand all lines: docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ PhotoMapAI's unique feature is its ability to identify thematically similar imag
34
34
35
35
In this map, each image in the photo collection is represented as a dot. The colors distinguish different clusters of related images. You can zoom in and out of the map and pan around it. Hover the mouse over a dot in order to see a preview thumbnail of its image, or click on a cluster to view its contents at full resolution.
36
36
37
-
You can move the semantic map around, shrink it down in size, or hide it altogether. As you browser your photo collection, a yellow dot marker will highlight the location of the current image in the map.
37
+
You can move the semantic map around, shrink it down in size, or hide it altogether. As you browse your photo collection, a yellow dot marker will highlight the location of the current image in the map.
0 commit comments