Daniel Bourke

Results 48 issues of Daniel Bourke

Currently Nutrify is split into two apps: 1. The Streamlit app (for food image collecting) - https://share.streamlit.io/mrdbourke/nutrify/main/food_image_collector.py 2. The Nutrify.app homepage - https://nutrify.app Long-term, this isn't sustainable. So I'd like...

I'd like a script to create 3 different models (or more): 1. Big - can be used for labelling/label improvements, this model will be the biggest and best but will...

machine learning

Every image uploaded to Nutrify should be saved to storage (as long as the image is detected as being *food*). The image should be uploaded -> passed through food/not_food model...

Going to have to look into page loading times for this one. I'd like the upload image function to be available as soon as the page loads. Right now it's...

I'd like to be able to add an FDC ID to some section or a single file and that file gets watched. Every time a new FDC ID gets added...

Some classes are missing FDC data and will have to be fixed later on. Need a way to: * Know what classes a model has been trained on * Sync...

Found an issue when searching and downloading with Bing images, unless the search term is a single word like “chicken”, it seems when you search for “chicken wings” the images...

bug

Hi there, Firstly, fantastic work and thank you for sharing! Second, do you mind providing a small code example to recognize an open-set of tags? Eg. ```python from ram import...