| <!DOCTYPE html> |
| <html lang="en"> |
|
|
| <head> |
| <meta charset="UTF-8" /> |
| <link rel="stylesheet" href="style.css" /> |
|
|
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| <title>CoreSole™ – Shoeprint Analysis and Matching with Vision AI</title> |
| </head> |
|
|
| <body> |
| <div class="header"> |
| <h1 style="color: white;">CoreSole™ Shoeprint AI</h1> |
| <p style="color: #ccc;">CoreSole™ is a vision AI model that generates accurate image embeddings for shoeprint |
| recognition tasks.</p> |
| <a href="https://coresole.com"> |
| <div class="button"> |
| Get Started |
| <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" |
| stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" |
| class="lucide lucide-arrow-right"> |
| <path d="M5 12h14"></path> |
| <path d="m12 5 7 7-7 7"></path> |
| </svg> |
| </div> |
| </a> |
|
|
| </div> |
|
|
| <div class="body"> |
| <iframe src="https://coreviz.io/tools/shoeprint-similarity/embed" width="100%" height="100%" |
| style="min-height: 890px; border: none;" scrolling="no" /> |
|
|
| </iframe> |
| <div class="demo-header"> |
| <p class="disclaimer">This space is intended for demonstration purposes only. For production use and to |
| index |
| full |
| shoe and shoeprint |
| image collections, please contact us.</p> |
| </div> |
| </div> |
| </body> |
|
|
| </html> |