This is an online application for identifying food by photo.
This site works on this link: no longer there :(
P.S. If we pay for hosting :)
- NodeJS(Express.js)
- PyTorch
If you want to deploy this site locally on your computer.
Do it.
Update your local package.
sudo apt updateInstall nodejs.
sudo apt install nodejsInstall npm.
sudo apt install npmInstall dependencies for correct operation.
npm install --save-dev express
npm install --save-dev multerInstall python(if not installed by default) and pytorch.
sudo apt install python3
pip install torch
pip install torchvision
sudo pip install Pillow- Navigate from your project root folder to the
backendfolder - In the command line (terminal) enter
node server.js - Go to your browser and enter
localhost:3000in the address bar