Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# feat: add image upload and similarity search functionality with sta…
…tic file support - Add route for uploading images (/upload/) - Add route for serving uploaded images (/uploads/{image_hash}.jpg) - Serve static files from the /static directory - Display form for image upload on the root route (/) - Integrate with S3 for storing uploaded images - Utilize find_similar_images from image_utils for finding similar images
- Loading branch information