init
Showing
.env.example
0 → 100644
.gitignore
0 → 100644
.idea/.gitignore
0 → 100644
.idea/image_search.iml
0 → 100644
.idea/misc.xml
0 → 100644
.idea/modules.xml
0 → 100644
.idea/vcs.xml
0 → 100644
app/__init__.py
0 → 100644
app/api/__init__.py
0 → 100644
app/api/routes.py
0 → 100644
app/config.py
0 → 100644
app/models/__init__.py
0 → 100644
requirements.txt
0 → 100644
Flask~=3.1.1 | |||
python-dotenv~=1.1.0 | |||
pip~=25.1.1 | |||
protobuf~=6.31.0 | |||
filelock~=3.18.0 | |||
\ No newline at end of file |
run.py
0 → 100644
tests/__init__.py
0 → 100644
tests/test_api.py
0 → 100644
Please register or sign in to comment