Skip to content

jupyex/FoodProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

FoodProject

This repository provides a complete set of code for food detection for our project. Enter branch master to view the codes.

Setup

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

Data Collection & Preprocessing

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published