Skip to content

taeohkim98/TFLiteTrainingPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

TFLiteTraining

For TensorFlow Lite model training purposes.

Dataset Sources

This project does not include a fixed dataset. You can train the model using any image dataset organized in a class-folder structure.

Recommended Public Datasets

Food-101 (Recommended)

Large-scale dataset containing 101 food categories.


Fruits 360

Dataset for fruit classification tasks.


UECFOOD-100

Japanese food image dataset with bounding box annotations.


Custom Dataset (Recommended)

You can also use your own dataset for better domain-specific performance.

Example structure:

dataset/images/
├── pizza/
├── burger/
├── pasta/
├── sushi/

About

For TensorFlow Lite model training purposes.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages