We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
class_names
There can be a few kinds of models here, one for higher-level foods and one for lower-level foods.
For example:
For now (Jan 2023), I'll start by getting as specific as possible (lower-level) and can go up to higher level if necessary.
I'd like to take Nutrify's current 199 classes and break them down into more specific classes, for example:
See the Google Sheet: https://docs.google.com/spreadsheets/d/1f6kuauduiKm9i2t8XnchzYuSb-ruoB3p0ajYx_rb_vM/edit?usp=sharing
nuts
mixed_nuts
The text was updated successfully, but these errors were encountered:
I should create some kind of simple app (Streamlit?) where a bunch of analytics about the labels/results of Nutrify are viewable.
See Streamlit docs for connecting an app to Google Sheets: https://docs.streamlit.io/knowledge-base/tutorials/databases/private-gsheet
For example, a simple dashboard where different class results can be viewed and examined.
Sorry, something went wrong.
Label style: [HIGHER_FOOD_NAME]_[SPECIFIC_TYPE]
[HIGHER_FOOD_NAME]_[SPECIFIC_TYPE]
onion_red
bread_banana
potato_brown
apple_green
I could also have a dictionary/JSON that maps all of these back to their proper names + any other names they might have.
foods = [{"food_id": 123456, "details": {"food_name": "eggplant", "other_names": ["aubergine"]} } ...]
No branches or pull requests
There can be a few kinds of models here, one for higher-level foods and one for lower-level foods.
For example:
For now (Jan 2023), I'll start by getting as specific as possible (lower-level) and can go up to higher level if necessary.
I'd like to take Nutrify's current 199 classes and break them down into more specific classes, for example:
See the Google Sheet: https://docs.google.com/spreadsheets/d/1f6kuauduiKm9i2t8XnchzYuSb-ruoB3p0ajYx_rb_vM/edit?usp=sharing
nuts
->mixed_nuts
The text was updated successfully, but these errors were encountered: