feedme-swent-epfl / feedme-android

A repository for the CS-311 Software Enterprise class at EPFL.
1 stars 0 forks source link

Fix : add image url to recipe in database #234

Closed fdejean closed 3 months ago

fdejean commented 3 months ago

Issue : the scrapped recipe does not contain an image. Fix : Create a python script that prompt user to enter an image for a given title. The script will download the image, format it to the correct aspect ration, upload it to firebase cloud and modify the recipe url field to the local (firebase could) url

The script will be run by team members to complete the database. Only the 200 most relevant recipe has been retain