Skip to content

Commit

Permalink
add logo; add pwa support
Browse files Browse the repository at this point in the history
  • Loading branch information
rainu committed Nov 2, 2024
1 parent 8f6950a commit dc891de
Show file tree
Hide file tree
Showing 15 changed files with 5,570 additions and 1,348 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# image-fainder

![](./public/logo/384x384.png)

A **local** AI powered image finder application.

With this web application you can scan a **local** directory for images and search by text **similar** images.
Expand Down
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>image fAInder</title>
</head>
<link rel="icon" href="/public/logo/48x48.png" type="image/png" />
<link rel="apple-touch-icon" href="/public/logo/48x48.png" sizes="192x192">
<title>image fAInder</title>
<meta name="description" content="A local AI powered image finder application.">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
Expand Down
Loading

0 comments on commit dc891de

Please sign in to comment.