Skip to content

huka173/AIFOOD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIFOOD

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 :)

Tech

  • NodeJS(Express.js)
  • PyTorch

Installation

If you want to deploy this site locally on your computer.
Do it.

1. Install NodeJS and NPM:

Update your local package.

sudo apt update

Install nodejs.

sudo apt install nodejs

Install npm.

sudo apt install npm

Install dependencies for correct operation.

npm install --save-dev express
npm install --save-dev multer

2. Install python

Install python(if not installed by default) and pytorch.

sudo apt install python3
pip install torch
pip install torchvision
sudo pip install Pillow

3. Start

  • Navigate from your project root folder to the backend folder
  • In the command line (terminal) enter node server.js
  • Go to your browser and enter localhost:3000 in the address bar
P.S Thanks to my friend Defaultwww for the work done on AI. <3

About

food search from photographs jpg format

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •