The goal of this project is to develop a food search enigne based on information from the BBC's food section website. Python will be used as the programming language of choice.
The first step is to obtain all the links of the recipes present on the website. Next, For each recipe key information are extracted and stored in an ordered manner. The data collected above are then cleaned and processed, and an inverted index is constructed.
Finally, the search engine is built and some data analysis are performed.