Skip to content

Commit

Permalink
Updated README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfrances107 committed Jul 4, 2024
1 parent 4097816 commit 49d87f8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Provides a HTTP Server which provides searching of a images held in local storag

* The search is based on [tf–idf](https://en.wikipedia.org/wiki/Tf%E2%80%93idf) indexer run a selected directory.

<image title="Search Page" alt="SearchPage" src="https://raw.githubusercontent.com/martinfrances107/photo_indexer/main/images/SearchPage.png">
![Alt Searc hPage](https://raw.githubusercontent.com/martinfrances107/photo_indexer/main/images/SearchPage.png "Search Page")

## Development

The have been testing against a set of images
with a varied set of exif meta data.

Download here.
https://github.com/ianare/exif-samples
<https://github.com/ianare/exif-samples>

Watch the code base and update the tailwindcss file.

Expand Down Expand Up @@ -59,6 +59,13 @@ then, visit
* No matching file in root, with a text file ignored.
* Invalid exif data.

## Known issues

../exif-samples -- search for sony.

* One of the descriptions looks like -- "", "", "" --
* metadata look like 2 string are captured -- "DSC-D700", "" --

## Credits

The tf-idf indexer, is based on a original idea by [tsoding](https://github.com/tsoding/seroost)

0 comments on commit 49d87f8

Please sign in to comment.