This project is the backend of the Recipe Jar system. It provides a set of RESTful APIs that are used by the Recipe Jar iOS app to search for recipes and retrieve detailed information about them. The APIs are designed to be easy to use and provide a seamless user experience.
FrontEnd - @RecipeJar IOS App
● OpenAI API : Used to scrape recipe information from text and convert it to JSON format.
● YouTube API : Used to retrieve the most viewed recipe videos from YouTube.
● Google Maps Platform API : Used to retrieve location data and calculate the distance between two points.
● recipe_scrapers : A Python package used to scrape recipe data from various websites.
● quantulum3 : Python library for information extraction of quantities, measurements and their units from unstructured text. I used to return the quantity and unit for each in ingredient.
● pandas : A Python package used to read Excel files and manipulate data.