-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi, i followed the installation guide.
Im on Windows 11, Xampp, with PHP 8.1, checked all modules required is loaded (gd, mbstring, pdo_sqlite, openssl and rindow_openblas).
I put OpenBLAS in C drive, and added the path.
Running any php sample file, it stops at:
D:\xampp\htdocs>php cnn-image-classification.php
Loading pickle file ...Done!
dataset=mnist
train=[60000,1,28,28]
test=[10000,1,28,28]
formating train images ...
So, what am i missing?
I wish to use this to identify images i download on a website, the item on them and then put a certain category to it, EG. lamp > home appliences or sofa -> home furniture, this seems promissing if i can get it to work.
Ps. where does this store all the data it uses to compare to? a file? can change this to a database maybe?, thanks :)