nathan-wick / nutrition-ai

A mobile app that uses machine learning to provide personalized nutrition recommendations based on a user's dietary preferences, health goals, and exercise habits.
1 stars 1 forks source link

Reformat Data To Match Models #56

Closed nathan-wick closed 10 months ago

nathan-wick commented 1 year ago

We have all the data we need in Firestore. However, the format of the data in Firestore does not match the app's models. We need to reformat the data in Firestore to match the models so that it may be used. The process of reformating the data will need to be automated as there is too much data to reformat manually.

Firestore: https://console.firebase.google.com/u/0/project/nathan-wick-nutrition-ai/firestore/data Models: https://github.com/nathan-wick/nutrition-ai/tree/dev/nutrition_ai/lib/models