This repository provides a complete set of code for food detection for our project. Enter branch master to view the codes.
Step 1 Enter the corresponding file directory
Step 2 Create a new virtual environment
python -m venv fd
Step 3 Activate virtual environment (on Windows)
.\fd\Scripts\activate
Step 4 Install dependencies
python -m pip install --upgrade pip
pip install ipykernel
python -m ipykernel install --user --name=fd
We selected 10 general foods for our project. The labels are as follows:
| Food | Calories |
|---|---|
| rice-white-steamed | |
| char-siu | |
| beef-round-steak | |
| chicken-wing | |
| apple | |
| banana | |
| scrambled-egg | |
| broccoli | |
| carrot | |
| mushroom |