CoolFace
Apppublic

Mykyta3/shelf-spine-web

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes
17 commits on main
bdc5f041y ago

Fix path to data1.csv: insert sed command to change working directory in Integrated.py

Mykyta3
a5650221y ago

Replace Dockerfile with patched version to fix build error and ensure proper pip install and Integrated.py patch.

Mykyta3
252e8821y ago

Patch Integrated.py to set working directory via sed for data1.csv

Mykyta3
cd80bd21y ago

Fix: update nested CSV directory creation and copy; attempt 2

Mykyta3
f141e971y ago

Fix: create nested CSV directory and copy data1.csv; add minor comments for rebuild

Mykyta3
8d36dfe1y ago

Add minor fix for CSV directory to ensure rebuild

Mykyta3
7aa315f1y ago

Create nested directory for CSV and copy data1.csv to resolve missing file error during prediction

Mykyta3
6adcb6d1y ago

Fix permissions: create writeable static dir and set MPLCONFIGDIR to avoid permission errors and matplotlib cache issues

Mykyta3
a6f96251y ago

Install PyTorch CPU and update dependencies in Dockerfile to fix runtime errors

Mykyta3
f75c8591y ago

Replace Dockerfile with manual dependencies installation

Mykyta3
a7a6f801y ago

Fix pip install command to install gunicorn correctly

Mykyta3
6e5439e1y ago

Remove pillow-heif and HEIF patch to fix build error

Mykyta3
86ab17b1y ago

Create LICENSE

Mykyta3
535bb8b1y ago

Add requirements.txt

Mykyta3
845b2af1y ago

Update README with usage and deployment instructions

Mykyta3
3262a2c1y ago

Add Dockerfile for Docker-based deployment

Mykyta3
28817cf1y ago

initial commit

Mykyta3