Skip to content

Commit 4749c99

Browse files
author
ManuelFay
committed
package files and tests
1 parent ae16d7d commit 4749c99

File tree

20 files changed

+30
-8
lines changed

20 files changed

+30
-8
lines changed

LICENSE.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
MIT License
2+
Copyright (c) 2018 YOUR NAME
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the "Software"), to deal
5+
in the Software without restriction, including without limitation the rights
6+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7+
copies of the Software, and to permit persons to whom the Software is
8+
furnished to do so, subject to the following conditions:
9+
The above copyright notice and this permission notice shall be included in all
10+
copies or substantial portions of the Software.
11+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
12+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
13+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
14+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
15+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
16+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
17+
SOFTWARE.

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,8 @@ Embedding files:
156156
- Integrate with local version control (git-lfs ?)
157157

158158
Frontend:
159-
- Overall UX and design changes
159+
- Overall UX and design changes
160+
- Enable Image upload
161+
162+
Deployment:
163+
- Dockerize and orchestrate containers (image uploader, storage, indexation pipeline, inference)

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[metadata]
2+
description-file = README.md

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
packages=find_packages(include=["image_searcher", "image_searcher.*"]),
1414
install_requires=[
1515
"torch",
16+
"numpy",
1617
"ftfy",
1718
"transformers",
1819
"Pillow",
File renamed without changes.

tests/test_data/bird.jpg

154 KB
Loading

tests/test_data/car.jpg

26 KB
Loading

tests/test_data/car2.jpg

63.3 KB
Loading

tests/test_data/elephant.jpg

311 KB
Loading

tests/test_data/friends.jpg

1.25 MB
Loading

0 commit comments

Comments
 (0)