・Demo app for food-101 repository.
・You can see the demo example video at demo page.
・Clone this repo:
$ git clone https://github.com/t-koba-96/food-101-app.git
$ cd food-101-app
・Setup virtual environment
$ python3 -m venv <environment-name>
$ source <environment-name>/bin/activate
・Install required package
$ pip install -r requirements.txt
・Install model weight
$ sh get_weigth.sh
・Launch the app
$ python app.py
You can now see your website at local host http://127.0.0.1:8050/ .
It takes a while for first launch since it loads the model weight first.